|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugins.adufour.ezplug.EzComponent
plugins.adufour.ezplug.EzVar<icy.sequence.Sequence>
plugins.adufour.ezplug.EzVarSequence
public class EzVarSequence
Class defining a sequence type variable which displays as a combo box where the user may choose among all open sequences
| Field Summary |
|---|
| Fields inherited from class plugins.adufour.ezplug.EzComponent |
|---|
name, visible |
| Constructor Summary | |
|---|---|
EzVarSequence(java.lang.String varName)
Constructs a new variable that handles image data. |
|
| Method Summary | |
|---|---|
void |
setNoSequenceSelection()
Force the sequence chooser to the "no sequence" selection |
void |
setValue(icy.sequence.Sequence value)
Sets the new value of this variable |
| 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, 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 |
|---|
public EzVarSequence(java.lang.String varName)
varName - the parameter name| Method Detail |
|---|
public void setNoSequenceSelection()
public void setValue(icy.sequence.Sequence value)
throws java.lang.UnsupportedOperationException
EzVar
setValue in class EzVar<icy.sequence.Sequence>value - the new value
java.lang.UnsupportedOperationException - thrown if changing the variable value from code is not supported (or not yet
implemented)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||