Subpackages
- extras
- image
- null - Define the concrete implementations of the traits Toolkit interface for the
- qt4 - Defines the concrete implementations of the traits Toolkit interface for
- ui_editors
- wx - Defines the concrete implementations of the traits Toolkit interface for
Submodules
- api - Exports the symbols defined by the traits.ui package.
- basic_editor_factory - Defines the BasicEditorFactory class, which allows creating editor factories that use the same class for creating all editor styles.
- default_dock_window_theme - Defines the default DockWindow theme.
- delegating_handler - A handler that delegates the handling of events to a set of sub-handlers
- dock_window_theme - Defines the theme style information for a DockWindow and its components.
- dockable_view_element - Defines the DockableViewElement class, which allows Traits UIs and Traits UI elements to be docked in external PyFace DockWindow windows.
- editor - Defines the abstract Editor class, which represents an editing control for an object trait in a Traits-based user interface.
- editor_factory - Defines the abstract EditorFactory class, which represents a factory for creating the Editor objects used in a Traits-based user interface.
- editors - Defines "factory functions" for all of the standard EditorFactorys subclasses.
- file_dialog - Defines functions and classes used to create pop-up file dialogs for opening and saving files.
- group - Defines the Group class used to represent a group of items used in a Traits-based user interface.
- handler - Defines the Handler class used to manage and control the editing process in a Traits-based user interface.
- help - Defines the help interface for displaying the help associated with a Traits UI View object.
- help_template - Defines the HTML help templates used for formatting Traits UI help pages.
- helper - Defines various helper functions that are useful for creating Traits-based user interfaces.
- include - Defines the Include class, which is used to represent a substitutable element within a user interface View.
- instance_choice - Defines the various instance descriptors used by the instance editor and instance editor factory classes.
- item - Defines the Item class, which is used to represent a single item within a Traits-based user interface.
- key_bindings - Defines KeyBinding and KeyBindings classes, which manage the mapping of keystroke events into method calls on controller objects that are supplied by the application.
- list_str_adapter - Defines adapter interfaces for use with the ListStrEditor.
- message - Displays a message to the user as a modal window.
- table_column - Defines the table column descriptor used by the editor and editor factory classes for numeric and table editors.
- table_filter - Defines the filter object used to filter items displayed in a table editor.
- tabular_adapter - Defines the adapter classes associated with the Traits UI TabularEditor.
- theme - Defines 'theme' related classes.
- toolkit - Defines the stub functions used for creating concrete implementations of the standard EditorFactory subclasses supplied with the Traits package.
- tree_node - Defines the tree node descriptor used by the tree editor and tree editor factory classes.
- ui - Defines the UI class used to represent an active traits-based user interface.
- ui_editor - Defines the toolkit dependent UIEditor class.
- ui_info - Defines the UIInfo class used to represent the object and editor content of an active Traits-based user interface.
- ui_traits - Defines common traits used within the traits.ui package.
- undo - Defines the manager for Undo and Redo history for Traits user interface support.
- value_tree - Defines tree node classes and editors for various types of values.
- view - Defines the View class used to represent the structural content of a Traits-based user interface.
- view_element - Defines the abstract ViewElement class that all trait view template items (i.e., View, Group, Item, Include) derive from.
- view_elements - Define the ViewElements class, which is used to define a (typically class-based) hierarchical name space of related ViewElement objects