Uses of Class
mgui.interfaces.InterfaceFrame
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.frames |
Provides a model/session interface via a JFrame.
|
| mgui.interfaces.gui |
-
Uses of InterfaceFrame in mgui.interfaces
Fields in mgui.interfaces declared as InterfaceFrame Modifier and Type Field Description InterfaceFrameInterfaceDisplayPanel. parentFrameMethods in mgui.interfaces that return InterfaceFrame Modifier and Type Method Description static InterfaceFrameInterfaceEnvironment. getFrame()InterfaceFrameInterfaceDisplayPanel. getParentFrame()Methods in mgui.interfaces with parameters of type InterfaceFrame Modifier and Type Method Description static booleanInterfaceEnvironment. init(InterfaceFrame frame, java.lang.String initFile)Initiate environment from a specified init file.static voidInterfaceEnvironment. setFrame(InterfaceFrame frame) -
Uses of InterfaceFrame in mgui.interfaces.frames
Subclasses of InterfaceFrame in mgui.interfaces.frames Modifier and Type Class Description classSessionFrameMain frame class for an instance of ModelGUI. -
Uses of InterfaceFrame in mgui.interfaces.gui
Methods in mgui.interfaces.gui with parameters of type InterfaceFrame Modifier and Type Method Description static org.jogamp.vecmath.Matrix4dMatrixEditorDialog. showDialog(InterfaceFrame owner, org.jogamp.vecmath.Matrix4d matrix)Constructors in mgui.interfaces.gui with parameters of type InterfaceFrame Constructor Description MatrixEditorDialog(InterfaceFrame frame, org.jogamp.vecmath.Matrix4d matrix)