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 Link icon

    • TLcdButtonBarAction Link icon

      public TLcdButtonBarAction()
      Deprecated.
    • TLcdButtonBarAction Link icon

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

    • setClassTraceOn Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      public Component getComponent()
      Deprecated.
    • countILcdActions Link icon

      public int countILcdActions()
      Deprecated.
    • addILcdAction Link icon

      public void addILcdAction(ILcdAction aAction)
      Deprecated.
    • setILcdAction Link icon

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

      public void removeILcdActionAt(int aIndex)
      Deprecated.
    • getILcdAction Link icon

      public ILcdAction getILcdAction(int index)
      Deprecated.
    • setILcdAction Link icon

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

      public ILcdAction[] getILcdAction()
      Deprecated.
    • getMinimumSize Link icon

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

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

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

      protected void addButton(Button aButton)
      Deprecated.
    • getAWTComponent Link icon

      public Component getAWTComponent()
      Deprecated.
    • filterComponent Link icon

      protected void filterComponent(Component comp)
      Deprecated.
    • add Link icon

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

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

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

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

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

      public void setHGap(int newHGap)
      Deprecated.
    • getHGap Link icon

      public int getHGap()
      Deprecated.
    • setVGap Link icon

      public void setVGap(int newVGap)
      Deprecated.
    • getVGap Link icon

      public int getVGap()
      Deprecated.
    • setButtonWidth Link icon

      public void setButtonWidth(int newButtonWidth)
      Deprecated.
    • getButtonWidth Link icon

      public int getButtonWidth()
      Deprecated.
    • setButtonHeight Link icon

      public void setButtonHeight(int newButtonHeight)
      Deprecated.
    • getButtonHeight Link icon

      public int getButtonHeight()
      Deprecated.
    • setNRow Link icon

      public void setNRow(int newNRow)
      Deprecated.
    • getNRow Link icon

      public int getNRow()
      Deprecated.
    • setNColumn Link icon

      public void setNColumn(int newNColumn)
      Deprecated.
    • getNColumn Link icon

      public int getNColumn()
      Deprecated.