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, xmlActionPerformed
actionPerformed, addActor, getActor, getMindMapController, getShortDescription
public ItalicAction(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 setItalic(MindMapNode node, boolean italic)
public boolean isSelected(javax.swing.JMenuItem item, javax.swing.Action action)
isSelected
in interface MenuItemSelectedListener