@SuppressWarnings("restriction") public class WorkbenchPreferencesHelper
Modifiers | Name | Description |
---|---|---|
static String |
ECLIPSE_WORKBENCH_NODE_ID |
Type Params | Return Type | Name and description |
---|---|---|
|
public static org.w3c.dom.Node |
findNodeByAttributes(String parentSectionName, String attributes) |
|
public static org.w3c.dom.Node |
findNodeByAttributes(String parentSectionName, Map<String, String> nodeAttributes) |
|
public static final File |
getPreferenceFile() |
|
public static org.w3c.dom.Document |
getPreferenceSection(String name) |
|
public static final InstancePreferences |
getPreferencesInstance() |
|
public static void |
setPreferenceSection(String name, String value) |
|
public static void |
setPreferencefSection(String name, org.w3c.dom.Document xmlDoc) |