Uses of Class
de.grogra.pf.ui.edit.PropertyEditor
Packages that use PropertyEditor
Package
Description
-
Uses of PropertyEditor in de.grogra.pf.math
Methods in de.grogra.pf.math with parameters of type PropertyEditorModifier and TypeMethodDescriptionstatic PropertyEditorTree.NodeMethods.createColorEditor(PropertyEditor editor, PropertyEditorTree tree, Property p, String label) -
Uses of PropertyEditor in de.grogra.pf.ui.edit
Subclasses of PropertyEditor in de.grogra.pf.ui.editModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in de.grogra.pf.ui.edit that return PropertyEditorModifier and TypeMethodDescriptionstatic PropertyEditorPropertyEditor.findEditor(RegistryContext c, Type t, boolean nullPossible) static PropertyEditorPropertyEditor.findEditor(RegistryContext c, Type t, boolean nullPossible, ItemCriterion crit, Object info) static PropertyEditorPropertyEditor.findNonpolyEditor(RegistryContext c, Object value, boolean nullPossible) Property.getEditor()protected PropertyEditorFieldSelection.getEditorFor(Property p, Item item) protected PropertyEditorGraphSelectionImpl.getEditorFor(Property p, Item item) protected PropertyEditorMapSource.getEditorFor(Property p, Item item) protected PropertyEditorOptionsSelection.getEditorFor(Property p, Item item) protected PropertyEditorSelectionBase.getEditorFor(Property p, Item item) Constructors in de.grogra.pf.ui.edit with parameters of type PropertyEditorModifierConstructorDescriptionFieldSelection(Context ctx, Object object, PersistenceField[] fields, int[][] indices, PropertyEditor[] editors, String[] labels, Item description) NodeSelection(Context ctx, Node object, PersistenceField[] fields, int[][] indices, PropertyEditor[] editors, String[] labels, Item description, boolean invokeValueForPathChanged) ObjectSelection(Context ctx, Object object, PersistenceField[] fields, int[][] indices, PropertyEditor[] editors, String[] labels, Item description) -
Uses of PropertyEditor in de.grogra.pf.ui.projectexplorer
Methods in de.grogra.pf.ui.projectexplorer that return PropertyEditorModifier and TypeMethodDescriptionprotected PropertyEditorProjectSelection.getEditorFor(Property p, Item item) -
Uses of PropertyEditor in de.grogra.pf.ui.registry
Methods in de.grogra.pf.ui.registry that return PropertyEditor