Uses of Class
mgui.interfaces.InterfaceWorkspace
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
-
Uses of InterfaceWorkspace in mgui.datasources
Fields in mgui.datasources declared as InterfaceWorkspace Modifier and Type Field Description protected InterfaceWorkspace
DataSource. workspace
Methods in mgui.datasources that return InterfaceWorkspace Modifier and Type Method Description InterfaceWorkspace
DataSource. getWorkspace()
Methods in mgui.datasources with parameters of type InterfaceWorkspace Modifier and Type Method Description void
DataSource. setWorkspace(InterfaceWorkspace workspace)
-
Uses of InterfaceWorkspace in mgui.interfaces
Fields in mgui.interfaces declared as InterfaceWorkspace Modifier and Type Field Description protected InterfaceWorkspace
InterfaceDisplayPanel. workspace
Methods in mgui.interfaces that return InterfaceWorkspace Modifier and Type Method Description InterfaceWorkspace
InterfaceDisplayPanel. getWorkspace()
static InterfaceWorkspace
InterfaceSession. getWorkspace()
Returns the workspace for the current session.static InterfaceWorkspace
InterfaceEnvironment. getWorkspaceInstance()