|
 |
|
|
Uses of Interface org.eclipse.core.runtime.IAdaptable
Packages that use
IAdaptable
|
org.eclipse.compare
|
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results. |
org.eclipse.compare.contentmergeviewer
|
Support for compare and merge viewers which show the
content side-by-side. |
org.eclipse.compare.structuremergeviewer
|
Provides support for finding and displaying the differences
between hierarchically structured data. |
org.eclipse.core.commands.operations
|
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone. |
org.eclipse.core.filesystem
|
Provides an interface for interacting with a file system. |
org.eclipse.core.filesystem.provider
|
Provides an API to be extended by a file system implementation. |
org.eclipse.core.internal.jobs
|
|
org.eclipse.core.internal.resources
|
|
org.eclipse.core.resources
|
Provides basic support for managing a workspace and
its resources. |
org.eclipse.core.resources.mapping
|
Provides APIs for integrating application models with the workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace. |
org.eclipse.core.runtime
|
Provides support for the runtime platform, core utility methods and the extension registry. |
org.eclipse.core.runtime.jobs
|
Provides core support for scheduling and interacting with background activity. |
org.eclipse.debug.core
|
Provides support for launching programs, breakpoint management, expression management,
and debug events. |
org.eclipse.debug.core.model
|
Defines interfaces for debug model elements, source lookup, and launching. |
org.eclipse.debug.core.sourcelookup
|
Provides support for source lookup. |
org.eclipse.debug.core.sourcelookup.containers
|
Provides implementations of common source containers supporting source lookup. |
org.eclipse.debug.internal.ui.views.memory.renderings
|
|
org.eclipse.debug.ui
|
Provides a generic debugger user interface that clients may customize via standard
workbench extension points. |
org.eclipse.debug.ui.memory
|
Provides classes and interfaces to render memory blocks in the memory view. |
org.eclipse.debug.ui.sourcelookup
|
Provides a user interface for debug platform source lookup facilities. |
org.eclipse.jface.text.hyperlink
|
Provides support for detecting and displaying hyperlinks in ISourceViewers. |
org.eclipse.ltk.core.refactoring
|
Application programmer interface to implement semantic preserving workspace transformations. |
org.eclipse.ltk.core.refactoring.history
|
Application programming interface to query refactoring history information from the refactoring infrastructure. |
org.eclipse.ltk.core.refactoring.model
|
Application programming interface to support logical models. |
org.eclipse.ltk.core.refactoring.participants
|
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation. |
org.eclipse.ltk.core.refactoring.resource
|
Application programmer interface to implement resource dependend refactorings. |
org.eclipse.ltk.ui.refactoring
|
Application programming interface to implement a wizard based user interface for refactorings. |
org.eclipse.search.ui
|
Classes and interface required to contribute search dialog pages and search result view pages. |
org.eclipse.team.core
|
Application programming interfaces for defining and working with repository providers. |
org.eclipse.team.core.mapping.provider
|
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings. |
org.eclipse.team.core.subscribers
|
Application programming interfaces for generating and refreshing
synchronization state. |
org.eclipse.team.core.synchronize
|
Application programming interfaces for managing synchronization state. |
org.eclipse.team.core.variants
|
Application programming interfaces for accessing and managing resource variants. |
org.eclipse.team.ui
|
Provides basic support for managing Team providers. |
org.eclipse.team.ui.history
|
Application programming interfaces for working with history
Package Specification
This package specifies the API for providing history pages to the history view. |
org.eclipse.team.ui.mapping
|
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings. |
org.eclipse.team.ui.synchronize
|
Contains the team synchronization presentation framework and support
for the Synchronize View. |
org.eclipse.ui
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.actions
|
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface. |
org.eclipse.ui.application
|
Application-level APIs for configuring and controling the Eclipse Platform User
Interface. |
org.eclipse.ui.console
|
Application programming interfaces for interaction
with the Eclipse console. |
org.eclipse.ui.dialogs
|
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface. |
org.eclipse.ui.editors.text
|
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input. |
org.eclipse.ui.forms.editor
|
Support for forms-based multi-page editors. |
org.eclipse.ui.ide
|
APIs for the IDE-specific portion of the Eclipse Platform User Interface. |
org.eclipse.ui.ide.undo
|
APIs that provide undo and redo behavior for operations that manipulate
the workspace. |
org.eclipse.ui.internal.views.markers
|
|
org.eclipse.ui.intro
|
Application programming interfaces for interaction
with and extension of the product introduction parts. |
org.eclipse.ui.intro.config
|
Provides support for customizing welcome content and presentation. |
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.navigator
|
Provides the Common Navigator framework. |
org.eclipse.ui.navigator.resources
|
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension. |
org.eclipse.ui.operations
|
Classes that provide the basic workbench UI support for undo and redo of
operations. |
org.eclipse.ui.part
|
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface. |
org.eclipse.ui.progress
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.statushandlers
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.texteditor
|
Provides a framework for text editors obeying to the
desktop rules. |
org.eclipse.ui.texteditor.templates
|
Application programming interfaces for interaction
with the Eclipse text editor template support. |
org.eclipse.ui.views
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.views.bookmarkexplorer
|
Provides the standard Bookmarks view which displays
bookmarks on resources. |
org.eclipse.ui.views.contentoutline
|
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited. |
org.eclipse.ui.views.markers
|
Utility classes for working with markers in views
|
org.eclipse.ui.views.navigator
|
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace. |
org.eclipse.ui.views.properties
|
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection. |
org.eclipse.ui.views.tasklist
|
Provides the standard Task List view for displaying
tasks and problem annotations on resources. |
org.eclipse.ui.wizards
|
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support. |
org.eclipse.update.configuration
|
Provides support for accessing local installation
information. |
org.eclipse.update.core
|
Provides support for extending the base installation
and update services. |
org.eclipse.update.core.model
|
Provides model support for extending the base installation
and update services. |
Methods in
org.eclipse.core.commands.operations with parameters of type
IAdaptable
|
protected
IStatus
|
LinearUndoEnforcer.
allowLinearRedoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo)
|
protected abstract
IStatus
|
LinearUndoViolationDetector.
allowLinearRedoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether a linear redo violation is allowable. |
protected
IStatus
|
LinearUndoEnforcer.
allowLinearUndoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo)
|
protected abstract
IStatus
|
LinearUndoViolationDetector.
allowLinearUndoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether a linear undo violation is allowable. |
IStatus
|
TriggeredOperations.
execute
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IUndoableOperation.
execute
(
IProgressMonitor monitor,
IAdaptable info)
Execute the operation. |
abstract
IStatus
|
AbstractOperation.
execute
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IOperationHistory.
execute
(
IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Execute the specified operation and add it to the operations history if
successful. |
IStatus
|
DefaultOperationHistory.
execute
(
IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IOperationApprover2.
proceedExecuting
(
IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether the specified operation should be
executed. |
IStatus
|
LinearUndoViolationDetector.
proceedRedoing
(
IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
|
IStatus
|
IOperationApprover.
proceedRedoing
(
IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether the specified operation should be
redone. |
IStatus
|
LinearUndoViolationDetector.
proceedUndoing
(
IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
|
IStatus
|
IOperationApprover.
proceedUndoing
(
IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether the specified operation should be
undone. |
IStatus
|
TriggeredOperations.
redo
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IUndoableOperation.
redo
(
IProgressMonitor monitor,
IAdaptable info)
Redo the operation. |
abstract
IStatus
|
AbstractOperation.
redo
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IOperationHistory.
redo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Redo the most recently undone operation in the given context. |
IStatus
|
DefaultOperationHistory.
redo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IOperationHistory.
redoOperation
(
IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Redo the specified operation. |
IStatus
|
DefaultOperationHistory.
redoOperation
(
IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
TriggeredOperations.
undo
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IUndoableOperation.
undo
(
IProgressMonitor monitor,
IAdaptable info)
Undo the operation. |
abstract
IStatus
|
AbstractOperation.
undo
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IOperationHistory.
undo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Undo the most recently executed operation in the given context. |
IStatus
|
DefaultOperationHistory.
undo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IOperationHistory.
undoOperation
(
IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Undo the specified operation. |
IStatus
|
DefaultOperationHistory.
undoOperation
(
IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
|
Uses of
IAdaptable in org.eclipse.core.internal.jobs
|
Classes in org.eclipse.core.internal.jobs that implement
IAdaptable
|
class
|
org.eclipse.core.internal.jobs.InternalJob
|
Uses of
IAdaptable in org.eclipse.core.internal.resources
|
Classes in org.eclipse.core.internal.resources that implement
IAdaptable
|
class
|
org.eclipse.core.internal.resources.InternalWorkspaceJob
Batches the activity of a job as a single operation, without obtaining the workspace
lock. |
Subinterfaces of
IAdaptable in
org.eclipse.core.resources
|
interface
|
IContainer
Interface for resources which may contain
other resources (termed its members). |
interface
|
IEncodedStorage
A storage that knows how its contents are encoded. |
interface
|
IFile
Files are leaf resources which contain data. |
interface
|
IFileState
A previous state of a file stored in the workspace's local history. |
interface
|
IFolder
Folders may be leaf or non-leaf resources and may contain files and/or other folders. |
interface
|
IMarker
Markers are a general mechanism for associating notes and meta-data with
resources. |
interface
|
IProject
A project is a type of resource which groups resources
into buildable, reusable units. |
interface
|
IResource
The workspace analog of file system files
and directories. |
interface
|
IResourceDelta
A resource delta represents changes in the state of a resource tree
between two discrete points in time. |
interface
|
IStorage
A storage object represents a set of bytes which can be accessed. |
interface
|
IWorkspace
Workspaces are the basis for Eclipse Platform resource management. |
interface
|
IWorkspaceRoot
A root resource represents the top of the resource hierarchy in a workspace. |
Subinterfaces of
IAdaptable in
org.eclipse.debug.core.model
|
interface
|
IBreakpoint
A breakpoint is capable of suspending the execution of a
program at a specific location when a program is running
in debug mode. |
interface
|
IDebugElement
A debug element represents an artifact in a program being
debugged. |
interface
|
IDebugTarget
A debug target is a debuggable execution context. |
interface
|
IErrorReportingExpression
An expression that can report errors which occurred during the
expression's evaluation. |
interface
|
IExpression
An expression is a snippet of code that can be evaluated
to produce a value. |
interface
|
IIndexedValue
A value containing an indexed collection of variables - for example,
an array. |
interface
|
ILineBreakpoint
A breakpoint that can be located at a specific line of source code. |
interface
|
IMemoryBlock
A contiguous segment of memory in an execution context. |
interface
|
IMemoryBlockExtension
Extensions to
IMemoryBlock . |
interface
|
IProcess
A process represents a program running in normal (non-debug) mode. |
interface
|
IRegister
A register is a special kind of variable that is contained
in a register group. |
interface
|
IRegisterGroup
A register group is a group of registers that are
assigned to a stack frame. |
interface
|
IStackFrame
A stack frame represents an execution context in a suspended thread. |
interface
|
IThread
A thread is a sequential flow of execution in a debug target. |
interface
|
IValue
A value represents the value of a variable. |
interface
|
IVariable
A variable represents a visible data structure in a stack frame
or value. |
interface
|
IWatchExpression
A watch expression is an expression that is evaluated in the context
of a specific stack frame, thread, debug target, process, or launch. |
interface
|
IWatchpoint
A breakpoint that suspends when an associated variable is
read or written. |
Uses of
IAdaptable in org.eclipse.debug.internal.ui.views.memory.renderings
|
Classes in org.eclipse.debug.internal.ui.views.memory.renderings that implement
IAdaptable
|
class
|
org.eclipse.debug.internal.ui.views.memory.renderings.AbstractBaseTableRendering
Internal base class to allow AbstractTableRendering and AbstractAsyncTableRendering
to share actions and dialogs. |
Methods in
org.eclipse.debug.ui with parameters of type
IAdaptable
|
void
|
IBreakpointOrganizerDelegate.
addBreakpoint
(
IBreakpoint breakpoint,
IAdaptable category)
Adds the specified breakpoint to the given category. |
void
|
AbstractBreakpointOrganizerDelegate.
addBreakpoint
(
IBreakpoint breakpoint,
IAdaptable category)
|
void
|
IBreakpointOrganizerDelegateExtension.
addBreakpoints
(
IBreakpoint[] breakpoints,
IAdaptable category)
Adds the specified breakpoints to the given category. |
boolean
|
IBreakpointOrganizerDelegate.
canAdd
(
IBreakpoint breakpoint,
IAdaptable category)
Returns whether the given breakpoint can be categorized in the
specified category. |
boolean
|
AbstractBreakpointOrganizerDelegate.
canAdd
(
IBreakpoint breakpoint,
IAdaptable category)
|
boolean
|
IBreakpointOrganizerDelegate.
canRemove
(
IBreakpoint breakpoint,
IAdaptable category)
Returns whether the given breakpoint can be removed from the given
category. |
boolean
|
AbstractBreakpointOrganizerDelegate.
canRemove
(
IBreakpoint breakpoint,
IAdaptable category)
|
protected void
|
AbstractBreakpointOrganizerDelegate.
fireCategoryChanged
(
IAdaptable category)
Fires a property change notification for the given category. |
void
|
IBreakpointOrganizerDelegate.
removeBreakpoint
(
IBreakpoint breakpoint,
IAdaptable category)
Removes the specified breakpoint from the given category. |
void
|
AbstractBreakpointOrganizerDelegate.
removeBreakpoint
(
IBreakpoint breakpoint,
IAdaptable category)
|
void
|
IBreakpointOrganizerDelegateExtension.
removeBreakpoints
(
IBreakpoint[] breakpoints,
IAdaptable category)
Removes the specified breakpoints from the given category. |
Subinterfaces of
IAdaptable in
org.eclipse.ui
|
interface
|
IAggregateWorkingSet
Contains a set of
IWorkingSet . |
interface
|
IEditorInput
IEditorInput is a light weight descriptor of editor input,
like a file name but more abstract. |
interface
|
IEditorPart
An editor is a visual component within a workbench page. |
interface
|
IEditorSite
The primary interface between an editor part and the workbench. |
interface
|
IFileEditorInput
This interface defines a file-oriented input to an editor. |
interface
|
IInPlaceEditor
Interface for editor parts that represent an in-place style editor. |
interface
|
IInPlaceEditorInput
This interface defines an editor input for in-place editors. |
interface
|
IPathEditorInput
This interface defines an editor input based on the local file system path
of a file. |
interface
|
IReusableEditor
Interface for reusable editors. |
interface
|
IStorageEditorInput
Interface for a IStorage input to an editor. |
interface
|
IURIEditorInput
This interface defines an editor input based on a URI. |
interface
|
IViewPart
A view is a visual component within a workbench page. |
interface
|
IViewSite
The primary interface between a view part and the workbench. |
interface
|
IWorkbench
A workbench is the root object for the Eclipse Platform user interface. |
interface
|
IWorkbenchPart
A workbench part is a visual component within a workbench page. |
interface
|
IWorkbenchPart2
Extends
IWorkbenchPart , adding the name and status text properties. |
interface
|
IWorkbenchPart3
A part can provide arbitrary properties. |
interface
|
IWorkbenchPartSite
The primary interface between a workbench part and the workbench. |
interface
|
IWorkbenchSite
The common interface between the workbench and its parts, including pages
within parts. |
interface
|
IWorkingSet
A working set holds a number of IAdaptable elements. |
Classes in
org.eclipse.ui that implement
IAdaptable
|
class
|
Saveable
A Saveable represents a unit of saveability, e.g. an editable
subset of the underlying domain model that may contain unsaved changes. |
Classes in
org.eclipse.ui.forms.editor that implement
IAdaptable
|
class
|
FormEditor
This class forms a base of multi-page form editors that typically use one or
more pages with forms and one page for raw source of the editor input. |
class
|
FormPage
A base class that all pages that should be added to FormEditor must subclass. |
class
|
SharedHeaderFormEditor
A variation of
FormEditor , this editor has a stable header that does
not change when pages are switched. |
Methods in
org.eclipse.ui.ide.undo with parameters of type
IAdaptable
|
protected void
|
CopyResourcesOperation.
copy
(
IProgressMonitor monitor,
IAdaptable uiInfo)
Move or copy any known resources according to the destination parameters
known by this operation. |
protected void
|
DeleteResourcesOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
DeleteMarkersOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable info)
|
protected abstract void
|
AbstractWorkspaceOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable uiInfo)
Perform the specific work involved in executing this operation. |
protected void
|
MoveResourcesOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
UpdateMarkersOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable info)
|
protected void
|
MoveProjectOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
CreateMarkersOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable info)
|
protected void
|
CopyProjectOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
CopyResourcesOperation.
doExecute
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
DeleteResourcesOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
DeleteMarkersOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable info)
|
protected abstract void
|
AbstractWorkspaceOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
Perform the specific work involved in undoing this operation. |
protected void
|
MoveResourcesOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
UpdateMarkersOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable info)
|
protected void
|
MoveProjectOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
CreateMarkersOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable info)
|
protected void
|
CopyProjectOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
protected void
|
CopyResourcesOperation.
doUndo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
|
IStatus
|
AbstractWorkspaceOperation.
execute
(
IProgressMonitor monitor,
IAdaptable uiInfo)
Execute the specified operation. |
protected
Shell
|
AbstractWorkspaceOperation.
getShell
(
IAdaptable uiInfo)
Return the shell described by the specified adaptable, or the active
shell if no shell has been specified in the adaptable. |
static
Shell
|
WorkspaceUndoUtil.
getShell
(
IAdaptable uiInfo)
Return the shell described by the specified adaptable, or the active
shell if no shell has been specified in the adaptable. |
protected void
|
MoveResourcesOperation.
move
(
IProgressMonitor monitor,
IAdaptable uiInfo)
Move any known resources according to the destination parameters known by
this operation. |
IStatus
|
AbstractWorkspaceOperation.
redo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
Redo the specified operation. |
IStatus
|
AbstractWorkspaceOperation.
undo
(
IProgressMonitor monitor,
IAdaptable uiInfo)
Undo the specified operation. |
Uses of
IAdaptable in org.eclipse.ui.internal.views.markers
|
Classes in org.eclipse.ui.internal.views.markers that implement
IAdaptable
|
class
|
org.eclipse.ui.internal.views.markers.ExtendedMarkersView
The ExtendedMarkersView is the internal implementation of the view that shows
markers using the markerGenerators extension point. |
Subinterfaces of
IAdaptable in
org.eclipse.ui.intro
|
interface
|
IIntroPart
The intro part is a visual component within the workbench responsible for
introducing the product to new users. |
interface
|
IIntroSite
The primary interface between an intro part and the workbench. |
Methods in
org.eclipse.ui.operations with parameters of type
IAdaptable
|
protected
IStatus
|
LinearUndoViolationUserApprover.
allowLinearRedoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo)
|
protected
IStatus
|
LinearUndoViolationUserApprover.
allowLinearUndoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo)
|
IStatus
|
NonLocalUndoUserApprover.
proceedRedoing
(
IUndoableOperation operation,
IOperationHistory history,
IAdaptable uiInfo)
|
IStatus
|
NonLocalUndoUserApprover.
proceedUndoing
(
IUndoableOperation operation,
IOperationHistory history,
IAdaptable uiInfo)
|
Classes in
org.eclipse.ui.part that implement
IAdaptable
|
class
|
AbstractMultiEditor
A AbstractMultiEditor is a composite of editors. |
class
|
EditorPart
Abstract base implementation of all workbench editors. |
class
|
FileEditorInput
Adapter for making a file resource a suitable input for an editor. |
class
|
FileInPlaceEditorInput
Adapter for making a file resource a suitable input for an in-place editor. |
class
|
IntroPart
Abstract base implementation of an intro part. |
class
|
MultiEditor
A MultiEditor is a composite of editors. |
class
|
MultiEditorInput
Implements an input for a AbstractMultiEditor . |
class
|
MultiPageEditor
Deprecated. Use the class MultiPageEditorPart instead
|
class
|
MultiPageEditorPart
A multi-page editor is an editor with multiple pages, each of which may
contain an editor or an arbitrary SWT control. |
class
|
MultiPageEditorSite
Site for a nested editor within a multi-page editor. |
class
|
PageBookView
Abstract superclass of all multi-page workbench views. |
class
|
PageSite
This implementation of IPageSite provides a site for a page
within a PageBookView . |
class
|
ViewPart
Abstract base implementation of all workbench views. |
class
|
WorkbenchPart
Abstract base implementation of all workbench parts. |
Classes in
org.eclipse.ui.progress that implement
IAdaptable
|
class
|
PendingUpdateAdapter
The PendingUpdateAdapter is a convenience object that can be used
by a BaseWorkbenchContentProvider that wants to show a pending update. |
class
|
UIJob
The UIJob is a Job that runs within the UI Thread via an asyncExec. |
class
|
WorkbenchJob
WorkbenchJob is a type of job that implements a done listener
and does the shutdown checks before scheduling. |
Subinterfaces of
IAdaptable in
org.eclipse.update.configuration
|
interface
|
IActivity
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IConfiguredSite
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IInstallConfiguration
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
ILocalSite
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
ISessionDelta
Deprecated. Do not use this interface
|
interface
|
IVolume
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
Subinterfaces of
IAdaptable in
org.eclipse.update.core
|
interface
|
IArchiveReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
ICategory
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IFeature
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IFeatureReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IImport
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IIncludedFeatureReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IInstallHandlerEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
INonPluginEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IPlatformEnvironment
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IPluginEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
ISite
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
ISiteFeatureReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
ISiteWithMirrors
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
interface
|
IURLEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
Classes in
org.eclipse.update.core that implement
IAdaptable
|
class
|
ArchiveReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
Category
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
Feature
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
FeatureReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
Import
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
IncludedFeatureReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
InstallHandlerEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
NonPluginEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
PluginEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
Site
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
SiteFeatureReference
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
SiteFeatureReferenceModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
URLEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
Classes in
org.eclipse.update.core.model that implement
IAdaptable
|
class
|
ArchiveReferenceModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
CategoryModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
ContentEntryModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
FeatureModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
FeatureReferenceModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
ImportModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
IncludedFeatureReferenceModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
InstallHandlerEntryModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
ModelObject
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
NonPluginEntryModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
PluginEntryModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
SiteModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
class
|
URLEntryModel
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
|
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|