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

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 Details

    • Actions

      Actions(String name)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent evt)