Uses of Interface
se.conciliate.extensions.ui.editors.EditSupport
Packages that use EditSupport
Package
Description
Provides the means to register custom editors for entities.
-
Uses of EditSupport in se.conciliate.extensions.ui.editors
Methods in se.conciliate.extensions.ui.editors that return EditSupportModifier and TypeMethodDescriptionEditorFactory.getSupport
(Object toEdit, String requestedContext) Returns a support object that will tell if this editor factory can create editors for the given object.Methods in se.conciliate.extensions.ui.editors with parameters of type EditSupportModifier and TypeMethodDescriptionEditorFactory.getEditor
(EditSupport support) Returns an editor for the given edit support.void
Editor.startEdit
(EditSupport support, int x, int y) Starts editing with the help of the support, or returns without doing anything if the support is not recognized by this editor.