JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
diva.util
Interface Filter
All Known Implementing Classes:
KielerLayoutAction
public interface
Filter
An interface for objects that filter other objects.
Version:
$Id$
Author:
John Reekie
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(java.lang.Object o)
Test if an object passes the filter, returning true if it does and false if it does not.
Method Detail
accept
boolean accept(java.lang.Object o)
Test if an object passes the filter, returning true if it does and false if it does not.
Parameters:
o
- The object to be tested
Returns:
true of the object is acceptable
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method