Methods in
org.eclipse.jface.preference with parameters of type
IPreferenceNode
|
void
|
IPreferenceNode.
add
(
IPreferenceNode node)
Adds the given preference node as a subnode of this
preference node. |
void
|
PreferenceNode.
add
(
IPreferenceNode node)
|
boolean
|
PreferenceManager.
addTo
(
String path,
IPreferenceNode node)
Adds the given preference node as a subnode of the
node at the given path. |
void
|
PreferenceManager.
addToRoot
(
IPreferenceNode node)
Adds the given preference node as a subnode of the
root. |
protected void
|
PreferenceManager.
buildSequence
(
IPreferenceNode node,
List sequence,
int order)
Recursively enumerates all nodes at or below the given node
and adds them to the given list in the given order. |
protected void
|
PreferenceDialog.
createPage
(
IPreferenceNode node)
Create the page for the node. |
protected
IPreferenceNode
|
PreferenceManager.
find
(
String path,
IPreferenceNode top)
Finds and returns the preference node directly
below the top at the given path. |
protected
IPreferencePage
|
PreferenceDialog.
getPage
(
IPreferenceNode node)
Get the page for the node. |
boolean
|
IPreferenceNode.
remove
(
IPreferenceNode node)
Removes the given preference node from the list of subnodes
(immediate children) of this node. |
boolean
|
PreferenceNode.
remove
(
IPreferenceNode node)
|
boolean
|
PreferenceManager.
remove
(
IPreferenceNode node)
Removes the given prefreence node if it is managed by
this contribution manager. |
protected boolean
|
PreferenceDialog.
showPage
(
IPreferenceNode node)
Shows the preference page corresponding to the given preference node. |