Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

org::jdom::Filter Interface Reference

Inheritance diagram for org::jdom::Filter:

org::jdom::ElementFilter List of all members.

Public Member Functions

boolean canAdd (Object obj)
boolean canRemove (Object obj)
boolean matches (Object obj)

Detailed Description

Classes which wish to modify the behaviour of the FilterList can implement the list filter interface in order to reduce the visibility of certain items in the list, or to restrict the mutability of the list.

Author:
Jools Enticknap

Bradley S. Huffman

Version:
Revision
1.3
,
Date
2002/01/25 18:42:52


Member Function Documentation

boolean org::jdom::Filter::canAdd Object  obj  ) 
 

Check to see if the object can be added to the list.

Parameters:
obj The object to verify.
Returns:
true if the object can be added.

Implemented in org::jdom::ElementFilter.

boolean org::jdom::Filter::canRemove Object  obj  ) 
 

Check to see if the object can be removed from the list.

Parameters:
obj The object to verify.
Returns:
true if the object can be removed.

Implemented in org::jdom::ElementFilter.

boolean org::jdom::Filter::matches Object  obj  ) 
 

Check to see if the object matches a predefined set of rules.

Parameters:
obj The object to verify.
Returns:
true if the object matches a predfined set of rules.

Implemented in org::jdom::ElementFilter.


The documentation for this interface was generated from the following file:
Generated on Tue Aug 17 16:06:29 2004 for JDOM by doxygen 1.3.7