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