Extension SDK 9.0.5

oracle.jdeveloper.dialogs
Interface ClassPackageBrowserFilter2

All Superinterfaces:
ClassPackageBrowserFilter

public interface ClassPackageBrowserFilter2
extends ClassPackageBrowserFilter

A filter for classes and package displayed in the ClassPackageBrowser.

If an instance of ClassPackageBrowserFilter2 is provided to the ClassPackageBrowser, it will be used to check each package and class added to the browser. If a package is not accepted, it and any children will not be shown; rejecting a class results in the class not being shown.


Method Summary
 boolean equals(java.lang.Object filter)
          Whether this filter is equivalent to the given filter.
 void setContext(Context context)
          Set the Context of the filter.
 java.lang.String toString()
          Short description of the filter (e.g.
 
Methods inherited from interface oracle.jdeveloper.dialogs.ClassPackageBrowserFilter
acceptClass, acceptPackage
 

Method Detail

equals

public boolean equals(java.lang.Object filter)
Whether this filter is equivalent to the given filter.


toString

public java.lang.String toString()
Short description of the filter (e.g. "All classes").


setContext

public void setContext(Context context)
Set the Context of the filter.


Extension SDK

 

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