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

    • TLcdButton

      public TLcdButton()
      Deprecated.
    • TLcdButton

      public TLcdButton(ILcdIcon aIcon)
      Deprecated.
    • TLcdButton

      public TLcdButton(String aLabel)
      Deprecated.
    • TLcdButton

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

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

      public void setAction(ILcdAction aAction)
      Deprecated.
    • getAction

      public ILcdAction getAction()
      Deprecated.
    • asTLcdButton

      public TLcdButton asTLcdButton()
      Deprecated.
    • getComponent

      public Component getComponent()
      Deprecated.
    • addActionListener

      public void addActionListener(ActionListener aActionListener)
      Deprecated.
    • removeActionListener

      public void removeActionListener(ActionListener aActionListener)
      Deprecated.
    • processActionEvent

      protected void processActionEvent(ActionEvent e)
      Deprecated.
    • processEvent

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

      public void setActionCommand(String command)
      Deprecated.
    • getActionCommand

      public String getActionCommand()
      Deprecated.
    • setILcdIcon

      public void setILcdIcon(ILcdIcon aIcon)
      Deprecated.
    • getILcdIcon

      public ILcdIcon getILcdIcon()
      Deprecated.
    • getPreferredSize

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

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

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

      public void setToolTipText(String aToolTipText)
      Deprecated.
    • getToolTipText

      public String getToolTipText()
      Deprecated.
    • getToolTipText

      public String getToolTipText(MouseEvent aMouseEvent)
      Deprecated.
    • getToolTipComponent

      public Component getToolTipComponent()
      Deprecated.
    • getToolTipLocation

      public Point getToolTipLocation(MouseEvent aMouseEvent)
      Deprecated.
    • setBackgroundToolTip

      public void setBackgroundToolTip(Color aBackgroundToolTip)
      Deprecated.
    • findParentContainer

      public Container findParentContainer()
      Deprecated.
    • paint

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

      public void setLabel(String newLabel)
      Deprecated.
    • getLabel

      public String getLabel()
      Deprecated.
    • addNotify

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

      protected void updatePreferredSize()
      Deprecated.