Uses of Interface
mgui.interfaces.graphics.GraphicMouseListener
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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection | |
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
-
Uses of GraphicMouseListener in mgui.interfaces
Classes in mgui.interfaces that implement GraphicMouseListener Modifier and Type Class Description class
InterfaceSelectionPanel
Provides an interface for creating and managing shape selection sets.Fields in mgui.interfaces with type parameters of type GraphicMouseListener Modifier and Type Field Description protected java.util.TreeSet<GraphicMouseListener>
InterfaceDisplayPanel. mouse_listeners
Methods in mgui.interfaces with parameters of type GraphicMouseListener Modifier and Type Method Description void
InterfaceDisplayPanel. addGraphicMouseListener(GraphicMouseListener s)
void
InterfaceTabbedDisplayPanel. addGraphicMouseListener(GraphicMouseListener s)
void
InterfaceDisplayPanel. removeGraphicMouseListener(GraphicMouseListener s)
void
InterfaceTabbedDisplayPanel. removeGraphicMouseListener(GraphicMouseListener s)
Method parameters in mgui.interfaces with type arguments of type GraphicMouseListener Modifier and Type Method Description void
InterfaceStatusBarPanel. addListeners(java.util.ArrayList<GraphicMouseListener> list)
void
InterfaceStatusBarPanel. removeListeners(java.util.ArrayList<GraphicMouseListener> list)
-
Uses of GraphicMouseListener in mgui.interfaces.graphics
Subinterfaces of GraphicMouseListener in mgui.interfaces.graphics Modifier and Type Interface Description interface
Graphic2DMouseListener
Classes in mgui.interfaces.graphics that implement GraphicMouseListener Modifier and Type Class Description class
InterfaceGraphic2DTextBox
Status text box for a Graphic2D window.class
InterfaceGraphicTextBox
Represents a labelled text box which updates from mouse movement events on its registeredInterfaceGraphic
components.Fields in mgui.interfaces.graphics with type parameters of type GraphicMouseListener Modifier and Type Field Description protected java.util.ArrayList<GraphicMouseListener>
InterfaceGraphic. status_listeners
protected java.util.HashMap<GraphicMouseListener,java.lang.Integer>
InterfaceGraphic. status_map
Methods in mgui.interfaces.graphics with parameters of type GraphicMouseListener Modifier and Type Method Description void
InterfaceGraphic. addStatusListener(GraphicMouseListener thisObj)
void
InterfaceGraphic. removeMouseObject(GraphicMouseListener thisObj)
-
Uses of GraphicMouseListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement GraphicMouseListener Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of GraphicMouseListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement GraphicMouseListener Modifier and Type Class Description class
Text2DIntMouseCoords
-
Uses of GraphicMouseListener in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement GraphicMouseListener Modifier and Type Class Description class
InterfaceSelectionSet
Interface panel providing user interaction with selection sets. -
Uses of GraphicMouseListener in mgui.interfaces.tables
Methods in mgui.interfaces.tables with parameters of type GraphicMouseListener Modifier and Type Method Description void
InterfaceDataTable. addMouseListener(GraphicMouseListener thisObj)