freemind.controller.actions
Interface NodeActorXml

All Superinterfaces:
ActorXml
All Known Implementing Classes:
BoldAction, CloudAction, EdgeStyleAction, EdgeWidthAction, FontFamilyAction, FontSizeAction, ItalicAction, MoveNodeAction, NodeStyleAction, RemoveAllIconsAction, RemoveLastIconAction, UnderlinedAction

public interface NodeActorXml
extends ActorXml

Author:
foltin To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 ActionPair apply(MapAdapter model, MindMapNode selected)
           
 
Methods inherited from interface freemind.controller.actions.ActorXml
act, getDoActionClass
 

Method Detail

apply

public ActionPair apply(MapAdapter model,
                        MindMapNode selected)
                 throws JAXBException
Parameters:
model -
selected -
Returns:
Throws:
JAXBException