Class TLcdButtonBarAction

java.lang.Object
java.awt.Component
java.awt.Container
com.luciad.gui.awt.TLcdButtonBarAction
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class TLcdButtonBarAction extends Container
Deprecated.
use JToolBar or another GUI toolkit equivalent instead
A Container that displays actions in TLcdButton objects.
See Also:
  • Constructor Details

    • TLcdButtonBarAction

      public TLcdButtonBarAction()
      Deprecated.
    • TLcdButtonBarAction

      public TLcdButtonBarAction(int aNRow, int aNColumn)
      Deprecated.
  • Method Details

    • setClassTraceOn

      public static void setClassTraceOn(boolean aClassTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for all instances of this class. If the argument is true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
      Parameters:
      aClassTraceOn - if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
    • setTraceOn

      public void setTraceOn(boolean aTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for this class instance. Calling this method with either true or false as argument automatically turns off tracing for all other class instances for which setTraceOn has not been called. If the argument is false then only the informative, warning and error log messages are recorded.
      Parameters:
      aTraceOn - if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
    • isTraceOn

      public boolean isTraceOn()
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.
    • getComponent

      public Component getComponent()
      Deprecated.
    • countILcdActions

      public int countILcdActions()
      Deprecated.
    • addILcdAction

      public void addILcdAction(ILcdAction aAction)
      Deprecated.
    • setILcdAction

      public void setILcdAction(ILcdAction aAction, int index)
      Deprecated.
    • removeILcdActionAt

      public void removeILcdActionAt(int aIndex)
      Deprecated.
    • getILcdAction

      public ILcdAction getILcdAction(int index)
      Deprecated.
    • setILcdAction

      public void setILcdAction(ILcdAction[] aActionArray)
      Deprecated.
    • getILcdAction

      public ILcdAction[] getILcdAction()
      Deprecated.
    • getMinimumSize

      public Dimension getMinimumSize()
      Deprecated.
      Overrides:
      getMinimumSize in class Container
    • getMaximumSize

      public Dimension getMaximumSize()
      Deprecated.
      Overrides:
      getMaximumSize in class Container
    • getPreferredSize

      public Dimension getPreferredSize()
      Deprecated.
      Overrides:
      getPreferredSize in class Container
    • addButton

      protected void addButton(Button aButton)
      Deprecated.
    • getAWTComponent

      public Component getAWTComponent()
      Deprecated.
    • filterComponent

      protected void filterComponent(Component comp)
      Deprecated.
    • add

      public Component add(Component comp)
      Deprecated.
      Overrides:
      add in class Container
    • add

      public Component add(String name, Component comp)
      Deprecated.
      Overrides:
      add in class Container
    • add

      public Component add(Component comp, int index)
      Deprecated.
      Overrides:
      add in class Container
    • add

      public void add(Component comp, Object constraints)
      Deprecated.
      Overrides:
      add in class Container
    • add

      public void add(Component comp, Object constraints, int index)
      Deprecated.
      Overrides:
      add in class Container
    • setHGap

      public void setHGap(int newHGap)
      Deprecated.
    • getHGap

      public int getHGap()
      Deprecated.
    • setVGap

      public void setVGap(int newVGap)
      Deprecated.
    • getVGap

      public int getVGap()
      Deprecated.
    • setButtonWidth

      public void setButtonWidth(int newButtonWidth)
      Deprecated.
    • getButtonWidth

      public int getButtonWidth()
      Deprecated.
    • setButtonHeight

      public void setButtonHeight(int newButtonHeight)
      Deprecated.
    • getButtonHeight

      public int getButtonHeight()
      Deprecated.
    • setNRow

      public void setNRow(int newNRow)
      Deprecated.
    • getNRow

      public int getNRow()
      Deprecated.
    • setNColumn

      public void setNColumn(int newNColumn)
      Deprecated.
    • getNColumn

      public int getNColumn()
      Deprecated.