Uses of Interface
mgui.interfaces.graphics.WindowListener
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 WindowListener in mgui.interfaces
Classes in mgui.interfaces that implement WindowListener Modifier and Type Class Description class
InterfaceDisplayPanel
Main interface panel for displaying data graphically.class
InterfaceSplitPanel
Displays twoInterfaceGraphicWindow
s, split either horizontally or vertically.class
InterfaceTabbedDisplayPanel
This class extendsInterfaceDisplayPanel
in order to provide a tabbed window pane, similar to a typical web browser. -
Uses of WindowListener in mgui.interfaces.graphics
Subinterfaces of WindowListener in mgui.interfaces.graphics Modifier and Type Interface Description interface
WindowContainer
Marker interface for all window containersFields in mgui.interfaces.graphics with type parameters of type WindowListener Modifier and Type Field Description protected java.util.ArrayList<WindowListener>
InterfaceGraphicWindow. window_listeners
Methods in mgui.interfaces.graphics with parameters of type WindowListener Modifier and Type Method Description void
InterfaceGraphicWindow. addWindowListener(WindowListener listener)
void
InterfaceGraphicWindow. removeWindowListener(WindowListener listener)
-
Uses of WindowListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement WindowListener Modifier and Type Class Description class
InterfaceSectionSetPanel
Updated version of InterfaceSectionSet that sets a current section set for a given Graphic2D window, and sets current sections for that window.class
ShapeModel3D
The top container for all shape interfaces.