|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.adufour.vars.lang.Var<A>
plugins.adufour.vars.lang.VarGenericArray<T[]>
plugins.adufour.vars.lang.VarArray<java.lang.Double>
plugins.adufour.vars.lang.VarDoubleArray
VarDoubleArrayNative
instead
public class VarDoubleArray
Class defining a variable holding an array of type Double
.
Field Summary |
---|
Fields inherited from class plugins.adufour.vars.lang.Var |
---|
listeners, NO_VALUE, type, XML_KEY_ID |
Constructor Summary | |
---|---|
VarDoubleArray(java.lang.String name,
java.lang.Double[] defaultValue)
Deprecated. |
Method Summary | |
---|---|
VarEditor<java.lang.Double[]> |
createVarEditor()
Deprecated. Creates a new VarEditor object that allows the user to graphically adjust the value
of this variable. |
java.lang.Object |
parseComponent(java.lang.String s)
Deprecated. Parse a string representing an element of the underlying array. |
Methods inherited from class plugins.adufour.vars.lang.VarArray |
---|
add, iterator |
Methods inherited from class plugins.adufour.vars.lang.VarGenericArray |
---|
getDimensions, getInnerType, getSeparator, getValue, isAssignableFrom, parse, size, size |
Methods inherited from class plugins.adufour.vars.lang.Var |
---|
addListener, createVarViewer, fireVariableChanged, fireVariableChanged, getDefaultEditorModel, getDefaultValue, getIterableReferrers, getName, getReference, getReferencingPolicy, getReferrers, getType, getTypeAsString, getValue, getValueAsString, getValueAsString, isEnabled, isOptional, isReferenced, loadFromXML, prettyPrint, referenceChanged, removeListener, removeListeners, saveToXML, setDefaultEditorModel, setEnabled, setOptional, setReference, setReferencingPolicy, setValue, toString, valueChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VarDoubleArray(java.lang.String name, java.lang.Double[] defaultValue)
Method Detail |
---|
public VarEditor<java.lang.Double[]> createVarEditor()
Var
VarEditor
object that allows the user to graphically adjust the value
of this variable. By default this editor is an empty label for generic types, but this method
can be overridden to provide a custom editor.
createVarEditor
in class Var<java.lang.Double[]>
public java.lang.Object parseComponent(java.lang.String s)
VarGenericArray
UnsupportedOperationException
by default, therefore the implementation must
be provided by overriding classes
parseComponent
in interface ArrayType
parseComponent
in class VarGenericArray<java.lang.Double[]>
s
- the string to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |