Uses of Class
mgui.interfaces.shapes.selection.ShapeSelectionEvent
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 ShapeSelectionEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type ShapeSelectionEvent Modifier and Type Method Description void
InterfaceSelectionPanel. shapeSelectionChanged(ShapeSelectionEvent e)
-
Uses of ShapeSelectionEvent in mgui.interfaces.queries
Methods in mgui.interfaces.queries with parameters of type ShapeSelectionEvent Modifier and Type Method Description void
InterfaceQueryPanel. shapeSelectionChanged(ShapeSelectionEvent e)
-
Uses of ShapeSelectionEvent in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type ShapeSelectionEvent Modifier and Type Method Description protected void
ShapeModel3D. fireSelectionListeners(ShapeSelectionEvent e)
void
ShapeModel3D. shapeSelectionChanged(ShapeSelectionEvent e)
-
Uses of ShapeSelectionEvent in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection with parameters of type ShapeSelectionEvent Modifier and Type Method Description void
ShapeSelectionSet. fireSelectionListeners(ShapeSelectionEvent e)
void
InterfaceSelectionSet. shapeSelectionChanged(ShapeSelectionEvent e)
void
ShapeSelectionListener. shapeSelectionChanged(ShapeSelectionEvent e)