Uses of Interface
mgui.interfaces.InterfaceMouseListener
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 |
-
Uses of InterfaceMouseListener in mgui.interfaces
Classes in mgui.interfaces that implement InterfaceMouseListener Modifier and Type Class Description class
InterfaceSelectionPanel
Provides an interface for creating and managing shape selection sets.Methods in mgui.interfaces with parameters of type InterfaceMouseListener Modifier and Type Method Description void
InterfaceMouseObject. addMouseListener(InterfaceMouseListener thisObj)
void
InterfaceMouseObject. removeMouseListener(InterfaceMouseListener thisObj)
-
Uses of InterfaceMouseListener in mgui.interfaces.graphics
Subinterfaces of InterfaceMouseListener in mgui.interfaces.graphics Modifier and Type Interface Description interface
Graphic2DMouseListener
interface
GraphicMouseListener
Mouse listener on anInterfaceGraphic
object.Classes in mgui.interfaces.graphics that implement InterfaceMouseListener 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.Methods in mgui.interfaces.graphics with parameters of type InterfaceMouseListener Modifier and Type Method Description void
InterfaceGraphic. addMouseListener(InterfaceMouseListener thisObj)
void
InterfaceGraphic. removeMouseListener(InterfaceMouseListener thisObj)
-
Uses of InterfaceMouseListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement InterfaceMouseListener Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of InterfaceMouseListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement InterfaceMouseListener Modifier and Type Class Description class
Text2DIntMouseCoords
-
Uses of InterfaceMouseListener in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement InterfaceMouseListener Modifier and Type Class Description class
InterfaceSelectionSet
Interface panel providing user interaction with selection sets.