org.argouml.uml
Class PredicateNotInTrash
java.lang.Object
org.argouml.uml.PredicateNotInTrash
- All Implemented Interfaces:
- org.tigris.gef.util.Predicate, Serializable
- public class PredicateNotInTrash
- extends Object
- implements org.tigris.gef.util.Predicate
A Predicate to determine if a given object is in the Project Trash or not.
Required so that the GoListToOfffenderItem does not display offenders,
which are already in the trash bin.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
p
private Project p
PredicateNotInTrash
public PredicateNotInTrash()
predicate
public boolean predicate(Object obj)
- Specified by:
predicate
in interface org.tigris.gef.util.Predicate
- See Also:
Predicate.predicate(java.lang.Object)