plugins.adufour.ezplug
Class EzVarChannelPicker

java.lang.Object
  extended by plugins.adufour.ezplug.EzComponent
      extended by plugins.adufour.ezplug.EzVar<N>
          extended by plugins.adufour.ezplug.EzVarNumeric<java.lang.Integer>
              extended by plugins.adufour.ezplug.EzVarInteger
                  extended by plugins.adufour.ezplug.EzVarDimensionPicker
                      extended by plugins.adufour.ezplug.EzVarChannelPicker
All Implemented Interfaces:
VarListener<java.lang.Integer>

public class EzVarChannelPicker
extends EzVarDimensionPicker


Field Summary
 
Fields inherited from class plugins.adufour.ezplug.EzComponent
name, visible
 
Constructor Summary
EzVarChannelPicker(java.lang.String name, Var<icy.sequence.Sequence> sequence, boolean allowAllChannels)
           
 
Method Summary
 
Methods inherited from class plugins.adufour.ezplug.EzVarDimensionPicker
dispose, setActive
 
Methods inherited from class plugins.adufour.ezplug.EzVarNumeric
getMaxValue, getMinValue, getStep, setMaxValue, setMinValue, setStep, setValues
 
Methods inherited from class plugins.adufour.ezplug.EzVar
addTo, addVarChangeListener, addVisibilityTriggerTo, fireVariableChanged, getDefaultValues, getValue, getValue, getVarEditor, getVariable, isEnabled, referenceChanged, removeAllVarChangeListeners, removeVarChangeListener, setDefaultValues, setEnabled, setOptional, setToolTipText, setValue, setVisible, toString, updateVisibilityChain, valueChanged
 
Methods inherited from class plugins.adufour.ezplug.EzComponent
getGroup, getVisible, isVisible, setGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EzVarChannelPicker

public EzVarChannelPicker(java.lang.String name,
                          Var<icy.sequence.Sequence> sequence,
                          boolean allowAllChannels)