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 126010 - Possibility to implement plugin spi without common UI
Summary: Possibility to implement plugin spi without common UI
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2008-01-25 15:01 UTC by Petr Hejl
Modified: 2008-02-01 12:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
proposed patch (5.24 KB, text/plain)
2008-01-25 15:10 UTC, Petr Hejl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2008-01-25 15:01:10 UTC
There is no way how to use (for example) wizard provided by the plugin only at j2ee specific places (without bridging it
to places managed by common server api). The following patch provides a way for the implementor to specify this.
Comment 1 Petr Hejl 2008-01-25 15:10:30 UTC
Created attachment 55571 [details]
proposed patch
Comment 2 Petr Hejl 2008-01-31 09:21:50 UTC
Thanks for your comments, I will integrate the patch tomorrow.
Comment 3 Petr Hejl 2008-02-01 12:56:11 UTC
Fixed in changeset 21dfc22680f2.