nl.lxtreme.ols.util.swing
Class StandardActionFactory.CloseAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by nl.lxtreme.ols.util.swing.StandardActionFactory.CloseAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
StandardActionFactory

public static final class StandardActionFactory.CloseAction
extends AbstractAction

Provides a generic close dialog action.

See Also:
Serialized Form

Nested Class Summary
static interface StandardActionFactory.CloseAction.Closeable
          Denotes a window/dialog/frame that can be closed through a StandardActionFactory.CloseAction.
 
Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
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
StandardActionFactory.CloseAction()
          Creates a new StandardActionFactory.CloseAction instance.
 
Method Summary
 void actionPerformed(ActionEvent aEvent)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardActionFactory.CloseAction

public StandardActionFactory.CloseAction()
Creates a new StandardActionFactory.CloseAction instance.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent aEvent)
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.