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 207439 - Invaild documentation for exported properties for PluginManagerAction
Summary: Invaild documentation for exported properties for PluginManagerAction
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: -S1S-
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 13:28 UTC by nigjo_iqn
Modified: 2014-02-10 14:16 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nigjo_iqn 2012-01-18 13:28:53 UTC
The "Exported Interfaces" talk in "Group of property interfaces" about a possibility to call a specific tab in plugin manager.

the line 
"CallableSystemAction action = (CallableSystemAction) DataObject.find(fo).getCookie(InstanceCookie.class).instanceCreate();"
does not work. First of all PluginManagerAction is not a "CallableSystemAction" (any more?) and second the created instance will be an "AlwaysEnabledAction" because of annotation declaration.

This documentation should be deleted or be replaced by a new way to open a specific tab.