public class NewChildAction extends javax.swing.AbstractAction implements ActorXml
| Constructor and Description |
|---|
NewChildAction(MindMapController modeController) |
| Modifier and Type | Method and Description |
|---|---|
void |
act(freemind.controller.actions.generated.instance.XmlAction action) |
void |
actionPerformed(java.awt.event.ActionEvent e) |
MindMapNode |
addNew(MindMapNode target,
int newNodeMode,
java.awt.event.KeyEvent e) |
MindMapNode |
addNewNode(MindMapNode parent,
int index) |
MindMapNode |
addNewNode(MindMapNode parent,
int index,
boolean newNodeIsLeft) |
freemind.controller.actions.generated.instance.NewNodeAction |
getAddNodeAction(MindMapNode parent,
int index,
java.lang.String newId,
boolean newNodeIsLeft) |
java.lang.Class |
getDoActionClass() |
public NewChildAction(MindMapController modeController)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void act(freemind.controller.actions.generated.instance.XmlAction action)
public java.lang.Class getDoActionClass()
getDoActionClass in interface ActorXmlpublic MindMapNode addNew(MindMapNode target, int newNodeMode, java.awt.event.KeyEvent e)
public MindMapNode addNewNode(MindMapNode parent, int index)
public MindMapNode addNewNode(MindMapNode parent, int index, boolean newNodeIsLeft)
public freemind.controller.actions.generated.instance.NewNodeAction getAddNodeAction(MindMapNode parent, int index, java.lang.String newId, boolean newNodeIsLeft)