| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EzComponent | |
|---|---|
| plugins.adufour.ezplug | |
| Uses of EzComponent in plugins.adufour.ezplug | 
|---|
| Subclasses of EzComponent in plugins.adufour.ezplug | |
|---|---|
|  class | EzButtonClass defining a button for use with EzPlugs. | 
|  class | EzGroupClass defining a group of EzComponents, which will appear in the interface within a titled box. | 
|  class | EzLabelClass defining a text label for use with EzPlugs. | 
|  class | 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. | 
|  class | EzVarBooleanBoolean variable for the ezPlug framework. | 
|  class | EzVarChannelPicker | 
|  class | EzVarDimensionPicker | 
|  class | EzVarDoubleSpecialized implementation of EzVarNumericfor variables of type
 double | 
|  class | EzVarDoubleArrayDeprecated. use EzVarDoubleArrayNativeinstead (optimized performances) | 
|  class | EzVarDoubleArrayNativeDouble arrays | 
|  class | EzVarEnum<E extends Enum<E>>Class defining a enumeration type variable. | 
|  class | EzVarFileClass defining a variable of type String, embarking a button triggering a file dialog as graphical component | 
|  class | EzVarFileArrayClass defining a variable of type String, embarking a button triggering a file dialog as graphical component | 
|  class | EzVarFloatSpecialized implementation of EzVarNumericfor variables of type
 float | 
|  class | EzVarFloatArrayDeprecated. use EzVarFloatArrayNativeinstead (optimized performances) | 
|  class | EzVarFloatArrayNativeFloat arrays | 
|  class | EzVarFolder | 
|  class | EzVarIntegerSpecialized implementation of EzVarNumericfor variables of type
 integer | 
|  class | EzVarIntegerArrayDeprecated. use EzVarIntegerArrayNativeinstead (optimized performances) | 
|  class | EzVarIntegerArrayNativeInteger 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 | EzVarSequenceClass defining a sequence type variable which displays as a combo box where the user may choose among all open sequences | 
|  class | EzVarSwimmingObject<T> | 
|  class | EzVarTextClass defining a variable of type String, embarking a textfield as graphical component | 
| Fields in plugins.adufour.ezplug with type parameters of type EzComponent | |
|---|---|
|  java.util.List<EzComponent> | EzGroup.components | 
| Methods in plugins.adufour.ezplug that return types with arguments of type EzComponent | |
|---|---|
|  java.util.Iterator<EzComponent> | EzGroup.iterator() | 
| Methods in plugins.adufour.ezplug with parameters of type EzComponent | |
|---|---|
|  void | EzGroup.addEzComponent(EzComponent... ezComponents)Adds the specified EzComponents to this group | 
| protected  void | EzPlug.addEzComponent(EzComponent component)Adds a graphical component to the interface. | 
|  void | EzDialog.addEzComponent(EzComponent component) | 
|  void | EzGUI.addEzComponent(EzComponent component,
               boolean isSingle) | 
| protected  void | EzDialog.addEzComponent(EzComponent component,
               boolean isSingle) | 
|  void | EzVar.addVisibilityTriggerTo(EzComponent targetComponent,
                       T... values)Sets a visibility trigger on the target EzComponent. | 
| Constructors in plugins.adufour.ezplug with parameters of type EzComponent | |
|---|---|
| EzGroup(java.lang.String groupTitle,
        EzComponent... ezComponents)Creates a new EzGroup with the given box title and set of ezComponents. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||