Uses of Interface
mgui.interfaces.tools.ToolListener
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.console |
Provides an interactive system console (currently view only).
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.layouts | |
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.queries |
Provides querying functionality for interface objects.
|
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
mgui.interfaces.tools.dialogs | |
mgui.interfaces.tools.graphics | |
mgui.interfaces.tools.graphs |
-
Uses of ToolListener in mgui.interfaces
Classes in mgui.interfaces that implement ToolListener Modifier and Type Class Description class
InterfaceSelectionPanel
Provides an interface for creating and managing shape selection sets. -
Uses of ToolListener in mgui.interfaces.console
Classes in mgui.interfaces.console that implement ToolListener Modifier and Type Class Description class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of ToolListener in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement ToolListener Modifier and Type Class Description class
InterfaceGraphic<T extends Tool>
The base class for all graphical interface windows.class
InterfaceGraphic2D
Graphical interface window for display 2D shapes (Shape2DInt).class
InterfaceGraphic3D
Interface class for Java3D display. -
Uses of ToolListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement ToolListener Modifier and Type Class Description class
InterfaceGraphDisplay
Displays graphs and allows user interaction with them. -
Uses of ToolListener in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement ToolListener Modifier and Type Class Description class
InterfaceLayoutWindow
Provides a window panel which specifies (via InterfaceLayoutObject) and renders a layout containing graphical objects from existing windows or objects. -
Uses of ToolListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement ToolListener Modifier and Type Class Description class
InterfacePlotDisplay
General graphic interface for all plots. -
Uses of ToolListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement ToolListener Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of ToolListener in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement ToolListener Modifier and Type Class Description class
InterfaceDataTable
Interface panel for displaying a data table or query. -
Uses of ToolListener in mgui.interfaces.tools
Methods in mgui.interfaces.tools with parameters of type ToolListener Modifier and Type Method Description void
Tool. addListener(ToolListener listener)
void
Tool. removeListener(ToolListener listener)
-
Uses of ToolListener in mgui.interfaces.tools.dialogs
Fields in mgui.interfaces.tools.dialogs with type parameters of type ToolListener Modifier and Type Field Description protected java.util.ArrayList<ToolListener>
DialogTool. listeners
Methods in mgui.interfaces.tools.dialogs with parameters of type ToolListener Modifier and Type Method Description void
DialogTool. addListener(ToolListener tl)
void
DialogTool. removeListener(ToolListener tl)
-
Uses of ToolListener in mgui.interfaces.tools.graphics
Fields in mgui.interfaces.tools.graphics with type parameters of type ToolListener Modifier and Type Field Description protected java.util.ArrayList<ToolListener>
Tool2D. listeners
protected java.util.ArrayList<ToolListener>
Tool3D. listeners
Methods in mgui.interfaces.tools.graphics with parameters of type ToolListener Modifier and Type Method Description void
Tool2D. addListener(ToolListener tl)
void
Tool3D. addListener(ToolListener tl)
void
Tool2D. removeListener(ToolListener tl)
void
Tool3D. removeListener(ToolListener tl)
-
Uses of ToolListener in mgui.interfaces.tools.graphs
Fields in mgui.interfaces.tools.graphs with type parameters of type ToolListener Modifier and Type Field Description protected java.util.ArrayList<ToolListener>
ToolGraph. listeners
Methods in mgui.interfaces.tools.graphs with parameters of type ToolListener Modifier and Type Method Description void
ToolGraph. addListener(ToolListener tl)
void
ToolGraph. removeListener(ToolListener tl)