public class EdgeStyleAction extends NodeGeneralAction implements NodeActorXml, MenuItemSelectedListener
logger, modeController
Constructor and Description |
---|
EdgeStyleAction(MindMapController controller,
java.lang.String style) |
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() |
java.lang.String |
getStyle(MindMapNode selected) |
boolean |
isSelected(javax.swing.JMenuItem pCheckItem,
javax.swing.Action pAction) |
void |
setEdgeStyle(MindMapNode node,
java.lang.String style) |
addActor, execute, getNodeFromID, getNodeID, setName, setSingleNodeOperation, xmlActionPerformed
actionPerformed, addActor, getActor, getMindMapController, getShortDescription
public EdgeStyleAction(MindMapController controller, java.lang.String style)
public ActionPair apply(MindMap model, MindMapNode selected)
apply
in interface NodeActorXml
public java.lang.Class getDoActionClass()
getDoActionClass
in interface ActorXml
public void setEdgeStyle(MindMapNode node, java.lang.String style)
public java.lang.String getStyle(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