envisage.ui.tasks.preferences_pane module¶
- class envisage.ui.tasks.preferences_pane.PreferencesPane(model=None, **metadata)[source]¶
Bases:
ControllerA panel for configuring application preferences.
- after¶
The pane appears after the pane with this ID.
- before¶
The pane appears after the pane with this ID.
- category¶
The ID of the category in which to place the pane.
- dialog¶
The preferences dialog to which the pane belongs. Set by the framework.
- id¶
An identifier for the pane (unique within a category).
- model¶
The preferences helper for which this pane is a view.
- model_factory¶
The factory to use for creating the preferences model object, of form:
callable(**traits) -> PreferencesHelperIf not specified, the preferences helper must be supplied manually.