plugins.adufour.ezplug
Class EzVarFloatArray
java.lang.Object
plugins.adufour.ezplug.EzComponent
plugins.adufour.ezplug.EzVar<java.lang.Float[]>
plugins.adufour.ezplug.EzVarFloatArray
- All Implemented Interfaces:
- VarListener<java.lang.Float[]>
Deprecated. use EzVarFloatArrayNative
instead (optimized performances)
public class EzVarFloatArray
- extends EzVar<java.lang.Float[]>
Float arrays
- Author:
- Alexandre Dufour
Constructor Summary |
EzVarFloatArray(java.lang.String varName,
java.lang.Float[][] defaultValues,
boolean allowUserInput)
Deprecated. Creates a new integer variable with a given array of possible values |
EzVarFloatArray(java.lang.String varName,
java.lang.Float[][] defaultValues,
int defaultValueIndex,
boolean allowUserInput)
Deprecated. Creates a new integer variable with a given array of possible values |
Methods inherited from class plugins.adufour.ezplug.EzVar |
addTo, addVarChangeListener, addVisibilityTriggerTo, dispose, fireVariableChanged, getDefaultValues, getValue, getValue, getVarEditor, getVariable, isEnabled, referenceChanged, removeAllVarChangeListeners, removeVarChangeListener, setDefaultValues, setEnabled, setOptional, setToolTipText, setValue, setVisible, toString, updateVisibilityChain, valueChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EzVarFloatArray
public EzVarFloatArray(java.lang.String varName,
java.lang.Float[][] defaultValues,
boolean allowUserInput)
throws java.lang.NullPointerException
- Deprecated.
- Creates a new integer variable with a given array of possible values
- Parameters:
varName
- the name of the variable (as it will appear on the interface)defaultValues
- the list of possible values the user may choose fromallowUserInput
- set to true to allow the user to input its own value manually, false otherwise
- Throws:
java.lang.NullPointerException
- if the defaultValues parameter is null
EzVarFloatArray
public EzVarFloatArray(java.lang.String varName,
java.lang.Float[][] defaultValues,
int defaultValueIndex,
boolean allowUserInput)
throws java.lang.NullPointerException
- Deprecated.
- Creates a new integer variable with a given array of possible values
- Parameters:
varName
- the name of the variable (as it will appear on the interface)defaultValues
- the list of possible values the user may choose fromdefaultValueIndex
- the index of the default selected valueallowUserInput
- set to true to allow the user to input its own value manually, false otherwise
- Throws:
java.lang.NullPointerException
- if the defaultValues parameter is null