Uses of Class
mgui.interfaces.ProgressUpdater.Mode
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.gui |
-
Uses of ProgressUpdater.Mode in mgui.interfaces
Methods in mgui.interfaces that return ProgressUpdater.Mode Modifier and Type Method Description static ProgressUpdater.Mode
ProgressUpdater.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProgressUpdater.Mode[]
ProgressUpdater.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.interfaces with parameters of type ProgressUpdater.Mode Modifier and Type Method Description void
ProgressUpdater. setMode(ProgressUpdater.Mode mode)
-
Uses of ProgressUpdater.Mode in mgui.interfaces.gui
Methods in mgui.interfaces.gui with parameters of type ProgressUpdater.Mode Modifier and Type Method Description void
AbstractProgressUpdater. setMode(ProgressUpdater.Mode mode)
void
InterfaceProgressBar. setMode(ProgressUpdater.Mode mode)
Sets the mode of this progress bar; one ofMode.Determinate
orMode.Indeterminate
.