Class AbstractCustomizedAction

java.lang.Object
javax.swing.AbstractAction
net.anwiba.commons.swing.action.AbstractCustomizedAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
ConfigurableAction, TableActionClosureAction

public abstract class AbstractCustomizedAction extends AbstractAction
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public final void actionPerformed(ActionEvent event)
    • execute

      protected abstract void execute(Component componment, ActionEvent event)