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

S

saveParameters(File) - Method in class plugins.adufour.ezplug.EzPlug
Saves the EzPlug user parameters into the specified XML file
saveToXML(Node) - Method in class plugins.adufour.vars.lang.Var
Saves the current variable to the specified node
saveToXML(Node) - Method in class plugins.adufour.vars.lang.VarFile
Saves the current variable to the specified node
saveToXML(Node) - Method in class plugins.adufour.vars.lang.VarFileArray
Saves the current variable to the specified node
saveToXML(Node) - Method in class plugins.adufour.vars.lang.VarSequence
Saves the current variable to the specified node
sequenceChanged(SequenceEvent) - Method in class plugins.adufour.vars.gui.swing.SequenceViewer
 
SequenceChooser - Class in plugins.adufour.vars.gui.swing
 
SequenceChooser(Var<Sequence>) - Constructor for class plugins.adufour.vars.gui.swing.SequenceChooser
 
sequenceClosed(Sequence) - Method in class plugins.adufour.vars.gui.swing.SequenceViewer
 
SequenceList - Class in plugins.adufour.vars.gui.swing
Graphical component representing the list of opened sequence, allowing multiple selected items
SequenceList(Var<Sequence[]>) - Constructor for class plugins.adufour.vars.gui.swing.SequenceList
 
SequenceViewer - Class in plugins.adufour.vars.gui.swing
 
SequenceViewer(Var<Sequence>) - Constructor for class plugins.adufour.vars.gui.swing.SequenceViewer
 
SequenceViewer(VarMutable) - Constructor for class plugins.adufour.vars.gui.swing.SequenceViewer
Constructs a new SequenceViewer using a mutable variable of type sequence.
setActionPanelVisible(boolean) - Method in class plugins.adufour.ezplug.EzGUI
Sets whether the action panel (buttons and progress bar) are visible or not
setActive(boolean) - Method in class plugins.adufour.ezplug.EzVarDimensionPicker
Sets the active state of the picker (true by default).
setBounds(int, int, int, int) - Method in class plugins.adufour.ezplug.EzInternalFrame
 
setButtonText(String) - Method in class plugins.adufour.ezplug.EzVarFile
Replaces the button text by the given string
setButtonText(String) - Method in class plugins.adufour.ezplug.EzVarFolder
Replaces the button text by the given string
setButtonText(String) - Method in class plugins.adufour.vars.gui.swing.FileChooser
Replaces the button text by the given string
setButtonText(String) - Method in class plugins.adufour.vars.gui.swing.FilesChooser
Replaces the button text by the given string
setColor(Color) - Method in class plugins.adufour.ezplug.EzLabel
Set the color of the text in this label
setComponentFocusable(boolean) - Method in class plugins.adufour.vars.gui.VarEditor
 
setComponentResizeable(boolean) - Method in class plugins.adufour.vars.gui.VarEditor
 
setComponentToolTipText(String) - Method in class plugins.adufour.vars.gui.swing.MutableVarEditor
 
setComponentToolTipText(String) - Method in class plugins.adufour.vars.gui.swing.SwingVarEditor
 
setComponentToolTipText(String) - Method in class plugins.adufour.vars.gui.VarEditor
 
setDefaultEditorModel(VarEditorModel<T>) - Method in class plugins.adufour.vars.lang.Var
Sets a default VarEditorModel object which can be used to generate a graphical editor for this variable.
setDefaultEditorModel(VarEditorModel) - Method in class plugins.adufour.vars.lang.VarMutable
 
setDefaultValues(T[], int, boolean) - Method in class plugins.adufour.ezplug.EzVar
Replaces the list of values available in the combo box of this variable
NOTE: this method has no effect if the user component is not already a combo box
setDefaultValues(T[], int, boolean) - Method in class plugins.adufour.vars.gui.swing.ComboBox
Replaces the list of values available in the combo box of this variable
NOTE: this method will replace the current constraint on the variable
setEditorEnabled(boolean) - Method in class plugins.adufour.vars.gui.swing.MutableVarEditor
 
setEditorEnabled(boolean) - Method in class plugins.adufour.vars.gui.swing.SwingVarEditor
 
setEditorEnabled(boolean) - Method in class plugins.adufour.vars.gui.VarEditor
 
setEditorType(RangeModel.RangeEditorType) - Method in class plugins.adufour.vars.gui.model.RangeModel
 
