Uses of Interface
mgui.interfaces.InterfaceDialogUpdater
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.gui | |
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.interfaces.models |
Base classes for specifying dynamic models.
|
mgui.interfaces.shapes.volume | |
mgui.io.foreign.caret | |
mgui.io.foreign.minc |
-
Uses of InterfaceDialogUpdater in mgui.interfaces
Fields in mgui.interfaces declared as InterfaceDialogUpdater Modifier and Type Field Description protected InterfaceDialogUpdater
InterfaceDialogBox. updater
Deprecated.Constructors in mgui.interfaces with parameters of type InterfaceDialogUpdater Constructor Description InterfaceDialogBox(javax.swing.JFrame aFrame, InterfaceDialogUpdater updater)
Deprecated. -
Uses of InterfaceDialogUpdater in mgui.interfaces.gui
Constructors in mgui.interfaces.gui with parameters of type InterfaceDialogUpdater Constructor Description LineStyleDialog(javax.swing.JFrame aFrame, InterfaceDialogUpdater parent)
-
Uses of InterfaceDialogUpdater in mgui.interfaces.io
Classes in mgui.interfaces.io that implement InterfaceDialogUpdater Modifier and Type Class Description class
InterfaceFilePanel
InterfacePanel
providing a standard interface for input & output operations.Constructors in mgui.interfaces.io with parameters of type InterfaceDialogUpdater Constructor Description VolumeFileWriteDialog(javax.swing.JFrame aFrame, InterfaceDialogUpdater parent)
Deprecated. -
Uses of InterfaceDialogUpdater in mgui.interfaces.models
Classes in mgui.interfaces.models that implement InterfaceDialogUpdater Modifier and Type Class Description class
InterfaceDynamicModelPanel
-
Uses of InterfaceDialogUpdater in mgui.interfaces.shapes.volume
Constructors in mgui.interfaces.shapes.volume with parameters of type InterfaceDialogUpdater Constructor Description VolumeMaskDialog_old(javax.swing.JFrame aFrame, InterfaceDialogUpdater parent)
-
Uses of InterfaceDialogUpdater in mgui.io.foreign.caret
Constructors in mgui.io.foreign.caret with parameters of type InterfaceDialogUpdater Constructor Description CaretMetricOptionsDialog(javax.swing.JFrame aFrame, InterfaceDialogUpdater updater, int type)
CaretPaintOptionsDialog(javax.swing.JFrame aFrame, InterfaceDialogUpdater updater)
Deprecated. -
Uses of InterfaceDialogUpdater in mgui.io.foreign.minc
Constructors in mgui.io.foreign.minc with parameters of type InterfaceDialogUpdater Constructor Description MincSurfaceOutDialog(javax.swing.JFrame aFrame, InterfaceDialogUpdater updater)