This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64350 - Add API to open the options dialog with some category pre-selected
Summary: Add API to open the options dialog with some category pre-selected
Status: RESOLVED DUPLICATE of bug 74855
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on: 74855
Blocks:
  Show dependency tree
 
Reported: 2005-09-14 14:50 UTC by iformanek
Modified: 2008-12-22 17:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description iformanek 2005-09-14 14:50:09 UTC
It would be very useful in a module UI (profiler in our case) to allow the user 
to jump directly to the options to configure something related to what he is 
trying to do - e.g. in a message box that warns the user about something being 
set wrong, one of the actions could be to tweak the setting before continuing.

An API that allows to open the Options dialog, and select some category would 
be great. Sufficient for us would be API that is part of the OptionsCategory 
class, allowing to open the dialog with this specific category selected. 
However, it might be more useful to have some type of Id (a-la HelpIdx) 
associated with all panels (and possibly their subtabs, it the panel uses 
JTabbedPane) that would allow to open and edit an arbitrary setting.
Comment 1 rmatous 2006-12-07 14:03:41 UTC

*** This issue has been marked as a duplicate of 74855 ***