connect_feature - Adds a 'connect' feature to DockWindow which allows users to dynamically
connect (i.e
connection_feature - Adds a 'connection' feature to DockWindow which allows users to dynamically
connect (i.e
custom_feature - Adds a 'custom' feature to DockWindow which allows views to contribute
custom features to their own tab.
debug_feature - Adds a 'debug' feature to DockWindow which exposes the object associated
with a DockControl as a draggable item
dock_control_feature - Initializes any trait of an object with 'dock_control = True' metadata
to point to the object's DockControl.
drag_drop_feature - Adds a 'drag and drop' feature to DockWindow which exposes traits on the
object associated with a DockControl as draggable or droppable items
drop_file_feature - Adds a 'drop_file' feature to DockWindow which allows the object associated
with a DockControl to expose a trait which can accept files dropped onto
it
feature_metadata - Classes and functions used to define feature metadata values or options.
options_feature - Adds an 'options' feature to DockWindow which allows users to configure
a view's options if the object associated with a DockControl has an
'options' view.
popup_menu_feature - Adds a 'popup_menu' feature to DockWindow which will display a popup menu
defined by an object when the user clicks on the feature image
save_feature - Adds an 'save' feature to DockWindow which displays a 'save' image whenever
the associated object sets its 'needs_save' trait True