org.eclipse.ui |
|
Java Source File Name | Type | Comment |
IContributorResourceAdapter.java | Interface | The IContributorResourceAdapter is an interface that defines
the API required to get a resource that an object adapts to
for use of object contributions, decorators and property
pages that have adaptable = true. |
IFileEditorInput.java | Interface | This interface defines a file-oriented input to an editor.
Clients implementing this editor input interface should override
Object.equals(Object) to answer true for two inputs
that are the same. |
IMarkerActionFilter.java | Interface | Describes the public attributes for a marker and the acceptable values
each may have. |
IMarkerHelpRegistry.java | Interface | Registry of F1 help contexts and resolutions for markers. |
IMarkerResolution.java | Interface | Resolution for a marker. |
IMarkerResolution2.java | Interface | Extends IMarkerResolution . |
IMarkerResolutionGenerator.java | Interface | Creates resolutions for a given marker. |
IMarkerResolutionGenerator2.java | Interface | A marker resolution generator should implement this interface rather than
IMarkerResolutionGenerator if it can determine whether a particular marker
has any resolutions more efficiently than computing all the resolutions. |
IProjectActionFilter.java | Interface | Describes the public attributes for a project and the acceptable values
each may have. |
IResourceActionFilter.java | Interface | Describes the public attributes for a resource and the acceptable values
each may have. |
IStorageEditorInput.java | Interface | Interface for a IStorage input to an editor.
Clients implementing this editor input interface should override
Object.equals(Object) to answer true for two inputs
that are the same. |
IURIEditorInput.java | Interface | This interface defines an editor input based on a URI.
Clients implementing this editor input interface should override
Object.equals(Object) to answer true for two inputs
that are the same. |
ResourceWorkingSetFilter.java | Class | A resource working set filter filters resources from a view that
are neither a parent nor children of a working set element. |