Class TLcdButton

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

public class TLcdButton extends Component
Deprecated.
use a Swing JButton instead.
Deprecated, use a Swing JButton instead.
See Also:
  • Constructor Details Link icon

    • TLcdButton Link icon

      public TLcdButton()
      Deprecated.
    • TLcdButton Link icon

      public TLcdButton(ILcdIcon aIcon)
      Deprecated.
    • TLcdButton Link icon

      public TLcdButton(String aLabel)
      Deprecated.
    • TLcdButton Link icon

      public TLcdButton(String aLabel, ILcdIcon aIcon)
      Deprecated.
    • TLcdButton Link icon

      public TLcdButton(ILcdAction aAction)
      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.
    • setAction Link icon

      public void setAction(ILcdAction aAction)
      Deprecated.
    • getAction Link icon

      public ILcdAction getAction()
      Deprecated.
    • asTLcdButton Link icon

      public TLcdButton asTLcdButton()
      Deprecated.
    • getComponent Link icon

      public Component getComponent()
      Deprecated.
    • addActionListener Link icon

      public void addActionListener(ActionListener aActionListener)
      Deprecated.
    • removeActionListener Link icon

      public void removeActionListener(ActionListener aActionListener)
      Deprecated.
    • processActionEvent Link icon

      protected void processActionEvent(ActionEvent e)
      Deprecated.
    • processEvent Link icon

      protected void processEvent(AWTEvent e)
      Deprecated.
      Overrides:
      processEvent in class Component
    • setActionCommand Link icon

      public void setActionCommand(String command)
      Deprecated.
    • getActionCommand Link icon

      public String getActionCommand()
      Deprecated.
    • setILcdIcon Link icon

      public void setILcdIcon(ILcdIcon aIcon)
      Deprecated.
    • getILcdIcon Link icon

      public ILcdIcon getILcdIcon()
      Deprecated.
    • getPreferredSize Link icon

      public Dimension getPreferredSize()
      Deprecated.
      Overrides:
      getPreferredSize in class Component
    • getMinimumSize Link icon

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

      public Dimension getMaximumSize()
      Deprecated.
      Overrides:
      getMaximumSize in class Component
    • setToolTipText Link icon

      public void setToolTipText(String aToolTipText)
      Deprecated.
    • getToolTipText Link icon

      public String getToolTipText()
      Deprecated.
    • getToolTipText Link icon

      public String getToolTipText(MouseEvent aMouseEvent)
      Deprecated.
    • getToolTipComponent Link icon

      public Component getToolTipComponent()
      Deprecated.
    • getToolTipLocation Link icon

      public Point getToolTipLocation(MouseEvent aMouseEvent)
      Deprecated.
    • setBackgroundToolTip Link icon

      public void setBackgroundToolTip(Color aBackgroundToolTip)
      Deprecated.
    • findParentContainer Link icon

      public Container findParentContainer()
      Deprecated.
    • paint Link icon

      public void paint(Graphics g)
      Deprecated.
      Overrides:
      paint in class Component
    • setLabel Link icon

      public void setLabel(String newLabel)
      Deprecated.
    • getLabel Link icon

      public String getLabel()
      Deprecated.
    • addNotify Link icon

      public void addNotify()
      Deprecated.
      Overrides:
      addNotify in class Component
    • updatePreferredSize Link icon

      protected void updatePreferredSize()
      Deprecated.