A B C D E F G H I L M N O P R S T U V X

E

execute() - Method in class plugins.adufour.ezplug.EzPlug
Main method containing the core execution code of this EzPlug.
EzButton - Class in plugins.adufour.ezplug
Class defining a button for use with EzPlugs.
EzButton(String, ActionListener) - Constructor for class plugins.adufour.ezplug.EzButton
Creates a new EzButton with given title and action listener (i.e.
EzComponent - Class in plugins.adufour.ezplug
Abstract class defining a component of an EzPlug and its behavior in the graphical user interface.
EzComponent(String) - Constructor for class plugins.adufour.ezplug.EzComponent
 
EzDialog - Class in plugins.adufour.ezplug
 
EzDialog(String) - Constructor for class plugins.adufour.ezplug.EzDialog
 
EzDialog(String, boolean) - Constructor for class plugins.adufour.ezplug.EzDialog
 
EzException - Exception in plugins.adufour.ezplug
 
EzException(String, boolean) - Constructor for exception plugins.adufour.ezplug.EzException
Creates a new instance of EzException with the specified message and catching behavior.
EzExternalFrame - Class in plugins.adufour.ezplug
 
EzGroup - Class in plugins.adufour.ezplug
Class defining a group of EzComponents, which will appear in the interface within a titled box.
EzGroup(String, EzComponent...) - Constructor for class plugins.adufour.ezplug.EzGroup
Creates a new EzGroup with the given box title and set of ezComponents.
EzGroup.FoldListener - Interface in plugins.adufour.ezplug
 
EzGUI - Class in plugins.adufour.ezplug
 
EzGUI(EzPlug) - Constructor for class plugins.adufour.ezplug.EzGUI
 
EzInternalFrame - Class in plugins.adufour.ezplug
 
EzLabel - Class in plugins.adufour.ezplug
Class defining a text label for use with EzPlugs.
EzLabel(String) - Constructor for class plugins.adufour.ezplug.EzLabel
Creates a new EzButton with given title and action listener (i.e.
EzLabel(String, Color) - Constructor for class plugins.adufour.ezplug.EzLabel
Creates a new EzButton with given title and action listener (i.e.
EzMessage - Class in plugins.adufour.ezplug
Deprecated. A simple exception mechanism is sufficient for now
EzMessage.MessageType - Enum in plugins.adufour.ezplug
Deprecated.  
EzMessage.OutputType - Enum in plugins.adufour.ezplug
Deprecated.  
EzPlug - Class in plugins.adufour.ezplug
Main component of the EzPlug framework.
EzPlug() - Constructor for class plugins.adufour.ezplug.EzPlug
 
EZPLUG_MAINTAINERS - Static variable in class plugins.adufour.ezplug.EzPlug
 
EzStoppable - Interface in plugins.adufour.ezplug
Interface implemented by EzPlugs which handle a stop operation during the process.
EzStoppable.ForcedInterruptionHandler - Class in plugins.adufour.ezplug
 
EzStoppable.ForcedInterruptionHandler(PluginDescriptor) - Constructor for class plugins.adufour.ezplug.EzStoppable.ForcedInterruptionHandler
 
EzVar<T> - Class in plugins.adufour.ezplug
Class defining a variable for use within an EzPlug.

EzVar objects are powerful components that bind each parameter type to a specific graphical component that can be used to receive input from the user interface.
EzVar(Var<T>, VarEditorModel<T>) - Constructor for class plugins.adufour.ezplug.EzVar
Constructs a new variable
EzVar(Var<T>, T[], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVar
Creates a new variable with a JComboBox as default graphical component
EzVarBoolean - Class in plugins.adufour.ezplug
Boolean variable for the ezPlug framework.
EzVarBoolean(String, boolean) - Constructor for class plugins.adufour.ezplug.EzVarBoolean
Constructs a new input variable holding a boolean value with a JCheckBox for graphical user interface
EzVarChannelPicker - Class in plugins.adufour.ezplug
 
EzVarChannelPicker(String, Var<Sequence>, boolean) - Constructor for class plugins.adufour.ezplug.EzVarChannelPicker
 
EzVarDimensionPicker - Class in plugins.adufour.ezplug
 
EzVarDimensionPicker(String, DimensionId, EzVarSequence) - Constructor for class plugins.adufour.ezplug.EzVarDimensionPicker
Constructs a new selector for the specified dimension.
EzVarDimensionPicker(String, DimensionId, Var<Sequence>) - Constructor for class plugins.adufour.ezplug.EzVarDimensionPicker
Constructs a new selector for the specified dimension
EzVarDimensionPicker(String, DimensionId, Var<Sequence>, boolean) - Constructor for class plugins.adufour.ezplug.EzVarDimensionPicker
Constructs a new selector for the specified dimension
EzVarDouble - Class in plugins.adufour.ezplug
Specialized implementation of EzVarNumeric for variables of type double
EzVarDouble(String) - Constructor for class plugins.adufour.ezplug.EzVarDouble
Creates a new integer variable with default minimum and maximum values, and a default step size of 0.01
EzVarDouble(String, double, double, double) - Constructor for class plugins.adufour.ezplug.EzVarDouble
Creates a new integer variable with specified minimum and maximum values
EzVarDouble(String, double, double, double, double) - Constructor for class plugins.adufour.ezplug.EzVarDouble
Creates a new integer variable with specified default, minimum and maximum values
EzVarDouble(String, double, double, double, double, RangeModel.RangeEditorType, HashMap<Double, String>) - Constructor for class plugins.adufour.ezplug.EzVarDouble
Creates a new integer variable with specified default, minimum and maximum values
EzVarDouble(String, Double[], boolean) - Constructor for class plugins.adufour.ezplug.EzVarDouble
Creates a new integer variable with a given array of possible values
EzVarDouble(String, Double[], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarDouble
Creates a new integer variable with a given array of possible values
EzVarDoubleArray - Class in plugins.adufour.ezplug
Deprecated. use EzVarDoubleArrayNative instead (optimized performances)
EzVarDoubleArray(String, Double[][], boolean) - Constructor for class plugins.adufour.ezplug.EzVarDoubleArray
Deprecated. Creates a new integer variable with a given array of possible values
EzVarDoubleArray(String, Double[][], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarDoubleArray
Deprecated. Creates a new integer variable with a given array of possible values
EzVarDoubleArrayNative - Class in plugins.adufour.ezplug
Double arrays
EzVarDoubleArrayNative(String, double[][], boolean) - Constructor for class plugins.adufour.ezplug.EzVarDoubleArrayNative
Creates a new integer variable with a given array of possible values
EzVarDoubleArrayNative(String, double[][], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarDoubleArrayNative
Creates a new integer variable with a given array of possible values
EzVarEnum<E extends java.lang.Enum<E>> - Class in plugins.adufour.ezplug
Class defining a enumeration type variable.
EzVarEnum(String, E[]) - Constructor for class plugins.adufour.ezplug.EzVarEnum
Constructs a new input VarEnum variable
EzVarEnum(String, E[], E) - Constructor for class plugins.adufour.ezplug.EzVarEnum
Constructs a new input VarEnum variable
EzVarEnum(String, E[], int) - Constructor for class plugins.adufour.ezplug.EzVarEnum
Constructs a new input VarEnum variable
EzVarFile - Class in plugins.adufour.ezplug
Class defining a variable of type String, embarking a button triggering a file dialog as graphical component
EzVarFile(String, String) - Constructor for class plugins.adufour.ezplug.EzVarFile
Constructs a new input variable with given name and default file dialog path
EzVarFileArray - Class in plugins.adufour.ezplug
Class defining a variable of type String, embarking a button triggering a file dialog as graphical component
EzVarFileArray(String, String) - Constructor for class plugins.adufour.ezplug.EzVarFileArray
Constructs a new input variable with given name and default file dialog path
EzVarFloat - Class in plugins.adufour.ezplug
Specialized implementation of EzVarNumeric for variables of type float
EzVarFloat(String) - Constructor for class plugins.adufour.ezplug.EzVarFloat
Creates a new integer variable with default minimum and maximum values, and a default step size of 0.01
EzVarFloat(String, float, float, float) - Constructor for class plugins.adufour.ezplug.EzVarFloat
Creates a new integer variable with specified minimum and maximum values
EzVarFloat(String, float, float, float, float) - Constructor for class plugins.adufour.ezplug.EzVarFloat
Creates a new integer variable with specified default, minimum and maximum values
EzVarFloat(String, float, float, float, float, RangeModel.RangeEditorType) - Constructor for class plugins.adufour.ezplug.EzVarFloat
Creates a new integer variable with specified default, minimum and maximum values
EzVarFloat(String, Float[], boolean) - Constructor for class plugins.adufour.ezplug.EzVarFloat
Creates a new integer variable with a given array of possible values
EzVarFloat(String, Float[], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarFloat
Creates a new integer variable with a given array of possible values
EzVarFloatArray - Class in plugins.adufour.ezplug
Deprecated. use EzVarFloatArrayNative instead (optimized performances)
EzVarFloatArray(String, Float[][], boolean) - Constructor for class plugins.adufour.ezplug.EzVarFloatArray
Deprecated. Creates a new integer variable with a given array of possible values
EzVarFloatArray(String, Float[][], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarFloatArray
Deprecated. Creates a new integer variable with a given array of possible values
EzVarFloatArrayNative - Class in plugins.adufour.ezplug
Float arrays
EzVarFloatArrayNative(String, float[][], boolean) - Constructor for class plugins.adufour.ezplug.EzVarFloatArrayNative
Creates a new integer variable with a given array of possible values
EzVarFloatArrayNative(String, float[][], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarFloatArrayNative
Creates a new integer variable with a given array of possible values
EzVarFolder - Class in plugins.adufour.ezplug
 
EzVarFolder(String, String) - Constructor for class plugins.adufour.ezplug.EzVarFolder
Constructs a new input variable with given name and default folder dialog path
EzVarInteger - Class in plugins.adufour.ezplug
Specialized implementation of EzVarNumeric for variables of type integer
EzVarInteger(String) - Constructor for class plugins.adufour.ezplug.EzVarInteger
Creates a new integer variable with default minimum and maximum values
EzVarInteger(String, int, int, int) - Constructor for class plugins.adufour.ezplug.EzVarInteger
Creates a new integer variable with specified minimum and maximum values
EzVarInteger(String, int, int, int, int) - Constructor for class plugins.adufour.ezplug.EzVarInteger
Creates a new integer variable with specified default, minimum and maximum values
EzVarInteger(String, int, int, int, int, RangeModel.RangeEditorType) - Constructor for class plugins.adufour.ezplug.EzVarInteger
Creates a new integer variable with specified default, minimum and maximum values
EzVarInteger(String, Integer[], boolean) - Constructor for class plugins.adufour.ezplug.EzVarInteger
Creates a new integer variable with a given array of possible values
EzVarInteger(String, Integer[], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarInteger
Creates a new integer variable with a given array of possible values
EzVarIntegerArray - Class in plugins.adufour.ezplug
Deprecated. use EzVarIntegerArrayNative instead (optimized performances)
EzVarIntegerArray(String, Integer[][], boolean) - Constructor for class plugins.adufour.ezplug.EzVarIntegerArray
Deprecated. Creates a new integer variable with a given array of possible values
EzVarIntegerArray(String, Integer[][], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarIntegerArray
Deprecated. Creates a new integer variable with a given array of possible values
EzVarIntegerArrayNative - Class in plugins.adufour.ezplug
Integer arrays
EzVarIntegerArrayNative(String, int[][], boolean) - Constructor for class plugins.adufour.ezplug.EzVarIntegerArrayNative
Creates a new integer variable with a given array of possible values
EzVarIntegerArrayNative(String, int[][], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarIntegerArrayNative
Creates a new integer variable with a given array of possible values
EzVarListener<T> - Interface in plugins.adufour.ezplug
Interface used to fire events occurring on variables
EzVarNumeric<N extends java.lang.Number> - Class in plugins.adufour.ezplug
Superclass of all variables holding a number-type variable.
EzVarNumeric(Var<N>, VarEditorModel<N>) - Constructor for class plugins.adufour.ezplug.EzVarNumeric
 
EzVarNumeric(Var<N>, N[], int, boolean) - Constructor for class plugins.adufour.ezplug.EzVarNumeric
 
EzVarPlugin<P extends icy.plugin.abstract_.Plugin> - Class in plugins.adufour.ezplug
New variable displaying a list of plug-ins of a given type
EzVarPlugin(String, Class<P>) - Constructor for class plugins.adufour.ezplug.EzVarPlugin
 
EzVarSequence - Class in plugins.adufour.ezplug
Class defining a sequence type variable which displays as a combo box where the user may choose among all open sequences
EzVarSequence(String) - Constructor for class plugins.adufour.ezplug.EzVarSequence
Constructs a new variable that handles image data.
EzVarSwimmingObject<T> - Class in plugins.adufour.ezplug
 
EzVarSwimmingObject(String) - Constructor for class plugins.adufour.ezplug.EzVarSwimmingObject
 
EzVarText - Class in plugins.adufour.ezplug
Class defining a variable of type String, embarking a textfield as graphical component
EzVarText(String) - Constructor for class plugins.adufour.ezplug.EzVarText
Creates a new Text variable
EzVarText(String, int) - Constructor for class plugins.adufour.ezplug.EzVarText
Creates a new Text variable
EzVarText(String, String) - Constructor for class plugins.adufour.ezplug.EzVarText
Creates a new Text variable
EzVarText(String, String, int) - Constructor for class plugins.adufour.ezplug.EzVarText
Creates a new Text variable
EzVarText(String, String[], Boolean) - Constructor for class plugins.adufour.ezplug.EzVarText
Creates a new Text input variable with a list of default values
EzVarText(String, String[], int, Boolean) - Constructor for class plugins.adufour.ezplug.EzVarText
Creates a new Text input variable with a list of default values and a default selection

A B C D E F G H I L M N O P R S T U V X