Uses of Interface
mgui.interfaces.tools.ToolInputListener
| Package | Description |
|---|---|
| mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
| mgui.interfaces.tools.datasources | |
| mgui.interfaces.tools.dialogs | |
| mgui.interfaces.tools.graphics | |
| mgui.interfaces.tools.graphs | |
| mgui.interfaces.tools.layouts | |
| mgui.interfaces.tools.plots | |
| mgui.interfaces.tools.queries | |
| mgui.interfaces.tools.shapes |
-
Uses of ToolInputListener in mgui.interfaces.tools
Subinterfaces of ToolInputListener in mgui.interfaces.tools Modifier and Type Interface Description interfaceToolInterface for any class which performs an operation or set of operations on ModelGUI objects, which involves user interaction.Fields in mgui.interfaces.tools with type parameters of type ToolInputListener Modifier and Type Field Description protected java.util.ArrayList<ToolInputListener>ToolInputAdapter. listenersMethods in mgui.interfaces.tools with parameters of type ToolInputListener Modifier and Type Method Description voidToolBehavior3DAdapter. addListener(ToolInputListener thisListener)voidToolInputAdapter. addListener(ToolInputListener thisListener)voidToolBehavior3DAdapter. removeListener(ToolInputListener thisListener)voidToolInputAdapter. removeListener(ToolInputListener thisListener) -
Uses of ToolInputListener in mgui.interfaces.tools.datasources
Classes in mgui.interfaces.tools.datasources that implement ToolInputListener Modifier and Type Class Description classToolDataSourceTool operating onDataSourcePanelwindows. -
Uses of ToolInputListener in mgui.interfaces.tools.dialogs
Classes in mgui.interfaces.tools.dialogs that implement ToolInputListener Modifier and Type Class Description classDialogToolAbstract class to be inherited by all tools which operate using a modal dialog box. -
Uses of ToolInputListener in mgui.interfaces.tools.graphics
Classes in mgui.interfaces.tools.graphics that implement ToolInputListener Modifier and Type Class Description classTool2DAbstract class for a Tool which operates on anInterfaceGraphic2Dwindow.classTool3DAbstract class for a tool to be used on an InterfaceGraphic3D window.classToolDefine3DGrid2DTool to define a 3D grid on a 2D window.classToolDZoom2DclassToolMouseOrbit3DTool to allow user to navigate a Graphic3D interface using the mouse.classToolPan2DclassToolWindowZoom2DInteractive tool which allows the user to zoom on a window within the current view.classToolZoomExt2D -
Uses of ToolInputListener in mgui.interfaces.tools.graphs
Classes in mgui.interfaces.tools.graphs that implement ToolInputListener Modifier and Type Class Description classToolGraphAbstract class to be inherited by tools which operate on graphs; i.e, throughInterfaceGraphDisplay.classToolGraphImageTool which inserts or appends an image to a graph window.classToolGraphTransformActs as a bridge between the mgui Tool interface and Jung's view control mouse plugins. -
Uses of ToolInputListener in mgui.interfaces.tools.layouts
Classes in mgui.interfaces.tools.layouts that implement ToolInputListener Modifier and Type Class Description classToolLayout2DTool operating on a InterfaceLayoutObject. -
Uses of ToolInputListener in mgui.interfaces.tools.plots
Classes in mgui.interfaces.tools.plots that implement ToolInputListener Modifier and Type Class Description classToolPlot -
Uses of ToolInputListener in mgui.interfaces.tools.queries
Subinterfaces of ToolInputListener in mgui.interfaces.tools.queries Modifier and Type Interface Description interfaceQueryToolInterface for all query tools. -
Uses of ToolInputListener in mgui.interfaces.tools.shapes
Classes in mgui.interfaces.tools.shapes that implement ToolInputListener Modifier and Type Class Description classToolCreateEllipse2DclassToolCreateImage2DTool allows user to select a file or url pointing to an image, and specify rectangular bounds for that image in model space.classToolCreateImage3DTool to create a 3D image on a 2D window.classToolCreateMeshFromPolylinesclassToolCreatePolygon2DAllows the user to creates a Polygon2D shape.classToolCreateRect2DclassToolCutMeshWithPlaneTool to cut a mesh into parts by intersecting it with a Plane3D object.classToolGetConvexHull2DclassToolGetMeshIntersectionPolylinesclassToolQueryShape2DTool allowing point-and-click vertex-wise querying of 2D objects, for a InterfaceGraphic3D window.classToolQueryShape3DTool allowing point-and-click vertex-wise querying of 3D objects, for a InterfaceGraphic3D window.classToolReversePolygon2DclassToolRuler2DAllows the user to measure distance on a 2D window, along a path with N nodes.classToolSelectMeshBoundaryNodesclassToolSelectNodesWithPolygonTool specifies options with a dialog and then calls an inner class instance of Tool3D to allow the user to select nodes on the Canvas3D.classToolSelectRegionBoundaryNodesTool selects region boundary nodes of a mesh region (defined by its vertex values) based upon a vertex selected by a mouse click.classToolSelectShape2D2D tool for selecting/deselcting shapes.classToolSelectShape3D3D tool for selecting/deselcting shapes.classToolTestInternalPoint2D