Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
oracle.jdeveloper.java.filter.ClassNameFilter

Packages that use ClassNameFilter
oracle.jdeveloper.dialogs The Dialogs package contains commonly used dialogs. 
oracle.jdeveloper.java Public API for the java model. 
oracle.jdeveloper.java.filter Filter classes for use with the java model. 
oracle.jdeveloper.java.locator Public implementations of the JavaClassLocator interface. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 
 

Uses of ClassNameFilter in oracle.jdeveloper.dialogs
 

Methods in oracle.jdeveloper.dialogs with parameters of type ClassNameFilter
static BrowseHandler2 BrowseHandler2.createClassBrowserList(JavaManager javaManager, javax.swing.JTextField textField, ClassNameFilter classFilter)
          Creates a BrowseHandler2 that finds matching classes based on the search text in the supplied text field.
static BrowseHandler BrowseHandler.createClassBrowserList(JavaManager javaManager, javax.swing.JTextField textField, javax.swing.JList list, ClassNameFilter classFilter)
          Creates a BrowseHandler that finds matching classes based on the search text in the supplied text field.
static BrowseHandler2 BrowseHandler2.createClassPackageBrowserList(JavaManager javaManager, javax.swing.JTextField textField, ClassNameFilter classFilter, PackageNameFilter packageFilter)
          Creates a BrowseHandler2 that finds matching classes and packages based on the search text in the supplied text field.
static BrowseHandler BrowseHandler.createClassPackageBrowserList(JavaManager javaManager, javax.swing.JTextField textField, javax.swing.JList list, ClassNameFilter classFilter, PackageNameFilter packageFilter)
          Creates a BrowseHandler that finds matching classes and packages based on the search text in the supplied text field.
 void ClassPackageView.setClassAndPackageNameFilters(ClassNameFilter classNameFilter, PackageNameFilter pkgNameFilter)
          Supplies the class with the data needed to filter classes and packages.
 void ClassPackageTreePanel.setClassAndPackageNameFilters(ClassNameFilter classFilter, PackageNameFilter pkgFilter)
          This panel does not use ClassNameFilter or PackageNameFilter filters.
 void ClassPackageSearchPanel.setClassAndPackageNameFilters(ClassNameFilter classFilter, PackageNameFilter pkgFilter)
           
 

Uses of ClassNameFilter in oracle.jdeveloper.java
 

Methods in oracle.jdeveloper.java with parameters of type ClassNameFilter
 java.util.Collection<java.lang.String> JavaClassLocator.getAllClasses(ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator that satisfies the given filter.
 java.util.Collection<java.lang.String> JavaClassLocator2.getAllClassesInterruptibly(ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator that satisfies the given filter.
 

Uses of ClassNameFilter in oracle.jdeveloper.java.filter
 

Classes in oracle.jdeveloper.java.filter that implement ClassNameFilter
 class PatternMatchNameFilter
          The PatternMatchNameFilter handles name matching for both class and package names.
 class SimpleNameFilter
          The SimpleClassNameFilter is a basic implementation of the ClassNameFilter and PackageNameFilter interface.
 

Uses of ClassNameFilter in oracle.jdeveloper.java.locator
 

Methods in oracle.jdeveloper.java.locator with parameters of type ClassNameFilter
 java.util.Collection<java.lang.String> BaseClassLocator.getAllClasses(ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator that satisfies the given filter.
protected  void LibraryClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected  void ProjectClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected  void ArrayClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected  void JarURLClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected  void DirURLClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected  void PathClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected  void DebugClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected abstract  void BaseClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
protected  void CachedDirURLClassLocator.getAllClasses(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator.
 java.util.Collection<java.lang.String> BaseClassLocator.getAllClassesInterruptibly(ClassNameFilter filter)
           
protected  void LibraryClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
           
protected  void ProjectClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
           
protected  void ArrayClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
           
protected  void DirURLClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
           
protected  void PathClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
           
protected  void DebugClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
           
protected  void BaseClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
          Get all of the top-level classes that are known by this locator.
protected  void CachedDirURLClassLocator.getAllClassesInterruptibly(java.util.Collection<java.lang.String> out, ClassNameFilter filter)
           
 

Uses of ClassNameFilter in oracle.jdeveloper.java.provider
 

Methods in oracle.jdeveloper.java.provider with parameters of type ClassNameFilter
 java.util.Collection<java.lang.String> LocatorWrapper.getAllClasses(ClassNameFilter filter)
          Fetch all of the top-level classes that are known by this locator that satisfies the given filter.
 java.util.Collection<java.lang.String> LocatorWrapper.getAllClassesInterruptibly(ClassNameFilter filter)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.