| Interfaces | |
|---|---|
| IContextMenuConstants | Constants for menu groups used in context menus for Java views and editors. |
| IJavaElementSearchConstants | Search scope constants for Java selection dialogs. |
| IPackagesViewPart | The standard Packages view presents a Java-centric view of the workspace. |
| ISharedImages | Standard images provided by the Java UI plug-in. |
| ITypeHierarchyViewPart | The standard type hierarchy view presents a type hierarchy for a given input class or interface. |
| IWorkingCopyManager | Interface for accessing working copies of ICompilationUnit
objects. |
| IWorkingCopyManagerExtension | Extension interface for IWorkingCopyManager . |
| IWorkingCopyProvider | Interface used for Java element content providers to indicate that the content provider can return working copy elements for members below compilation units. |
| Classes | |
|---|---|
| CodeGeneration | Class that offers access to the templates contained in the 'code templates' preference page. |
| JavadocContentAccess | Helper needed get the content of a Javadoc comment. |
| JavaElementContentProvider | A tree content provider for Java elements. |
| JavaElementImageDescriptor | A JavaImageDescriptor consists of a base image and several adornments. |
| JavaElementLabelProvider | Standard label provider for Java elements. |
| JavaElementLabels | JavaElementLabels provides helper methods to render names of Java elements. |
| JavaElementSorter | Sorter for Java elements. |
| JavaUI | Central access point for the Java UI plug-in (id "org.eclipse.jdt.ui"). |
| OverrideIndicatorLabelDecorator | LabelDecorator that decorates an method's image with override or implements overlays. |
| PreferenceConstants | Preference constants used in the JDT-UI preference store. |
| ProblemsLabelDecorator | LabelDecorator that decorates an element's image with error and warning overlays that represent the severity of markers attached to the element's underlying resource. |
| ProblemsLabelDecorator.ProblemsLabelChangedEvent | This is a special LabelProviderChangedEvent carrying additional
information whether the event origins from a maker change. |
| StandardJavaElementContentProvider | A base content provider for Java elements. |