Uses of Interface
omix.plugin.ui.ConfigWidgetInterface
Package | Description |
---|---|
omix.plugin.ui |
This package contains GUI elements and utilities for plugin development.
|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ConfigWidgetInterface in omix.plugin.ui
Classes in omix.plugin.ui with type parameters of type ConfigWidgetInterface Modifier and Type Interface Description interface
ConfigWidgetFactory<T extends QWidget & ConfigWidgetInterface>
This interface has to be derived by a custom plugin class in order to implement a config widget as part of the configuration dialog window.
A custom class implementingConfigWidgetFactory
can be registered at the Omix Plugin Manager: -
Uses of ConfigWidgetInterface in omix.util.ui
Classes in omix.util.ui that implement ConfigWidgetInterface Modifier and Type Class Description class
AbstractConfigWidget
This abstract class can be derived to realize a member widget of the configuration dialog window.