JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
java.lang.Object
oracle.jdeveloper.vcs.changelist.ChangeListWindow.ScopeFilter
Method Summary
Methods
Modifier and Type
Method and Description
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
Method Detail
equals
public final boolean equals(java.lang.Object o)
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
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.