freemind.modes.mindmapmode.attributeactors
Class SetAttributeColumnWidthActor

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

public class SetAttributeColumnWidthActor
extends AbstractActorXml


Constructor Summary
SetAttributeColumnWidthActor(MindMapController mindMapModeController)
           
 
Method Summary
 void act(freemind.controller.actions.generated.instance.XmlAction action)
           
 freemind.controller.actions.generated.instance.XmlAction createAction(NodeAttributeTableModel model, int col, int width)
           
 ActionPair createActionPair(NodeAttributeTableModel model, int col, int width)
           
 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

SetAttributeColumnWidthActor

public SetAttributeColumnWidthActor(MindMapController mindMapModeController)
Method Detail

createAction

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

createActionPair

public ActionPair createActionPair(NodeAttributeTableModel model,
                                   int col,
                                   int width)

act

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

getDoActionClass

public java.lang.Class getDoActionClass()