net.refractions.udig.ui.operations
Class And

java.lang.Object
  extended by net.refractions.udig.ui.operations.And
All Implemented Interfaces:
OpFilter

public class And
extends java.lang.Object
implements OpFilter

Represents the Not element in the operation extension point.

Since:
1.1.0
Author:
jones

Field Summary
 
Fields inherited from interface net.refractions.udig.ui.operations.OpFilter
FALSE, TRUE
 
Constructor Summary
And()
           
 
Method Summary
 boolean accept(java.lang.Object object)
           
 java.util.List<OpFilter> getFilters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

And

public And()
Method Detail

getFilters

public java.util.List<OpFilter> getFilters()
Returns:
Returns the filters.

accept

public boolean accept(java.lang.Object object)
Specified by:
accept in interface OpFilter