| org.eclipse.ui.internal.dialogs.PropertyPageManager
PropertyPageManager | public class PropertyPageManager extends PreferenceManager (Code) | | This class is created to avoid mentioning preferences
in this context. Ideally, JFace preference classes should be
renamed into something more generic (for example,
'TreeNavigationDialog').
|
PropertyPageManager | public PropertyPageManager()(Code) | | The constructor.
|
addToDeep | public boolean addToDeep(String category, PropertyPageNode node, IPreferenceNode top)(Code) | | Given a category search the entire tree and add the node. This
is to handle the case of categories beyond the first level.
Parameters: category - Parameters: node - Parameters: top - the node to add to if it is found. See Also: PropertyPageManager.addTo(String,PropertyPageNode) boolean true if it was added somewhere |
|
|