public static class ChangeListWindow.ScopeFilter extends java.lang.Object implements URLFilter
| Modifier | Constructor and Description |
|---|---|
protected |
ChangeListWindow.ScopeFilter() |
| 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() |
public java.lang.String getShortLabel()
public javax.swing.Icon getIcon()
public boolean accept(java.net.URL url)
public java.lang.String toExternalForm()
public final 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.public final int hashCode()
hashCode in class java.lang.Object