Class TLcdNoopAction

java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.gui.TLcdNoopAction
All Implemented Interfaces:
ILcdAction, ILcdPropertyChangeSource, ActionListener, Serializable, EventListener

public class TLcdNoopAction extends ALcdAction implements ILcdAction
An action that performs no operation. This is the default action for a TLcdButton.
See Also:
  • Field Details

    • Default

      public static TLcdNoopAction Default
      The default action used by new TLcdButton instances who do not have an ILcdAction assigned.
  • Constructor Details

    • TLcdNoopAction

      public TLcdNoopAction()
      Constructs a no operation action.
    • TLcdNoopAction

      public TLcdNoopAction(String aName)
      Constructs a no operation action with a name.
      Parameters:
      aName - the name for the action.
  • Method Details