org.netbeans.modules.project.libraries/1 1.29.1

org.netbeans.api.project.libraries
Interface LibraryChooser.Filter

Enclosing class:
LibraryChooser

public static interface LibraryChooser.Filter

Filter for use by LibraryChooser#createPanel() or LibraryChooser#showDialog().


Method Summary
 boolean accept(Library library)
          Accepts or rejects a library.
 

Method Detail

accept

boolean accept(Library library)
Accepts or rejects a library.

Parameters:
library - a library found in one of the managers
Returns:
true to display, false to hide

org.netbeans.modules.project.libraries/1 1.29.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.