setEnabled(boolean) - Method in class plugins.adufour.ezplug.EzButton
 
setEnabled(boolean) - Method in class plugins.adufour.ezplug.EzVar
Sets whether the variable is enabled, i.e.
setEnabled(boolean) - Method in class plugins.adufour.vars.gui.swing.MutableVarEditor
 
setEnabled(boolean) - Method in class plugins.adufour.vars.gui.VarEditor
Enables (or disables) the graphical component associated with the Variable object.
setEnabled(boolean) - Method in class plugins.adufour.vars.lang.Var
Indicates whether this variable should be used or not by plug-ins.
setGroup(EzGroup) - Method in class plugins.adufour.ezplug.EzComponent
Sets the group to which this variable belongs
setHighlightedState(boolean) - Method in class plugins.adufour.ezplug.EzDialog
Highlights the plug's title bar
setMaximum(Comparable<N>) - Method in class plugins.adufour.vars.gui.model.RangeModel
 
setMaximum(Comparable<N>) - Method in class plugins.adufour.vars.gui.swing.Spinner
 
setMaxValue(Comparable<N>) - Method in class plugins.adufour.ezplug.EzVarNumeric
Sets the minimum value for the JSpinner component
setMinimum(Comparable<N>) - Method in class plugins.adufour.vars.gui.model.RangeModel
 
setMinimum(Comparable<N>) - Method in class plugins.adufour.vars.gui.swing.Spinner
 
setMinValue(Comparable<N>) - Method in class plugins.adufour.ezplug.EzVarNumeric
Sets the minimum value for the JSpinner component
setNameVisible(boolean) - Method in class plugins.adufour.vars.gui.VarEditor
 
setNoSequenceSelection() - Method in class plugins.adufour.ezplug.EzVarSequence
Force the sequence chooser to the "no sequence" selection
setNoSequenceSelection() - Method in class plugins.adufour.vars.lang.VarSequence
 
setNumberOfColumns(int) - Method in class plugins.adufour.ezplug.EzLabel
Sets the number of columns in this label (this will affect its apparent width).
NOTE: By default, the number of columns is translated into a width measure by taking the character "m" as reference (assumed to be the largest possible character).
setNumberOfRows(int) - Method in class plugins.adufour.ezplug.EzLabel
Sets the number of rows in this label (this will affect its apparent height)
setOptimalLocation() - Method in class plugins.adufour.ezplug.EzDialog
 
setOptional(boolean) - Method in class plugins.adufour.ezplug.EzVar
Sets a flag indicating whether this variable should be considered "optional".
setOptional(boolean) - Method in class plugins.adufour.vars.lang.Var
Sets a flag indicating whether this variable should be considered "optional".
setParametersIOVisible(boolean) - Method in class plugins.adufour.ezplug.EzGUI
 
setProgressBarMessage(String) - Method in class plugins.adufour.ezplug.EzGUI
 
setProgressBarValue(double) - Method in class plugins.adufour.ezplug.EzGUI
 
setProgressBarVisible(boolean) - Method in class plugins.adufour.ezplug.EzGUI
 
setReference(Var<T>) - Method in class plugins.adufour.vars.lang.Var
Sets the current variable to reference the specified variable (or null to release the reference).
setReference(Var) - Method in class plugins.adufour.vars.lang.VarMutable
 
setReferencingPolicy(VarReferencingPolicy) - Method in class plugins.adufour.vars.lang.Var
Sets whether this variable may or may not reference another one.
setRunButtonEnabled(boolean) - Method in class plugins.adufour.ezplug.EzGUI
Sets the state of the "Run" button on the interface
setRunButtonText(String) - Method in class plugins.adufour.ezplug.EzGUI
Sets the text of the run button
setStep(N) - Method in class plugins.adufour.ezplug.EzVarNumeric
Sets the step between consecutive values
setStepSize(N) - Method in class plugins.adufour.vars.gui.model.RangeModel
 
setStepSize(N) - Method in class plugins.adufour.vars.gui.swing.Spinner
 
setStopButtonText(String) - Method in class plugins.adufour.ezplug.EzGUI
Sets the text of the run button
setText(String) - Method in class plugins.adufour.ezplug.EzButton
 
