Inherits from
- Viewer: enthought.pyface.viewer.viewer.Viewer
Attributes
- content_provider
The content provider provides the data elements for the viewer.
Derived classes specialize this trait with the specific type of the content provider that they require (e.g. the tree viewer MUST have a 'TreeContentProvider').
content_provider = Any
- filters
The viewer's filters.
filters = List(ViewerFilter)
- input
The domain object that is the root of the viewer's data.
input = Any
- label_provider
The label provider provides labels for each element.
Derived classes specialize this trait with the specific type of the label provider that they require (e.g. the table viewer MUST have a 'TableLabelProvider').
label_provider = Any
- sorter
The viewer's sorter (None if no sorting is required).
sorter = Instance(ViewerSorter)