Uses of Class
mgui.interfaces.tools.ToolEvent
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
| mgui.interfaces.queries |
Provides querying functionality for interface objects.
|
| mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
| mgui.interfaces.tools.graphics |
-
Uses of ToolEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type ToolEvent Modifier and Type Method Description voidInterfaceSelectionPanel. toolDeactivated(ToolEvent e)voidInterfaceSelectionPanel. toolStateChanged(ToolEvent e) -
Uses of ToolEvent in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type ToolEvent Modifier and Type Method Description voidInterfaceGraphic. toolDeactivated(ToolEvent e)voidInterfaceGraphic3D. toolDeactivated(ToolEvent e)voidInterfaceGraphic. toolStateChanged(ToolEvent e)voidInterfaceGraphic2D. toolStateChanged(ToolEvent event) -
Uses of ToolEvent in mgui.interfaces.queries
Methods in mgui.interfaces.queries with parameters of type ToolEvent Modifier and Type Method Description voidInterfaceQueryPanel. toolDeactivated(ToolEvent e)voidInterfaceQueryPanel. toolStateChanged(ToolEvent e) -
Uses of ToolEvent in mgui.interfaces.tools
Methods in mgui.interfaces.tools with parameters of type ToolEvent Modifier and Type Method Description voidToolListener. toolDeactivated(ToolEvent e)voidToolListener. toolStateChanged(ToolEvent e) -
Uses of ToolEvent in mgui.interfaces.tools.graphics
Methods in mgui.interfaces.tools.graphics with parameters of type ToolEvent Modifier and Type Method Description protected voidTool2D. fireListeners(ToolEvent event)