|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
org.objectweb.jac.aspects.gui | |
org.objectweb.jac.core | |
org.objectweb.jac.util |
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
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |