Uses of Interface
de.grogra.pf.registry.ItemCriterion
-
Uses of ItemCriterion in de.grogra.pf.io
-
Uses of ItemCriterion in de.grogra.pf.registry
Modifier and TypeMethodDescriptionItem[]
Item.findAll
(ItemCriterion c, Object info, boolean resolve) static Item[]
Item.findAll
(Item root, ItemCriterion c, Object info, boolean resolve) static Item[]
Item.findAll
(RegistryContext ctx, String root, ItemCriterion c, Object info, boolean resolve) Item[]
Registry.findAll
(ItemCriterion c, Object info, boolean resolve) Item.findFirst
(ItemCriterion c, Object info, boolean resolve) static Item
Item.findFirst
(Item root, ItemCriterion c, Object info, boolean resolve) static Item
Item.findFirst
(RegistryContext ctx, String root, ItemCriterion c, Object info, boolean resolve) Registry.findFirst
(ItemCriterion c, Object info, boolean resolve) void
Item.forAll
(ItemCriterion c, Object info, ItemVisitor cb, Object cbInfo, boolean resolve) static void
Item.forAll
(Item root, ItemCriterion c, Object info, ItemVisitor cb, Object cbInfo, boolean resolve) static void
Item.forAll
(RegistryContext ctx, String root, ItemCriterion c, Object info, ItemVisitor cb, Object cbInfo, boolean resolve) void
Registry.forAll
(ItemCriterion c, Object info, ItemVisitor cb, Object cbInfo, boolean resolve) -
Uses of ItemCriterion in de.grogra.pf.ui.edit
Modifier and TypeMethodDescriptionstatic PropertyEditor
PropertyEditor.findEditor
(RegistryContext c, Type t, boolean nullPossible, ItemCriterion crit, Object info)