|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.adufour.ezplug.EzComponent
plugins.adufour.ezplug.EzVar<java.lang.String>
plugins.adufour.ezplug.EzVarText
public class EzVarText
Class defining a variable of type String, embarking a textfield as graphical component
Field Summary |
---|
Fields inherited from class plugins.adufour.ezplug.EzComponent |
---|
name, visible |
Constructor Summary | |
---|---|
EzVarText(java.lang.String varName)
Creates a new Text variable |
|
EzVarText(java.lang.String varName,
int nbLines)
Creates a new Text variable |
|
EzVarText(java.lang.String varName,
java.lang.String defaultText)
Creates a new Text variable |
|
EzVarText(java.lang.String varName,
java.lang.String[] defaultValues,
java.lang.Boolean allowUserInput)
Creates a new Text input variable with a list of default values |
|
EzVarText(java.lang.String varName,
java.lang.String[] defaultValues,
int defaultValueIndex,
java.lang.Boolean allowUserInput)
Creates a new Text input variable with a list of default values and a default selection |
|
EzVarText(java.lang.String varName,
java.lang.String defaultText,
int nbLines)
Creates a new Text variable |
Method Summary |
---|
Methods inherited from class plugins.adufour.ezplug.EzVar |
---|
addTo, addVarChangeListener, addVisibilityTriggerTo, dispose, fireVariableChanged, getDefaultValues, getValue, getValue, getVarEditor, getVariable, isEnabled, referenceChanged, removeAllVarChangeListeners, removeVarChangeListener, setDefaultValues, setEnabled, setOptional, setToolTipText, setValue, setVisible, toString, updateVisibilityChain, valueChanged |
Methods inherited from class plugins.adufour.ezplug.EzComponent |
---|
getGroup, getVisible, isVisible, setGroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EzVarText(java.lang.String varName)
varName
- the name of the variable (as it will appear on the interface)public EzVarText(java.lang.String varName, int nbLines)
varName
- the name of the variable (as it will appear on the interface)nbLines
- the number of lines to display on the interfacepublic EzVarText(java.lang.String varName, java.lang.String defaultText)
varName
- the name of the variable (as it will appear on the interface)defaultText
- the default text to enter (the number of lines will be derived from this text)public EzVarText(java.lang.String varName, java.lang.String defaultText, int nbLines)
varName
- the name of the variable (as it will appear on the interface)defaultText
- the default text to enternbLines
- the number of lines to display on the interfacepublic EzVarText(java.lang.String varName, java.lang.String[] defaultValues, java.lang.Boolean allowUserInput)
varName
- the variable namedefaultValues
- the list of default values the user may choose fromallowUserInput
- set to true if the user may input text manually instead of selecting a default
value, or false to forbid user inputpublic EzVarText(java.lang.String varName, java.lang.String[] defaultValues, int defaultValueIndex, java.lang.Boolean allowUserInput)
varName
- the variable namedefaultValues
- the list of default values the user may choose fromdefaultValueIndex
- the index of the default selected valueallowUserInput
- set to true if the user may input text manually instead of selecting a default
value, or false to forbid user input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |