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 classInterfaceSelectionPanelProvides an interface for creating and managing shape selection sets.Methods in mgui.interfaces with parameters of type InterfaceMouseListener Modifier and Type Method Description voidInterfaceMouseObject. addMouseListener(InterfaceMouseListener thisObj)voidInterfaceMouseObject. removeMouseListener(InterfaceMouseListener thisObj) -
Uses of InterfaceMouseListener in mgui.interfaces.graphics
Subinterfaces of InterfaceMouseListener in mgui.interfaces.graphics Modifier and Type Interface Description interfaceGraphic2DMouseListenerinterfaceGraphicMouseListenerMouse listener on anInterfaceGraphicobject.Classes in mgui.interfaces.graphics that implement InterfaceMouseListener Modifier and Type Class Description classInterfaceGraphic2DTextBoxStatus text box for a Graphic2D window.classInterfaceGraphicTextBoxRepresents a labelled text box which updates from mouse movement events on its registeredInterfaceGraphiccomponents.Methods in mgui.interfaces.graphics with parameters of type InterfaceMouseListener Modifier and Type Method Description voidInterfaceGraphic. addMouseListener(InterfaceMouseListener thisObj)voidInterfaceGraphic. removeMouseListener(InterfaceMouseListener thisObj) -
Uses of InterfaceMouseListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement InterfaceMouseListener Modifier and Type Class Description classInterfaceQueryPanelProvides 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 classText2DIntMouseCoords -
Uses of InterfaceMouseListener in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement InterfaceMouseListener Modifier and Type Class Description classInterfaceSelectionSetInterface panel providing user interaction with selection sets.