TV-Browser 3.3.3 API

util.ui.customizableitems
Interface ItemFilter

All Known Implementing Classes:
SoftwareUpdateDlg.FilterItem

public interface ItemFilter

A filter interface that is to be used to support filtering in SelectableItemLists.

Since:
2.7
Author:
René Mach

Method Summary
 boolean accept(java.lang.Object o)
          Gets if the filter accepts the given Object.
 

Method Detail

accept

boolean accept(java.lang.Object o)
Gets if the filter accepts the given Object.

Parameters:
o - The Object to check.
Returns:
True if the filter accepts the Object, false otherwise.

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)