This package contains utility interfaces for type management.
- Since:
- Omix 1.3.11
-
Interface Summary Interface Description ClosingWidgetInterface An editor cells that implements the ClosingWidgetInterface can ask the property editor to close the cell.ClosingWidgetInterface.ClosingWidgetListener This interface is implemented by Omix and submitted to the ClosingWidget as listener.CreateEditorUtilities This utility allows access to theOVLReadAccess
interface and theSettings
interface during the method callTypeEditHandlerInterface.createEditor(io.qt.widgets.QWidget, FieldInfo, CreateEditorUtilities)
CreateGraphicsItemUtilities This utility allows access to theOVLReadAccess
interface during the method callTypeGraphicsHandlerV2Interface.createGraphicsItem(FieldInfo, CreateGraphicsItemUtilities)
FieldInfo This class provides information about the edited field for theTypeEditHandlerInterface
.GetValuePainterUtilities This utility allows access to theOVLReadAccess
interface during the method callTypeGraphicsHandlerInterface.getValuePainter(FieldInfo, GetValuePainterUtilities)
PaintValueUtilities This utility allows access to theOVLReadAccess
interface and theSettings
interface during the method callTypeEditHandlerInterface.paintCell(FieldInfo, PaintValueUtilities)