Uses of Class
org.objectweb.jac.util.Predicate

Packages that use Predicate
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.core Provides JAC system core classes.  
org.objectweb.jac.util Provides some useful classes for JAC.  
 

Uses of Predicate in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui with parameters of type Predicate
protected static void GenericFactory.addChoices(ComboBoxModel choice, ClassItem type, Enum enum, Object substance, FieldItem field, boolean nullAllowed, String nullLabel, Predicate predicate)
          Adds choices within a container containing a combobox and sort them.
static FieldEditor GenericFactory.createReferenceEditor(ViewFactory factory, DisplayContext context, Object substance, FieldItem field, String editorName, ClassItem type, Predicate predicate, boolean nullAllowed, String nullLabel, boolean isCreationAllowed)
          A generic view builder for a reference editor.
 

Uses of Predicate in org.objectweb.jac.core
 

Methods in org.objectweb.jac.core with parameters of type Predicate
static Collection ObjectRepository.getObjectsWhere(ClassItem cl, Predicate filter)
          Get all instances of class cl which match a predicate
 

Uses of Predicate in org.objectweb.jac.util
 

Subclasses of Predicate in org.objectweb.jac.util
 class NotInCollectionPredicate