Uses of Class
mgui.interfaces.tools.ToolEvent.EventType
Package | Description |
---|---|
mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
-
Uses of ToolEvent.EventType in mgui.interfaces.tools
Fields in mgui.interfaces.tools declared as ToolEvent.EventType Modifier and Type Field Description protected ToolEvent.EventType
ToolEvent. type
Methods in mgui.interfaces.tools that return ToolEvent.EventType Modifier and Type Method Description ToolEvent.EventType
ToolEvent. getType()
static ToolEvent.EventType
ToolEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ToolEvent.EventType[]
ToolEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces.tools with parameters of type ToolEvent.EventType Constructor Description ToolEvent(Tool tool, ToolEvent.EventType type)