Package org.jdesktop.swingx
Class JXTable.Actions
java.lang.Object
org.jdesktop.swingx.plaf.UIAction
org.jdesktop.swingx.JXTable.Actions
- All Implemented Interfaces:
ActionListener
,EventListener
,Action
- Enclosing class:
JXTable
A small class which dispatches actions.
TODO (?): Is there a way that we can make this static?
PENDING JW: don't use UIAction ... we are in OO-land!
-
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
Methods inherited from class org.jdesktop.swingx.plaf.UIAction
addPropertyChangeListener, getName, getValue, isEnabled, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
Actions
Actions(String name)
-
-
Method Details
-
actionPerformed
-