public class BoldAction extends NodeGeneralAction implements NodeActorXml, MenuItemSelectedListener
logger, modeController
Constructor and Description |
---|
BoldAction(MindMapController modeController) |
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() |
boolean |
isSelected(javax.swing.JMenuItem item,
javax.swing.Action action) |
void |
setBold(MindMapNode node,
boolean bold) |
addActor, execute, getNodeFromID, getNodeID, setName, setSingleNodeOperation, xmlActionPerformed
actionPerformed, addActor, getActor, getMindMapController, getShortDescription
public BoldAction(MindMapController modeController)
public void act(freemind.controller.actions.generated.instance.XmlAction action)
act
in interface ActorXml
act
in class NodeGeneralAction
public java.lang.Class getDoActionClass()
getDoActionClass
in interface ActorXml
public ActionPair apply(MindMap model, MindMapNode selected)
apply
in interface NodeActorXml
public void setBold(MindMapNode node, boolean bold)
public boolean isSelected(javax.swing.JMenuItem item, javax.swing.Action action)
isSelected
in interface MenuItemSelectedListener