Uses of Interface
mgui.interfaces.shapes.selection.ShapeSelectionListener
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
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 ShapeSelectionListener in mgui.interfaces
Classes in mgui.interfaces that implement ShapeSelectionListener Modifier and Type Class Description class
InterfaceSelectionPanel
Provides an interface for creating and managing shape selection sets. -
Uses of ShapeSelectionListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement ShapeSelectionListener Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of ShapeSelectionListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement ShapeSelectionListener Modifier and Type Class Description class
ShapeModel3D
The top container for all shape interfaces.Fields in mgui.interfaces.shapes with type parameters of type ShapeSelectionListener Modifier and Type Field Description protected java.util.ArrayList<ShapeSelectionListener>
ShapeModel3D. slisteners
Methods in mgui.interfaces.shapes with parameters of type ShapeSelectionListener Modifier and Type Method Description void
ShapeModel3D. addSelectionListener(ShapeSelectionListener s)
void
ShapeModel3D. removeSelectionListener(ShapeSelectionListener s)
-
Uses of ShapeSelectionListener in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement ShapeSelectionListener Modifier and Type Class Description class
InterfaceSelectionSet
Interface panel providing user interaction with selection sets.Fields in mgui.interfaces.shapes.selection with type parameters of type ShapeSelectionListener Modifier and Type Field Description java.util.ArrayList<ShapeSelectionListener>
ShapeSelectionSet. selection_listeners
Methods in mgui.interfaces.shapes.selection with parameters of type ShapeSelectionListener Modifier and Type Method Description void
ShapeSelectionSet. addSelectionListener(ShapeSelectionListener s)
void
ShapeSelectionSet. removeSelectionListener(ShapeSelectionListener s)