org.eclipse.ui.internal.ide.misc |
|
Java Source File Name | Type | Comment |
CheckboxTreeAndListGroup.java | Class | Workbench-level composite that combines a CheckboxTreeViewer and CheckboxListViewer. |
ContainerContentProvider.java | Class | Provides content for a tree viewer that shows only containers. |
ContainerSelectionGroup.java | Class | Workbench-level composite for choosing a container. |
DisjointSet.java | Class | A disjoint set is a generic data structure that represents a collection of
sets that are assumed to be disjoint (no object exists in more than
one set).
This disjoint set implementation represents the disjoint set as a forest,
where the nodes of each tree all belong to the same set. |
OverlayIcon.java | Class | An OverlayIcon consists of a main icon and several adornments. |
ResourceAndContainerGroup.java | Class | Workbench-level composite for resource and container specification by the user. |