Skip navigation links

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

E52944-01


oracle.jdeveloper.vcs.changelist
Class ChangeListWindow.ScopeFilter

java.lang.Object
  extended by oracle.jdeveloper.vcs.changelist.ChangeListWindow.ScopeFilter

All Implemented Interfaces:
URLFilter
Enclosing class:
ChangeListWindow

public static class ChangeListWindow.ScopeFilter
extends java.lang.Object
implements URLFilter

Constructor Summary
protected ChangeListWindow.ScopeFilter()
           

 

Method Summary
 boolean accept(java.net.URL url)
           
 boolean equals(java.lang.Object o)
          A concrete URLFilter must provide an implementation for the equals(...) method that compares the URLFilter to another one.
 javax.swing.Icon getIcon()
           
 java.lang.String getShortLabel()
           
 int hashCode()
           
 java.lang.String toExternalForm()
           

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.ide.net.URLFilter
toString

 

Constructor Detail

ChangeListWindow.ScopeFilter

protected ChangeListWindow.ScopeFilter()

Method Detail

getShortLabel

public java.lang.String getShortLabel()

getIcon

public javax.swing.Icon getIcon()

accept

public boolean accept(java.net.URL url)
Specified by:
accept in interface URLFilter
Parameters:
url - The URL that is being filtered.
Returns:
true if this filter allows the specified URL is allowed to be displayed or included. Returns false otherwise.

toExternalForm

public java.lang.String toExternalForm()

equals

public final boolean equals(java.lang.Object o)
Description copied from interface: URLFilter
A concrete URLFilter must provide an implementation for the equals(...) method that compares the URLFilter to another one. A return value of true means that both this URLFilter and the specified URLFilter will accept identical sets of URLs and that the descriptions used to identify the filters are equal.
Specified by:
equals in interface URLFilter
Overrides:
equals in class java.lang.Object

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

Skip navigation links

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

E52944-01


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