public class ItalicAction extends NodeGeneralAction implements NodeActorXml, MenuItemSelectedListener
logger| Constructor and Description |
|---|
ItalicAction(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 |
setItalic(MindMapNode node,
boolean italic) |
addActor, execute, getNodeFromID, getNodeID, setName, setSingleNodeOperation, xmlActionPerformedactionPerformed, addActor, getActor, getMindMapControllerpublic ItalicAction(MindMapController modeController)
public void act(freemind.controller.actions.generated.instance.XmlAction action)
act in interface ActorXmlact in class NodeGeneralActionpublic java.lang.Class getDoActionClass()
getDoActionClass in interface ActorXmlpublic ActionPair apply(MindMap model, MindMapNode selected)
apply in interface NodeActorXmlpublic void setItalic(MindMapNode node, boolean italic)
public boolean isSelected(javax.swing.JMenuItem item,
javax.swing.Action action)
isSelected in interface MenuItemSelectedListener