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 classInterfaceSelectionPanelProvides 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_listenersMethods in mgui.interfaces with parameters of type GraphicMouseListener Modifier and Type Method Description voidInterfaceDisplayPanel. addGraphicMouseListener(GraphicMouseListener s)voidInterfaceTabbedDisplayPanel. addGraphicMouseListener(GraphicMouseListener s)voidInterfaceDisplayPanel. removeGraphicMouseListener(GraphicMouseListener s)voidInterfaceTabbedDisplayPanel. removeGraphicMouseListener(GraphicMouseListener s)Method parameters in mgui.interfaces with type arguments of type GraphicMouseListener Modifier and Type Method Description voidInterfaceStatusBarPanel. addListeners(java.util.ArrayList<GraphicMouseListener> list)voidInterfaceStatusBarPanel. 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 interfaceGraphic2DMouseListenerClasses in mgui.interfaces.graphics that implement GraphicMouseListener 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.Fields in mgui.interfaces.graphics with type parameters of type GraphicMouseListener Modifier and Type Field Description protected java.util.ArrayList<GraphicMouseListener>InterfaceGraphic. status_listenersprotected java.util.HashMap<GraphicMouseListener,java.lang.Integer>InterfaceGraphic. status_mapMethods in mgui.interfaces.graphics with parameters of type GraphicMouseListener Modifier and Type Method Description voidInterfaceGraphic. addStatusListener(GraphicMouseListener thisObj)voidInterfaceGraphic. removeMouseObject(GraphicMouseListener thisObj) -
Uses of GraphicMouseListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement GraphicMouseListener Modifier and Type Class Description classInterfaceQueryPanelProvides 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 classText2DIntMouseCoords -
Uses of GraphicMouseListener in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement GraphicMouseListener Modifier and Type Class Description classInterfaceSelectionSetInterface 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 voidInterfaceDataTable. addMouseListener(GraphicMouseListener thisObj)