|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.library.LegacyJDK.JDKExeFilter
public static class LegacyJDK.JDKExeFilter
| Constructor Summary | |
|---|---|
LegacyJDK.JDKExeFilter() |
|
| 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. |
java.lang.String |
toString()The implementation of toString() must return a short description that can be shown to the user describing what the filter is filter for. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LegacyJDK.JDKExeFilter()
| Method Detail |
|---|
public boolean accept(java.net.URL url)
accept in interface URLFilterurl - The URL that is being filtered.true if this filter allows the specified URL is allowed to be displayed or included. Returns false otherwise.public boolean equals(java.lang.Object o)
URLFilterURLFilter 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.equals in interface URLFilterequals in class java.lang.Objectpublic java.lang.String toString()
URLFiltertoString() must return a short description that can be shown to the user describing what the filter is filter for. For example: "JPG and GIF images".toString in interface URLFiltertoString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||