de.kosi.model
Class FreeTableFilter

java.lang.Object
  |
  +--de.kosi.model.FreeTableFilter
All Implemented Interfaces:
DistributedListFilter, java.io.Serializable

public class FreeTableFilter
extends java.lang.Object
implements DistributedListFilter

This class implements a filter for the distributed table list. Using this filter only free tables will be displayed.

ChangeLog:

 $Log: FreeTableFilter.java,v $
 Revision 1.1.1.1  2001/04/29 18:05:17  jiriki
 Imported sources from zola.

 Revision 1.1  2001/03/21 13:26:36  wombat
 - Removed bugs in Table
 - began implementation of stree client
 - updated documentation

 

Version:
$Revision: 1.1.1.1 $ ($Date: 2001/04/29 18:05:17 $)
See Also:
Serialized Form

Constructor Summary
FreeTableFilter()
          Creates a new Filter.
 
Method Summary
 boolean filter(java.lang.Object obj)
          Returns if this object should be filtered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeTableFilter

public FreeTableFilter()
Creates a new Filter.
Method Detail

filter

public boolean filter(java.lang.Object obj)
Returns if this object should be filtered.
Specified by:
filter in interface DistributedListFilter
Parameters:
obj - Object that might be filtered.
Returns:
true if the object is filtered.