Package org.jdesktop.swingx
Class JXEditorPane.Actions
java.lang.Object
org.jdesktop.swingx.plaf.UIAction
org.jdesktop.swingx.JXEditorPane.Actions
- All Implemented Interfaces:
ActionListener
,EventListener
,Action
- Enclosing class:
JXEditorPane
A small class which dispatches actions.
TODO: Is there a way that we can make this static?
JW: these if-constructs are totally crazy ... we live in OO world!
-
Field Summary
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
Subclasses that need to conditionalize the enabled state should override this.Methods inherited from class org.jdesktop.swingx.plaf.UIAction
addPropertyChangeListener, getName, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
Actions
Actions(String name)
-
-
Method Details