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 InterfaceFrame
InterfaceDisplayPanel. parentFrame
Methods in mgui.interfaces that return InterfaceFrame Modifier and Type Method Description static InterfaceFrame
InterfaceEnvironment. getFrame()
InterfaceFrame
InterfaceDisplayPanel. getParentFrame()
Methods in mgui.interfaces with parameters of type InterfaceFrame Modifier and Type Method Description static boolean
InterfaceEnvironment. init(InterfaceFrame frame, java.lang.String initFile)
Initiate environment from a specified init file.static void
InterfaceEnvironment. setFrame(InterfaceFrame frame)
-
Uses of InterfaceFrame in mgui.interfaces.frames
Subclasses of InterfaceFrame in mgui.interfaces.frames Modifier and Type Class Description class
SessionFrame
Main 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.Matrix4d
MatrixEditorDialog. 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)