public class DeleteChildAction extends javax.swing.AbstractAction implements ActorXml
Constructor and Description |
---|
DeleteChildAction(MindMapController modeController) |
Modifier and Type | Method and Description |
---|---|
void |
act(freemind.controller.actions.generated.instance.XmlAction action) |
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
deleteNode(MindMapNode selectedNode) |
void |
deleteWithoutUndo(MindMapNode selectedNode) |
freemind.controller.actions.generated.instance.DeleteNodeAction |
getDeleteNodeAction(java.lang.String newId) |
java.lang.Class |
getDoActionClass() |
public DeleteChildAction(MindMapController modeController)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void act(freemind.controller.actions.generated.instance.XmlAction action)
public void deleteWithoutUndo(MindMapNode selectedNode)
public java.lang.Class getDoActionClass()
getDoActionClass
in interface ActorXml
public void deleteNode(MindMapNode selectedNode)
public freemind.controller.actions.generated.instance.DeleteNodeAction getDeleteNodeAction(java.lang.String newId)