Question
Deprecated class wt.prefs.WTPreferences
Hello.
I found that class
wt.prefs.WTPreferences
has been marked as deprecated. Sadly, there's no accurate info about why it is deprecated. The class provides some methods for getting root preference, create/set context masks and so on.
WTPreferences prefs = (WTPreferences) WTPreferences.root();
prefs = (WTPreferences) prefs.node(prefNode);
prefs.setContextMask(PreferenceHelper.createContextMask());
Is anyone here who knows, what is the replacement for this class (or at least methods used there)?

