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 classInterfaceSelectionPanelProvides 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 classInterfaceConsoleDisplayWindow which displays console output. -
Uses of ToolListener in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement ToolListener Modifier and Type Class Description classInterfaceGraphic<T extends Tool>The base class for all graphical interface windows.classInterfaceGraphic2DGraphical interface window for display 2D shapes (Shape2DInt).classInterfaceGraphic3DInterface class for Java3D display. -
Uses of ToolListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement ToolListener Modifier and Type Class Description classInterfaceGraphDisplayDisplays 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 classInterfaceLayoutWindowProvides 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 classInterfacePlotDisplayGeneral 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 classInterfaceQueryPanelProvides 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 classInterfaceDataTableInterface 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 voidTool. addListener(ToolListener listener)voidTool. 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. listenersMethods in mgui.interfaces.tools.dialogs with parameters of type ToolListener Modifier and Type Method Description voidDialogTool. addListener(ToolListener tl)voidDialogTool. 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. listenersprotected java.util.ArrayList<ToolListener>Tool3D. listenersMethods in mgui.interfaces.tools.graphics with parameters of type ToolListener Modifier and Type Method Description voidTool2D. addListener(ToolListener tl)voidTool3D. addListener(ToolListener tl)voidTool2D. removeListener(ToolListener tl)voidTool3D. 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. listenersMethods in mgui.interfaces.tools.graphs with parameters of type ToolListener Modifier and Type Method Description voidToolGraph. addListener(ToolListener tl)voidToolGraph. removeListener(ToolListener tl)