|
org.openide.util 8.15.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface NbPreferences.Provider
Implementation of NbPreferences
methods.
Not intended for use outside the NetBeans Platform.
Method Summary | |
---|---|
Preferences |
preferencesForModule(Class cls)
Returns user preference node. |
Preferences |
preferencesRoot()
Returns the root preference node. |
Method Detail |
---|
Preferences preferencesForModule(Class cls)
Preferences.absolutePath()
of such
a node depends whether class provided as a parameter was loaded as a part of any module
or not. If so, then absolute path corresponds to slashified code name base of module.
If not, then absolute path corresponds to class's package.
cls
- the class for which a user preference node is desired.
Preferences preferencesRoot()
|
org.openide.util 8.15.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |