Uses of Class
mgui.interfaces.variables.VariableInt
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.variables | |
mgui.interfaces.variables.tables |
-
Uses of VariableInt in mgui.interfaces
Fields in mgui.interfaces with type parameters of type VariableInt Modifier and Type Field Description protected java.util.ArrayList<VariableInt<?>>
InterfaceWorkspace. variables
Methods in mgui.interfaces that return VariableInt Modifier and Type Method Description VariableInt<?>
InterfaceWorkspace. getVariableByName(java.lang.String name)
Returns the variable in this workspace corresponding to the given name.Methods in mgui.interfaces that return types with arguments of type VariableInt Modifier and Type Method Description java.util.ArrayList<VariableInt<?>>
InterfaceWorkspace. getVariables()
Returns a list of all variables currently in this workspace.Methods in mgui.interfaces with parameters of type VariableInt Modifier and Type Method Description void
InterfaceWorkspace. addVariable(VariableInt<?> v)
void
InterfaceWorkspace. removeVariable(VariableInt<?> v)
-
Uses of VariableInt in mgui.interfaces.variables
Subclasses of VariableInt in mgui.interfaces.variables Modifier and Type Class Description class
MatrixInt
Interface for a 2D matrix, represented internally as a Jama matrix of doubles.class
StringVectorInt
Stores an array ofString
objects as a variable.class
VectorInt<T extends MguiNumber>
Represents an array of numeric values.Methods in mgui.interfaces.variables that return VariableInt Modifier and Type Method Description VariableInt<T>
VariableInt. getPart(java.lang.String part)
Parsespart
to return a part of this variable.abstract VariableInt<T>
VariableInt. getPart(java.lang.String name, java.lang.String part)
Parsespart
to return a part of this variable.Constructors in mgui.interfaces.variables with parameters of type VariableInt Constructor Description VariableEvent(VariableInt<?> source)
-
Uses of VariableInt in mgui.interfaces.variables.tables
Methods in mgui.interfaces.variables.tables that return VariableInt Modifier and Type Method Description VariableInt<?>
VariableTableModel. getVariable()
Methods in mgui.interfaces.variables.tables with parameters of type VariableInt Modifier and Type Method Description void
VariableTableModel. setVariable(VariableInt<?> variable)
Constructors in mgui.interfaces.variables.tables with parameters of type VariableInt Constructor Description VariableTableModel(VariableInt<?> variable)