Uses of Class
mgui.interfaces.graphics.WindowEvent
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 WindowEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type WindowEvent Modifier and Type Method Description void
InterfaceDisplayPanel. windowSourceChanged(WindowEvent e)
void
InterfaceSplitPanel. windowSourceChanged(WindowEvent e)
void
InterfaceDisplayPanel. windowUpdated(WindowEvent e)
void
InterfaceSplitPanel. windowUpdated(WindowEvent e)
-
Uses of WindowEvent in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type WindowEvent Modifier and Type Method Description protected void
InterfaceGraphicWindow. fireWindowListeners(WindowEvent event)
void
WindowListener. windowSourceChanged(WindowEvent e)
void
WindowListener. windowUpdated(WindowEvent e)
-
Uses of WindowEvent in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type WindowEvent Modifier and Type Method Description void
InterfaceSectionSetPanel. windowSourceChanged(WindowEvent e)
void
ShapeModel3D. windowSourceChanged(WindowEvent e)
void
InterfaceSectionSetPanel. windowUpdated(WindowEvent e)
void
ShapeModel3D. windowUpdated(WindowEvent e)