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 classInterfaceDisplayPanelMain interface panel for displaying data graphically.classInterfaceSplitPanelDisplays twoInterfaceGraphicWindows, split either horizontally or vertically.classInterfaceTabbedDisplayPanelThis class extendsInterfaceDisplayPanelin 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 interfaceWindowContainerMarker 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_listenersMethods in mgui.interfaces.graphics with parameters of type WindowListener Modifier and Type Method Description voidInterfaceGraphicWindow. addWindowListener(WindowListener listener)voidInterfaceGraphicWindow. removeWindowListener(WindowListener listener) -
Uses of WindowListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement WindowListener Modifier and Type Class Description classInterfaceSectionSetPanelUpdated version of InterfaceSectionSet that sets a current section set for a given Graphic2D window, and sets current sections for that window.classShapeModel3DThe top container for all shape interfaces.