public class EdgeWidthAction extends NodeGeneralAction implements NodeActorXml
logger, modeController
Constructor and Description |
---|
EdgeWidthAction(MindMapController controller,
int width) |
Modifier and Type | Method and Description |
---|---|
void |
act(freemind.controller.actions.generated.instance.XmlAction action) |
ActionPair |
apply(MindMap model,
MindMapNode selected) |
java.lang.Class |
getDoActionClass() |
void |
setEdgeWidth(MindMapNode node,
int width) |
addActor, execute, getNodeFromID, getNodeID, setName, setSingleNodeOperation, xmlActionPerformed
actionPerformed, addActor, getActor, getMindMapController
public EdgeWidthAction(MindMapController controller, int width)
public ActionPair apply(MindMap model, MindMapNode selected)
apply
in interface NodeActorXml
public java.lang.Class getDoActionClass()
getDoActionClass
in interface ActorXml
public void setEdgeWidth(MindMapNode node, int width)
public void act(freemind.controller.actions.generated.instance.XmlAction action)
act
in interface ActorXml
act
in class NodeGeneralAction