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

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
              extended by org.ceryle.wiki.visualizer.core.actions.node.MakeDecoration
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, PopupMenuListener

public class MakeDecoration
extends WikiNodeAction

TODO MakeDecoration, serious work to be done here...

  Turn the clicked node(wiki page) into a tag that decorates all pages 
  which link to it, the clicked node and its inbound links/pages are 
  'decorated' with a visual cue, the user may then chose to hide the 
  clicked node if they want.
  
  font : Normal, Bold, Italic
  image
  fillcolor
  bordercolor
  text
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ceryle.wiki.visualizer.core.actions.node.WikiNodeAction
m_clickedNode
 
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
MakeDecoration(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
 

Constructor Detail

MakeDecoration

public MakeDecoration(WikiNode node)


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