public class EdgeWidthAction extends NodeGeneralAction implements NodeActorXml, MenuItemSelectedListener
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() |
int |
getWidth() |
int |
getWidth(MindMapNode selected) |
boolean |
isSelected(javax.swing.JMenuItem pCheckItem,
javax.swing.Action pAction) |
void |
setEdgeWidth(MindMapNode node,
int width) |
addActor, execute, getNodeFromID, getNodeID, setName, setSingleNodeOperation, xmlActionPerformed
actionPerformed, addActor, getActor, getMindMapController, getShortDescription
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 int getWidth(MindMapNode selected)
public void act(freemind.controller.actions.generated.instance.XmlAction action)
act
in interface ActorXml
act
in class NodeGeneralAction
public boolean isSelected(javax.swing.JMenuItem pCheckItem, javax.swing.Action pAction)
isSelected
in interface MenuItemSelectedListener
public int getWidth()