public static class SoftwareUpdateDlg.FilterItem extends java.lang.Object implements ItemFilter
Constructor and Description |
---|
SoftwareUpdateDlg.FilterItem(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.Object o)
Gets if the filter accepts the given Object.
|
int |
compareTo(java.lang.Object o)
Compares the names of this filter item and
the given Object if it is a filter item or
if the given Object is a String with it's
internalisation.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
toString() |
public SoftwareUpdateDlg.FilterItem(java.lang.String type)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(java.lang.Object o)
o
- The Object to compare withpublic boolean accept(java.lang.Object o)
ItemFilter
accept
in interface ItemFilter
o
- The Object to check.True
if the filter accepts the Object,
false
otherwise.TV-Browser 3.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)