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 151732 - Improve libraries chooser
Summary: Improve libraries chooser
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2008-10-29 15:32 UTC by Radko Najman
Modified: 2009-04-08 08:45 UTC (History)
0 users

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 Radko Najman 2008-10-29 15:32:07 UTC
Mobility project uses its own libraries chooser (org.netbeans.modules.project.support.customizer.LibrariesChooser).
Instead of it it would be better to use standard Netbeans libraties chooser
(org.netbeans.api.project.libraries.LibraryChooser) which allows filtering.
It would be nice to have a chance to register the library filter from an outer module () - e.g. Java ME Toolbar is based
on NetBeans Mobility and would like to use its own filter to filter the list of available libraries.
Comment 1 _ tboudreau 2008-11-12 16:24:31 UTC
According to Radko, also need to register some kind of filter for libraries.
Comment 2 _ tboudreau 2008-11-12 16:27:37 UTC
Ability to globally filter set of libs for all mobility projects.