public class InspectTool extends AbstractTool
editor| Constructor and Description |
|---|
InspectTool(GMLEditor editor)
Construct an InspectTool.
|
| 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 InspectTool(GMLEditor editor)
editor - The editor instance.public java.lang.String getName()
Toolpublic void activate()
Toolpublic void deactivate()
Tool