public class NodeUpAction extends javax.swing.AbstractAction implements ActorXml
Constructor and Description |
---|
NodeUpAction(MindMapController modeController) |
Modifier and Type | Method and Description |
---|---|
void |
_moveNodes(MindMapNode selected,
java.util.List selecteds,
int direction) |
void |
act(freemind.controller.actions.generated.instance.XmlAction action) |
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.Class |
getDoActionClass() |
void |
moveNodes(MindMapNode selected,
java.util.List selecteds,
int direction) |
int |
moveNodeTo(MindMapNode newChild,
MindMapNode parent,
int direction)
The direction is used if side left and right are present. then the next
suitable place on the same side# is searched. if there is no such place,
then the side is changed.
|
public NodeUpAction(MindMapController modeController)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void moveNodes(MindMapNode selected, java.util.List selecteds, int direction)
public void _moveNodes(MindMapNode selected, java.util.List selecteds, int direction)
public int moveNodeTo(MindMapNode newChild, MindMapNode parent, int direction)
public void act(freemind.controller.actions.generated.instance.XmlAction action)
public java.lang.Class getDoActionClass()
getDoActionClass
in interface ActorXml