Load the value of an option either:
- based on the workbench.options file within a workbench (see OptionBase) if the
workbench contains that file
- based on the global preferences - registry option
Load the value of an option either:
- based on the workbench.options file within a workbench (see OptionBase) if the
workbench contains that file
- based on the global preferences - registry option
The value is set to either:
- the OptionBase object (in the workbench.options file of the workbench) if the
option is set locally
- to the Option (this) object value$FIELD and to the java pref if it is set globally
This method returns the Node.NType which describes the managed
fields of the class of this node. This method has to be implemented
in every concrete subclass.
The value is set to either:
- the OptionBase object (in the workbench.options file of the workbench) if the
option is set locally
- to the Option (this) object value$FIELD and to the java pref if it is set globally
Load the value of an option either:
- based on the workbench.options file within a workbench (see OptionBase) if the
workbench contains that file
- based on the global preferences - registry option
Load the value of an option either:
- based on the workbench.options file within a workbench (see OptionBase) if the
workbench contains that file
- based on the global preferences - registry option
public staticOption[]getEditableOptions(Item i,
boolean includeTransient)
Returns all options in the subtree starting with i
which are editable or transient (the latter only if
includeTransient is true). Links
having the name "option" are resolved.
Parameters:
i - the item to start with
includeTransient - include transient options?
Returns:
an array of all editable options in the subtree starting with i