Uses of Class
xal.extension.bricks.PropertyValueEditor
Packages that use PropertyValueEditor
-
Uses of PropertyValueEditor in xal.extension.bricks
Subclasses of PropertyValueEditor in xal.extension.bricksModifier and TypeClassDescriptionclass
property value editorclass
property value editorFields in xal.extension.bricks declared as PropertyValueEditorModifier and TypeFieldDescriptionprotected PropertyValueEditor<?>
PropertyValueCellEditor.currentEditor
protected final PropertyValueEditor<?>
PropertyValueEditorManager.defaultEditor
Fields in xal.extension.bricks with type parameters of type PropertyValueEditorModifier and TypeFieldDescriptionprotected final Map<String,
PropertyValueEditor<?>> PropertyValueEditorManager.editorTable
Methods in xal.extension.bricks that return PropertyValueEditorModifier and TypeMethodDescriptionprotected PropertyValueEditor<?>
PropertyValueCellEditor.getEditor
(int row) get the editor for the property corresponding to the specified table rowget the editor for a given classget the editor for a given class nameMethods in xal.extension.bricks with parameters of type PropertyValueEditorModifier and TypeMethodDescriptionvoid
PropertyValueEditorManager.register
(Class<?> theClass, PropertyValueEditor<?> editor) register editors for classes