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

C

catchException - Variable in exception plugins.adufour.ezplug.EzException
 
ChannelSelector - Class in plugins.adufour.vars.gui.swing
 
ChannelSelector(Var<Integer>, Var<Sequence>, boolean) - Constructor for class plugins.adufour.vars.gui.swing.ChannelSelector
 
CheckBox - Class in plugins.adufour.vars.gui.swing
 
CheckBox(Var<Boolean>) - Constructor for class plugins.adufour.vars.gui.swing.CheckBox
 
clean() - Method in class plugins.adufour.ezplug.EzPlug
Cleans user-defined structures when the plug-in window is closed.
clickRun() - Method in class plugins.adufour.ezplug.EzGUI
Simulates a click on the run button (useful to execute the plug-in right after initialization)
close() - Method in class plugins.adufour.ezplug.EzDialog
 
close() - Method in class plugins.adufour.ezplug.EzExternalFrame
 
ComboBox<T> - Class in plugins.adufour.vars.gui.swing
 
ComboBox(Var<T>) - Constructor for class plugins.adufour.vars.gui.swing.ComboBox
Creates a new combo box component for the specified variable.
compareTo(Double) - Method in class plugins.adufour.vars.lang.VarDouble
 
compareTo(Float) - Method in class plugins.adufour.vars.lang.VarFloat
 
compareTo(Integer) - Method in class plugins.adufour.vars.lang.VarInteger
 
components - Variable in class plugins.adufour.ezplug.EzGroup
 
compute() - Method in class plugins.adufour.ezplug.EzPlug
Entry point of this EzPlug, which creates the user interface and displays it on the main desktop pane.
createButton(VarTrigger) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createButton(VarTrigger) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createCheckBox(Var<Boolean>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createCheckBox(Var<Boolean>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createComboBox(Var<V>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createComboBox(Var<V>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createEditor() - Method in class plugins.adufour.vars.gui.swing.ComboBox
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.Button
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.ChannelSelector
Creates a graphical component able to receive user input to change the variable value.
Note that listeners are NOT registered here.
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.CheckBox
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.ComboBox
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.FileChooser
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.FilesChooser
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.Label
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.MutableVarEditor
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.PluginChooser
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.SequenceChooser
Creates a graphical component able to receive user input to change the variable value.
Note that listeners are NOT registered here.
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.SequenceList
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.SequenceViewer
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.Slider
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.Spinner
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.SwimmingObjectChooser
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.SwingVarEditor
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.TextArea
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.swing.TextField
 
createEditorComponent() - Method in class plugins.adufour.vars.gui.VarEditor
Creates the component to display on the graphical user interface, allowing the user to modify the variable's value via appropriate listeners (listeners should be added or removed via the VarEditor.activateListeners() and VarEditor.deactivateListeners() methods).
In order to allow multiple editors to modify the same variable, this method should always return a newly constructed component (by Swing design, a same component can only be used once per interface).
Once created, the component is stored in the final VarEditor.editorComponent field to avoid unnecessary re-creations (e.g.
createExternalFrame(String) - Method in class plugins.adufour.ezplug.EzDialog
 
createInternalFrame(String, boolean, boolean, boolean, boolean) - Method in class plugins.adufour.ezplug.EzDialog
 
createLabel(Var<V>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createLabel(Var<V>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createRenderer() - Method in class plugins.adufour.vars.gui.swing.ComboBox
 
createRenderer() - Method in class plugins.adufour.vars.gui.swing.TypeChooser
 
createSequenceChooser(Var<Sequence>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createSequenceChooser(Var<Sequence>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createSlider(Var<N>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createSlider(Var<N>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createSpinner(Var<N>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createSpinner(Var<N>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createSwimmingObjectChooser(Var<SwimmingObject>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createSwimmingObjectChooser(Var<SwimmingObject>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createTextArea(Var<V>, int) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createTextArea(Var<V>, int) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createTextField(Var<V>) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createTextField(Var<V>) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createTypeChooser(VarMutable) - Method in class plugins.adufour.vars.gui.swing.SwingFactory
 
createTypeChooser(VarMutable) - Method in class plugins.adufour.vars.gui.VarEditorFactory
 
createUI() - Method in class plugins.adufour.ezplug.EzPlug
Generates the user interface of this EzPlug.
createVarEditor() - Method in class plugins.adufour.vars.lang.Var
Creates a new VarEditor object that allows the user to graphically adjust the value of this variable.
createVarEditor() - Method in class plugins.adufour.vars.lang.VarBoolean
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarChannel
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarDoubleArray
Deprecated.  
createVarEditor() - Method in class plugins.adufour.vars.lang.VarDoubleArrayNative
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarFile
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarFileArray
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarFloatArray
Deprecated.  
createVarEditor() - Method in class plugins.adufour.vars.lang.VarFloatArrayNative
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarIntegerArray
Deprecated.  
createVarEditor() - Method in class plugins.adufour.vars.lang.VarIntegerArrayNative
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarMutable
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarNumber
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarPlugin
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarPoint5D
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarSequence
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarSequenceArray
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarString
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarSwimmingObject
 
createVarEditor() - Method in class plugins.adufour.vars.lang.VarTrigger
 
createVarViewer() - Method in class plugins.adufour.vars.lang.Var
Creates a new VarEditor object that allows the user to view the value of this variable (but not necessarily modify it).
createVarViewer() - Method in class plugins.adufour.vars.lang.VarMutable
 
createVarViewer() - Method in class plugins.adufour.vars.lang.VarSequence
 
currentParametersPath - Static variable in class plugins.adufour.ezplug.EzDialog
 

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