Uses of Class
plugins.adufour.ezplug.EzVar

Packages that use EzVar
plugins.adufour.ezplug   
 

Uses of EzVar in plugins.adufour.ezplug
 

Subclasses of EzVar in plugins.adufour.ezplug
 class EzVarBoolean
          Boolean variable for the ezPlug framework.
 class EzVarChannelPicker
           
 class EzVarDimensionPicker
           
 class EzVarDouble
          Specialized implementation of EzVarNumeric for variables of type double
 class EzVarDoubleArray
          Deprecated. use EzVarDoubleArrayNative instead (optimized performances)
 class EzVarDoubleArrayNative
          Double arrays
 class EzVarEnum<E extends Enum<E>>
          Class defining a enumeration type variable.
 class EzVarFile
          Class defining a variable of type String, embarking a button triggering a file dialog as graphical component
 class EzVarFileArray
          Class defining a variable of type String, embarking a button triggering a file dialog as graphical component
 class EzVarFloat
          Specialized implementation of EzVarNumeric for variables of type float
 class EzVarFloatArray
          Deprecated. use EzVarFloatArrayNative instead (optimized performances)
 class EzVarFloatArrayNative
          Float arrays
 class EzVarFolder
           
 class EzVarInteger
          Specialized implementation of EzVarNumeric for variables of type integer
 class EzVarIntegerArray
          Deprecated. use EzVarIntegerArrayNative instead (optimized performances)
 class EzVarIntegerArrayNative
          Integer arrays
 class EzVarNumeric<N extends Number>
          Superclass of all variables holding a number-type variable.
 class EzVarPlugin<P extends Plugin>
          New variable displaying a list of plug-ins of a given type
 class EzVarSequence
          Class defining a sequence type variable which displays as a combo box where the user may choose among all open sequences
 class EzVarSwimmingObject<T>
           
 class EzVarText
          Class defining a variable of type String, embarking a textfield as graphical component
 

Methods in plugins.adufour.ezplug with parameters of type EzVar
 void EzVarListener.variableChanged(EzVar<T> source, T newValue)