Uses of Class
mgui.interfaces.shapes.ShapeModelEvent
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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of ShapeModelEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type ShapeModelEvent Modifier and Type Method Description void
InterfaceDisplayPanel. shapeModelChanged(ShapeModelEvent event)
void
InterfaceWorkspace. shapeModelChanged(ShapeModelEvent event)
-
Uses of ShapeModelEvent in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type ShapeModelEvent Modifier and Type Method Description void
InterfaceGraphic3D. shapeModelChanged(ShapeModelEvent event)
-
Uses of ShapeModelEvent in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type ShapeModelEvent Modifier and Type Method Description protected void
ShapeModel3D. fireModelListeners(ShapeModelEvent e)
void
ShapeModel3DListener. shapeModelChanged(ShapeModelEvent event)
Fired when aShapeModel3D
is changed in some way.