How do I make preferences dialog to open up on a particular page? Doing this opens pref. dialog on the first page by default :
OpenPreferencesAction action = new OpenPreferencesAction();
action.run();
How can I tell it to display some other page from preferences tree?