Modifier and Type | Class and Description |
---|---|
class |
GeneralPreferencesElement
Configures a component preferences file under the directory .settings on the
low level - allowing to define the variables directly.
|
class |
OrgEclipseCoreResourcesPreferencesElement
Configures the component preferences file
.settings/org.eclipse.core.resources.prefs on the high level using
attributes for the typical constellations of variable values.
|
class |
OrgEclipseCoreRuntimePreferencesElement
Configures the component preferences file
.settings/org.eclipse.core.runtime.prefs on the high level using attributes
for the typical constellations of variable values.
|
class |
OrgEclipseJdtCorePreferencesElement
Configures the component preferences file .settings/org.eclipse.jdt.core.prefs
on the high level using attributes for the typical constellations of variable values.
|
class |
OrgEclipseJdtUiPreferencesElement
Configures the component preferences file .settings/org.eclipse.jdt.ui.prefs
on the high level using attributes for the typical constellations of variable values.
|
Constructor and Description |
---|
VariableElement(PreferencesElement parent)
Creates a new instance of the variable element.
|