net.refractions.udig.ui.operations
Class Not

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

public class Not
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
Not(OpFilter filter)
           
 
Method Summary
 boolean accept(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Not

public Not(OpFilter filter)
Method Detail

accept

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