setText(String) - Method in class plugins.adufour.ezplug.EzLabel
Sets the text of this label
setTimeDisplay(boolean) - Method in class plugins.adufour.ezplug.EzPlug
Sets whether the execution time of this EzPlug should be displayed on the console
setToolTipText(String) - Method in class plugins.adufour.ezplug.EzButton
 
setToolTipText(String) - Method in class plugins.adufour.ezplug.EzComponent
Assigns a tool-tip text to the variable, which pops up when the user hovers the mouse on it.
setToolTipText(String) - Method in class plugins.adufour.ezplug.EzGroup
 
setToolTipText(String) - Method in class plugins.adufour.ezplug.EzLabel
 
setToolTipText(String) - Method in class plugins.adufour.ezplug.EzVar
 
setType(Class<?>) - Method in class plugins.adufour.vars.lang.VarMutable
 
setType(Class<?>) - Method in interface plugins.adufour.vars.util.MutableType
 
setValue(T) - Method in class plugins.adufour.ezplug.EzVar
Sets the new value of this variable
setValue(Sequence) - Method in class plugins.adufour.ezplug.EzVarSequence
 
setValue(T) - Method in class plugins.adufour.vars.lang.Var
Sets the value of this variable and notify the listeners.
setValue(Object) - Method in class plugins.adufour.vars.lang.VarMutable
 
setValue(Sequence) - Method in class plugins.adufour.vars.lang.VarSequence
 
setValues(N, Comparable<N>, Comparable<N>, N) - Method in class plugins.adufour.ezplug.EzVarNumeric
Sets the news value of the variable.
setVisible(boolean) - Method in class plugins.adufour.ezplug.EzComponent
Sets the component's visibility
setVisible(boolean) - Method in class plugins.adufour.ezplug.EzVar
Sets the visibility state of this variable, and updates the chain of visibility states (components hiding other components)
SHADOW_SIZE - Static variable in class plugins.adufour.ezplug.EzInternalFrame
 
showDialog() - Method in class plugins.adufour.ezplug.EzDialog
Shows the dialog on the screen and returns only when the dialog is closed (either via the close button, or by calling the EzDialog.hideDialog() method).
showDialog(boolean) - Method in class plugins.adufour.ezplug.EzDialog
Shows the dialog on the screen and returns only when the dialog is closed (either via the close button, or by calling the EzDialog.hideDialog() method)
showUI() - Method in class plugins.adufour.ezplug.EzPlug
Displays the user interface on screen.
size() - Method in class plugins.adufour.vars.lang.VarGenericArray
 
size(int) - Method in class plugins.adufour.vars.lang.VarGenericArray
 
size() - Method in class plugins.adufour.vars.lang.VarMutableArray
 
size(int) - Method in interface plugins.adufour.vars.util.ArrayType
 
skinChanged() - Method in class plugins.adufour.ezplug.EzExternalFrame
 
Slider<N extends java.lang.Number> - Class in plugins.adufour.vars.gui.swing
 
Slider(Var<N>) - Constructor for class plugins.adufour.vars.gui.swing.Slider
 
Spinner<N extends java.lang.Number> - Class in plugins.adufour.vars.gui.swing
 
Spinner(Var<N>) - Constructor for class plugins.adufour.vars.gui.swing.Spinner
 
step - Variable in class plugins.adufour.vars.gui.model.RangeModel
 
stopExecution() - Method in interface plugins.adufour.ezplug.EzStoppable
Requests the implementing EzPlug to stop the currently running process.
SwimmingObjectChooser - Class in plugins.adufour.vars.gui.swing
 
SwimmingObjectChooser(Var<SwimmingObject>) - Constructor for class plugins.adufour.vars.gui.swing.SwimmingObjectChooser
 
SwimmingObjectTypeModel<T> - Class in plugins.adufour.vars.gui.model
 
SwimmingObjectTypeModel() - Constructor for class plugins.adufour.vars.gui.model.SwimmingObjectTypeModel
 
swimmingPoolChangeEvent(SwimmingPoolEvent) - Method in class plugins.adufour.vars.gui.swing.SwimmingObjectChooser
 
SwingFactory - Class in plugins.adufour.vars.gui.swing
 
SwingFactory() - Constructor for class plugins.adufour.vars.gui.swing.SwingFactory
 
SwingVarEditor<V> - Class in plugins.adufour.vars.gui.swing
Swing implementation of the VarEditor
SwingVarEditor(Var<V>) - Constructor for class plugins.adufour.vars.gui.swing.SwingVarEditor
 

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