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 void
InterfaceSelectionPanel. toolDeactivated(ToolEvent e)
void
InterfaceSelectionPanel. 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 void
InterfaceGraphic. toolDeactivated(ToolEvent e)
void
InterfaceGraphic3D. toolDeactivated(ToolEvent e)
void
InterfaceGraphic. toolStateChanged(ToolEvent e)
void
InterfaceGraphic2D. 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 void
InterfaceQueryPanel. toolDeactivated(ToolEvent e)
void
InterfaceQueryPanel. 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 void
ToolListener. toolDeactivated(ToolEvent e)
void
ToolListener. 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 void
Tool2D. fireListeners(ToolEvent event)