Package com.luciad.gui
Class TLcdNoopAction
java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.gui.TLcdNoopAction
- All Implemented Interfaces:
ILcdAction
,ILcdPropertyChangeSource
,ActionListener
,Serializable
,EventListener
An action that performs no operation. This is the default action for a TLcdButton.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic TLcdNoopAction
The default action used by newTLcdButton
instances who do not have anILcdAction
assigned.Fields inherited from class com.luciad.gui.ALcdAction
changeSupport
Fields inherited from interface com.luciad.gui.ILcdAction
DEFAULT, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SHOW_ACTION_NAME, SMALL_ICON, VISIBLE
-
Constructor Summary
ConstructorDescriptionConstructs a no operation action.TLcdNoopAction
(String aName) Constructs a no operation action with a name. -
Method Summary
Methods inherited from class com.luciad.gui.ALcdAction
addPropertyChangeListener, firePropertyChange, getDisplayName, getIcon, getLongDescription, getName, getShortDescription, getValue, isEnabled, isTraceOn, putValue, registerInstance, removePropertyChangeListener, setClassTraceOn, setDisplayName, setEnabled, setIcon, setLongDescription, setName, setShortDescription, setTraceOn
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.gui.ILcdAction
getValue, isEnabled, putValue, setEnabled
Methods inherited from interface com.luciad.util.ILcdPropertyChangeSource
addPropertyChangeListener, removePropertyChangeListener
-
Field Details
-
Default
The default action used by newTLcdButton
instances who do not have anILcdAction
assigned.
-
-
Constructor Details
-
TLcdNoopAction
public TLcdNoopAction()Constructs a no operation action. -
TLcdNoopAction
Constructs a no operation action with a name.- Parameters:
aName
- the name for the action.
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-