Package plugins.adufour.ezplug

Interface Summary
EzGroup.FoldListener  
EzStoppable Interface implemented by EzPlugs which handle a stop operation during the process.
EzVarListener<T> Interface used to fire events occurring on variables
 

Class Summary
EzButton Class defining a button for use with EzPlugs.
EzComponent Abstract class defining a component of an EzPlug and its behavior in the graphical user interface.
EzDialog  
EzExternalFrame  
EzGroup Class defining a group of EzComponents, which will appear in the interface within a titled box.
EzGUI  
EzInternalFrame  
EzLabel Class defining a text label for use with EzPlugs.
EzMessage Deprecated. A simple exception mechanism is sufficient for now
EzPlug Main component of the EzPlug framework.
EzStoppable.ForcedInterruptionHandler  
EzVar<T> 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.
EzVarBoolean Boolean variable for the ezPlug framework.
EzVarChannelPicker  
EzVarDimensionPicker  
EzVarDouble Specialized implementation of EzVarNumeric for variables of type double
EzVarDoubleArray Deprecated. use EzVarDoubleArrayNative instead (optimized performances)
EzVarDoubleArrayNative Double arrays
EzVarEnum<E extends Enum<E>> Class defining a enumeration type variable.
EzVarFile Class defining a variable of type String, embarking a button triggering a file dialog as graphical component
EzVarFileArray Class defining a variable of type String, embarking a button triggering a file dialog as graphical component
EzVarFloat Specialized implementation of EzVarNumeric for variables of type float
EzVarFloatArray Deprecated. use EzVarFloatArrayNative instead (optimized performances)
EzVarFloatArrayNative Float arrays
EzVarFolder  
EzVarInteger Specialized implementation of EzVarNumeric for variables of type integer
EzVarIntegerArray Deprecated. use EzVarIntegerArrayNative instead (optimized performances)
EzVarIntegerArrayNative Integer arrays
EzVarNumeric<N extends Number> Superclass of all variables holding a number-type variable.
EzVarPlugin<P extends Plugin> New variable displaying a list of plug-ins of a given type
EzVarSequence Class defining a sequence type variable which displays as a combo box where the user may choose among all open sequences
EzVarSwimmingObject<T>  
EzVarText Class defining a variable of type String, embarking a textfield as graphical component
 

Enum Summary
EzMessage.MessageType Deprecated.  
EzMessage.OutputType Deprecated.  
 

Exception Summary
EzException