Package org.jdesktop.swingx
Class JXTable.Actions
- java.lang.Object
-
- org.jdesktop.swingx.plaf.UIAction
-
- org.jdesktop.swingx.JXTable.Actions
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- JXTable
private class JXTable.Actions extends UIAction
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!
-
-
Constructor Summary
Constructors Constructor Description Actions(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
-
Methods inherited from class org.jdesktop.swingx.plaf.UIAction
addPropertyChangeListener, getName, getValue, isEnabled, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-