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, xmlActionPerformedactionPerformed, addActor, getActor, getMindMapControllerpublic EdgeWidthAction(MindMapController controller, int width)
public ActionPair apply(MindMap model, MindMapNode selected)
apply in interface NodeActorXmlpublic java.lang.Class getDoActionClass()
getDoActionClass in interface ActorXmlpublic void setEdgeWidth(MindMapNode node, int width)
public void act(freemind.controller.actions.generated.instance.XmlAction action)
act in interface ActorXmlact in class NodeGeneralAction