freemind.modes.mindmapmode.actions.xml
Class AbstractActorXml

java.lang.Object
  extended by freemind.modes.mindmapmode.actions.xml.AbstractActorXml
All Implemented Interfaces:
ActorXml
Direct Known Subclasses:
InsertAttributeActor, RegistryAttributeActor, RegistryAttributeValueActor, RemoveAttributeActor, ReplaceAttributeValueActor, SetAttributeColumnWidthActor, SetAttributeFontSizeActor, SetAttributeNameActor, SetAttributeRestrictedActor, SetAttributeValueActor, SetAttributeVisibleActor, UnregistryAttributeActor, UnregistryAttributeValueActor

public abstract class AbstractActorXml
extends java.lang.Object
implements ActorXml


Constructor Summary
protected AbstractActorXml(MindMapController mindMapModeController)
           
 
Method Summary
protected  freemind.controller.actions.generated.instance.CompoundAction createCompoundAction()
           
protected  AttributeController getAttributeController()
           
protected  AttributeRegistry getAttributeRegistry()
           
protected  NodeAdapter getNode(java.lang.String nodeID)
           
protected  java.lang.String getNodeID(MindMapNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface freemind.modes.mindmapmode.actions.xml.ActorXml
act, getDoActionClass
 

Constructor Detail

AbstractActorXml

protected AbstractActorXml(MindMapController mindMapModeController)
Method Detail

getNode

protected NodeAdapter getNode(java.lang.String nodeID)

getNodeID

protected java.lang.String getNodeID(MindMapNode node)

getAttributeController

protected AttributeController getAttributeController()

getAttributeRegistry

protected AttributeRegistry getAttributeRegistry()

createCompoundAction

protected freemind.controller.actions.generated.instance.CompoundAction createCompoundAction()