freemind.modes.mindmapmode.attributeactors
Class RemoveAttributeActor

java.lang.Object
  extended by freemind.modes.mindmapmode.actions.xml.AbstractActorXml
      extended by freemind.modes.mindmapmode.attributeactors.RemoveAttributeActor
All Implemented Interfaces:
ActorXml

public class RemoveAttributeActor
extends AbstractActorXml


Constructor Summary
RemoveAttributeActor(MindMapController mindMapModeController)
           
 
Method Summary
 void act(freemind.controller.actions.generated.instance.XmlAction action)
           
 freemind.controller.actions.generated.instance.XmlAction createAction(NodeAttributeTableModel model, int row)
           
 ActionPair createActionPair(NodeAttributeTableModel model, int row)
           
 java.lang.Class getDoActionClass()
           
 
Methods inherited from class freemind.modes.mindmapmode.actions.xml.AbstractActorXml
createCompoundAction, getAttributeController, getAttributeRegistry, getNode, getNodeID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAttributeActor

public RemoveAttributeActor(MindMapController mindMapModeController)
Method Detail

createAction

public freemind.controller.actions.generated.instance.XmlAction createAction(NodeAttributeTableModel model,
                                                                             int row)

createActionPair

public ActionPair createActionPair(NodeAttributeTableModel model,
                                   int row)

act

public void act(freemind.controller.actions.generated.instance.XmlAction action)

getDoActionClass

public java.lang.Class getDoActionClass()