| Open the options dialog with some category pre-selected.
Parameters: categoryId - ID representing required category which is registration name(e.g. "FooOptionsPanelID" for following registration:<folder name="OptionsDialog"><file name="FooOptionsPanelID.instance"><attr name="instanceClass" stringvalue="org.foo.FooOptionsPanel"/></file></folder> true if optins dialog was sucesfully opened with required category pre-selected.If this method is called when options dialog is already opened then this methodwill return immediately false without affecting currently selected categoryin opened options dialog.If categoryId passed as a parameter does not correspond to anyof registered categories then false is returned and options dialog is not openedat all (e.g. in case that module providing such category is not installed or enabled). |