public class MoveNodeTool extends AbstractTool
editor| Constructor and Description |
|---|
MoveNodeTool(GMLEditor editor)
Construct a MoveNodeTool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate this tool.
|
void |
deactivate()
Deactivate this tool.
|
java.lang.String |
getName()
Get the name of this tool.
|
public MoveNodeTool(GMLEditor editor)
editor - The editor instance.public java.lang.String getName()
Toolpublic void activate()
Toolpublic void deactivate()
Tool