Uses of Package
org.eclipse.ui.model
-
Packages that use org.eclipse.ui.model Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives.org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
Classes in org.eclipse.ui.model used by org.eclipse.debug.ui Class Description IWorkbenchAdapter This adapter interface provides visual presentation and hierarchical structure for workbench elements, allowing them to be displayed in the UI without having to know the concrete type of the element.IWorkbenchAdapter2 Extension interface forIWorkbenchAdapter
that allows for color and font support. -
Classes in org.eclipse.ui.model used by org.eclipse.ui.application Class Description ContributionComparator A ContributionComparator is capable of orderingIComparableContribution
instances, either as aViewerComparator
(forStructuredViewer
s) or as a traditionalComparator
. -
Classes in org.eclipse.ui.model used by org.eclipse.ui.dialogs Class Description AdaptableList A modifiable list ofIAdaptable
objects. -
Classes in org.eclipse.ui.model used by org.eclipse.ui.model Class Description AdaptableList A modifiable list ofIAdaptable
objects.BaseWorkbenchContentProvider Tree content provider for objects that can be adapted to the interfaceIWorkbenchAdapter
.ContributionComparator A ContributionComparator is capable of orderingIComparableContribution
instances, either as aViewerComparator
(forStructuredViewer
s) or as a traditionalComparator
.IComparableContribution Instances of this interface represent a contribution within the workbench.IWorkbenchAdapter This adapter interface provides visual presentation and hierarchical structure for workbench elements, allowing them to be displayed in the UI without having to know the concrete type of the element.IWorkbenchAdapter2 Extension interface forIWorkbenchAdapter
that allows for color and font support.IWorkbenchAdapter3 Extension interface forIWorkbenchAdapter
that allows for StyledString support.WorkbenchAdapter Abstract base class with basic implementations of the IWorkbenchAdapter interface. -
Classes in org.eclipse.ui.model used by org.eclipse.ui.progress Class Description IWorkbenchAdapter This adapter interface provides visual presentation and hierarchical structure for workbench elements, allowing them to be displayed in the UI without having to know the concrete type of the element.