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 classInterfaceSelectionPanelProvides 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 classInterfaceQueryPanelProvides 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 classShapeModel3DThe 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. slistenersMethods in mgui.interfaces.shapes with parameters of type ShapeSelectionListener Modifier and Type Method Description voidShapeModel3D. addSelectionListener(ShapeSelectionListener s)voidShapeModel3D. 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 classInterfaceSelectionSetInterface 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_listenersMethods in mgui.interfaces.shapes.selection with parameters of type ShapeSelectionListener Modifier and Type Method Description voidShapeSelectionSet. addSelectionListener(ShapeSelectionListener s)voidShapeSelectionSet. removeSelectionListener(ShapeSelectionListener s)