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. variablesMethods 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 voidInterfaceWorkspace. addVariable(VariableInt<?> v)voidInterfaceWorkspace. removeVariable(VariableInt<?> v) -
Uses of VariableInt in mgui.interfaces.variables
Subclasses of VariableInt in mgui.interfaces.variables Modifier and Type Class Description classMatrixIntInterface for a 2D matrix, represented internally as a Jama matrix of doubles.classStringVectorIntStores an array ofStringobjects as a variable.classVectorInt<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)Parsespartto return a part of this variable.abstract VariableInt<T>VariableInt. getPart(java.lang.String name, java.lang.String part)Parsespartto 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 voidVariableTableModel. setVariable(VariableInt<?> variable)Constructors in mgui.interfaces.variables.tables with parameters of type VariableInt Constructor Description VariableTableModel(VariableInt<?> variable)