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: Filter.java 38798 2005-07-08 20:00:01Z cxh $
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.
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