Interface | Description |
---|---|
ICustomDeltaTreeFilter |
Custom filter with customizable settings on top of the editable delta tree
filter.
|
IDeltaDescription |
Interface for Light weight delta object that does not require the present of
the loaded emf resources.
|
IDeltaTreeBuilder |
Interface for delta tree structure builder.
|
IDeltaTreeContext |
The context for obtains more info about the delta.
|
IDeltaTreeFilter |
Interface for filtering the deltas from the delta tree.
|
IDeltaTreeFilter2 |
Advanced version that provides support for composite deltas
|
IDeltaTreeFilterFactory |
This interface should be implementd by the class that extends the
deltaTreeFilterFactories extension point.
|
IDeltaTreeGrouper |
Interface used by the IDeltaTreeBuilder for grouping the deltas
|
IDeltaTreeSorter |
Interface for sorting the a list of deltas
|
IEditableDeltaTreeFilter |
Interface for editable filter.
|
Class | Description |
---|---|
DeltaTreeBuilder |
A typical implementation of the delta tree structure builder.
|
DeltaTreeConstants |
The IDs for the build in filters, sorters and structure builder for the delta
tree.
|
DeltaTreeFilter |
The typical implementation of the delta tree filter.
|
DeltaTreeSorter |
A typical implementation of the delta tree sorter.
|
DeltaTreeSorterByDeps |
Sort deltas by number of dependent deltas
|
DeltaTreeViewer |
Light weight delta tree viewer that does not require the present of the
loaded emf resources.
|
DeltaTreeViewerInput |
Enum | Description |
---|---|
DeltaTreeSorterByDeps.Kind |
Controls sort order
|