info.aduna.clustermap.action
Class HistoryBackAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by info.aduna.clustermap.action.HistoryBackAction
All Implemented Interfaces:
HistoryListener, ActionListener, Serializable, Cloneable, EventListener, Action

public class HistoryBackAction
extends AbstractAction
implements HistoryListener

Issues a request to replace the current graph with the previous graph in the history.

See Also:
Serialized Form

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
HistoryBackAction(RequestHandler handler)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void contentChanged(History history)
          Notifies this HistoryListener that the content of the specified History has been changed.
 
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

HistoryBackAction

public HistoryBackAction(RequestHandler handler)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

contentChanged

public void contentChanged(History history)
Description copied from interface: HistoryListener
Notifies this HistoryListener that the content of the specified History has been changed. This can mean that HistoryItems have been added to or removed from the History, or that the current item has been changed.

Specified by:
contentChanged in interface HistoryListener


Copyright © 1997-2008 Aduna. All Rights Reserved.