Uses of Interface
de.grogra.pf.registry.ItemCriterion
Packages that use ItemCriterion
Package
Description
-
Uses of ItemCriterion in de.grogra.imp.registry
Classes in de.grogra.imp.registry that implement ItemCriterion -
Uses of ItemCriterion in de.grogra.pf.io
Classes in de.grogra.pf.io that implement ItemCriterion -
Uses of ItemCriterion in de.grogra.pf.registry
Fields in de.grogra.pf.registry declared as ItemCriterionMethods in de.grogra.pf.registry with parameters of type ItemCriterionModifier 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
Classes in de.grogra.pf.ui.edit that implement ItemCriterionMethods in de.grogra.pf.ui.edit with parameters of type ItemCriterionModifier and TypeMethodDescriptionstatic PropertyEditor
PropertyEditor.findEditor
(RegistryContext c, Type t, boolean nullPossible, ItemCriterion crit, Object info)