org.ceryle.wiki.visualizer.core.actions.node
Class WikiNodeAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.ceryle.wiki.visualizer.core.actions.WikiAction
          extended by org.ceryle.wiki.visualizer.core.actions.node.WikiNodeAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, PopupMenuListener
Direct Known Subclasses:
EditWikiPage, HideDependentPages, HidePage, MakeDecoration, ShowDependentPages, ShowHiddenLinks, TogglePinning

public class WikiNodeAction
extends WikiAction

Abstract action for nodes.

See Also:
Serialized Form

Field Summary
protected  WikiNode m_clickedNode
          The node that was clicked.
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
WikiNodeAction(WikiNode node)
           
 
Method Summary
 
Methods inherited from class org.ceryle.wiki.visualizer.core.actions.WikiAction
actionPerformed, getModel, popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible
 
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
 

Field Detail

m_clickedNode

protected WikiNode m_clickedNode
The node that was clicked.

Constructor Detail

WikiNodeAction

public WikiNodeAction(WikiNode node)


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.