info.aduna.clustermap.action
Class HistoryForwardAction
java.lang.Object
javax.swing.AbstractAction
info.aduna.clustermap.action.HistoryForwardAction
- All Implemented Interfaces:
- HistoryListener, ActionListener, Serializable, Cloneable, EventListener, Action
public class HistoryForwardAction
- extends AbstractAction
- implements HistoryListener
Issues a request to replace the current graph with the next graph in the
history.
- See Also:
- Serialized Form
| 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 |
HistoryForwardAction
public HistoryForwardAction(RequestHandler handler)
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.