Uses of Class
omix.plugin.type.TypeEditHandlerInterface.EditResponse
Package | Description |
---|---|
omix.plugin.type |
This package contains interfaces for implementing type management plugins.
|
-
Uses of TypeEditHandlerInterface.EditResponse in omix.plugin.type
Subclasses of TypeEditHandlerInterface.EditResponse in omix.plugin.type Modifier and Type Class Description static class
TypeEditHandlerInterface.CellEditorResponse
This class returns a cell editor widget.static class
TypeEditHandlerInterface.DialogEditorResponse
This class returns a dialog editor as user interface for property editing.static class
TypeEditHandlerInterface.NoEditorResponse
This class can be used when an field must not be edited.Methods in omix.plugin.type that return TypeEditHandlerInterface.EditResponse Modifier and Type Method Description TypeEditHandlerInterface.EditResponse
TypeEditHandlerInterface. createEditor(QWidget parent, FieldInfo fieldInfo, CreateEditorUtilities utilities)
Creates an editor for a specific class type as cell widget or as editor dialog.
This method is invoked when the user makes a click on a table cell in the property editor.