Uses of Interface
org.eclipse.core.runtime.IAdaptable
Packages that use IAdaptable
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
Provides support for finding and displaying the differences
between hierarchically structured data.
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Provides an interface for interacting with a file system.
Provides an API to be extended by a file system implementation.
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides support for the runtime platform, core utility methods and the extension registry.
Provides core support for scheduling and interacting with background activity.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
Provides support for source lookup.
Provides implementations of common source containers supporting source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes and interfaces to render memory blocks in the memory view.
Provides a user interface for debug platform source lookup facilities.
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Defines common API for querying and modifying provisioning repositories.
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
Defines metadata repository.
Defines SPI for registering new implementations of metadata repositories.
Defines common types for handling repositories.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Provides support for detecting and displaying hyperlinks in
ISourceViewers.Application programming interfaces for interaction
with the Eclipse text template support.
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to query refactoring history information from the refactoring infrastructure.
Application programming interface to support logical models.
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
Application programmer interface to implement resource dependend refactorings.
Application programming interface to implement a wizard based user interface for refactorings.
Classes and interface required to contribute search dialog pages and search result view pages.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for managing synchronization state.
Application programming interfaces for accessing and managing resource variants.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Support for forms-based multi-page editors.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Application programming interfaces for interaction
with and extension of the product introduction parts.
Provides support for customizing welcome content and presentation.
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.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes that provide the basic workbench UI support for undo and redo of
operations.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
-
Uses of IAdaptable in org.eclipse.compare
Classes in org.eclipse.compare that implement IAdaptableModifier and TypeClassDescriptionclassA compare operation which can present its results in a special editor.classACompareViewerPaneis a convenience class which installs aCLabeland aToolbarin aViewForm.classA customCompareViewerPanethat supports dynamic viewer switching.Methods in org.eclipse.compare with parameters of type IAdaptableModifier and TypeMethodDescriptionstatic ImageCompareUI.getImage(IAdaptable adaptable) Returns a shared image for the given adaptable. -
Uses of IAdaptable in org.eclipse.compare.contentmergeviewer
Classes in org.eclipse.compare.contentmergeviewer that implement IAdaptableModifier and TypeClassDescriptionclassA text merge viewer uses theRangeDifferencerto perform a textual, line-by-line comparison of two (or three) input documents. -
Uses of IAdaptable in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IAdaptableModifier and TypeClassDescriptionclassclassA CompareEditor takes a ICompareEditorInput as input.classclassWraps a JFace SourceViewer and add some convenience methods.classMethods in org.eclipse.compare.internal with parameters of type IAdaptableModifier and TypeMethodDescriptionstatic ImageCompareUIPlugin.getImage(IAdaptable adaptable) Returns a shared image for the given adaptable. -
Uses of IAdaptable in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IAdaptableModifier and TypeClassDescriptionclassA document range node represents a structural element when performing a structure compare of documents.classA node that acts as the root of the tree returned from aStructureCreator. -
Uses of IAdaptable in org.eclipse.core.commands.operations
Methods in org.eclipse.core.commands.operations with parameters of type IAdaptableModifier and TypeMethodDescriptionprotected IStatusLinearUndoEnforcer.allowLinearRedoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) protected abstract IStatusLinearUndoViolationDetector.allowLinearRedoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable info) Return a status indicating whether a linear redo violation is allowable.protected IStatusLinearUndoEnforcer.allowLinearUndoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) protected abstract IStatusLinearUndoViolationDetector.allowLinearUndoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable info) Return a status indicating whether a linear undo violation is allowable.abstract IStatusAbstractOperation.execute(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Execute the specified operation and add it to the operations history if successful.IUndoableOperation.execute(IProgressMonitor monitor, IAdaptable info) Execute the operation.TriggeredOperations.execute(IProgressMonitor monitor, IAdaptable info) IOperationApprover2.proceedExecuting(IUndoableOperation operation, IOperationHistory history, IAdaptable info) Return a status indicating whether the specified operation should be executed.IOperationApprover.proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info) Return a status indicating whether the specified operation should be redone.final IStatusLinearUndoViolationDetector.proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info) IOperationApprover.proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info) Return a status indicating whether the specified operation should be undone.final IStatusLinearUndoViolationDetector.proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info) abstract IStatusAbstractOperation.redo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Redo the most recently undone operation in the given context.IUndoableOperation.redo(IProgressMonitor monitor, IAdaptable info) Redo the operation.TriggeredOperations.redo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Redo the specified operation.abstract IStatusAbstractOperation.undo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Undo the most recently executed operation in the given context.IUndoableOperation.undo(IProgressMonitor monitor, IAdaptable info) Undo the operation.TriggeredOperations.undo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Undo the specified operation. -
Uses of IAdaptable in org.eclipse.core.filesystem
Subinterfaces of IAdaptable in org.eclipse.core.filesystemModifier and TypeInterfaceDescriptioninterfaceA file store is responsible for storage and retrieval of a single file in some file system.interfaceThis is the main interface to a single file system. -
Uses of IAdaptable in org.eclipse.core.filesystem.provider
Classes in org.eclipse.core.filesystem.provider that implement IAdaptableModifier and TypeClassDescriptionclassThe abstract superclass of allIFileStoreimplementations.classThe common superclass for all file system implementations. -
Uses of IAdaptable in org.eclipse.core.internal.jobs
Classes in org.eclipse.core.internal.jobs that implement IAdaptableModifier and TypeClassDescriptionclassorg.eclipse.core.internal.jobs.InternalJobInternal implementation class for jobs. -
Uses of IAdaptable in org.eclipse.core.internal.resources
Classes in org.eclipse.core.internal.resources that implement IAdaptableModifier and TypeClassDescriptionclassorg.eclipse.core.internal.resources.InternalWorkspaceJobBatches the activity of a job as a single operation, without obtaining the workspace lock. -
Uses of IAdaptable in org.eclipse.core.resources
Subinterfaces of IAdaptable in org.eclipse.core.resourcesModifier and TypeInterfaceDescriptioninterfaceBuild Configurations provide a mechanism for orthogonal configuration specific builds within a single project.interfaceInterface for resources which may contain other resources (termed its members).interfaceA storage that knows how its contents are encoded.interfaceFiles are leaf resources which contain data.interfaceA previous state of a file stored in the workspace's local history.interfaceFolders may be leaf or non-leaf resources and may contain files and/or other folders.interfaceMarkers are a general mechanism for associating notes and meta-data with resources.interfaceA project is a type of resource which groups resources into buildable, reusable units.interfaceThe workspace analog of file system files and directories.interfaceA resource delta represents changes in the state of a resource tree between two discrete points in time.interfaceA storage object represents a set of bytes which can be accessed.interfaceWorkspaces are the basis for Eclipse Platform resource management.interfaceA root resource represents the top of the resource hierarchy in a workspace.Classes in org.eclipse.core.resources that implement IAdaptableModifier and TypeClassDescriptionclassA job that makes an atomic modification to the workspace. -
Uses of IAdaptable in org.eclipse.core.resources.mapping
Classes in org.eclipse.core.resources.mapping that implement IAdaptableModifier and TypeClassDescriptionfinal classA resource mapping that obtains the traversals for its model object from a set of child mappings.classRepresents the provider of a logical model.classA resource mapping supports the transformation of an application model object into its underlying file system resources. -
Uses of IAdaptable in org.eclipse.core.runtime
Classes in org.eclipse.core.runtime that implement IAdaptableModifier and TypeClassDescriptionclassAn abstract superclass implementing theIAdaptableinterface. -
Uses of IAdaptable in org.eclipse.core.runtime.jobs
Classes in org.eclipse.core.runtime.jobs that implement IAdaptableModifier and TypeClassDescriptionclassJobs are units of runnable work that can be scheduled to be run with the job manager. -
Uses of IAdaptable in org.eclipse.debug.core
Subinterfaces of IAdaptable in org.eclipse.debug.coreModifier and TypeInterfaceDescriptioninterfaceA launch is the result of launching a debug session and/or one or more system processes.interfaceA launch configuration describes how to launch an application.interfaceDescribes and creates instances of a specific type of launch configuration.interfaceAn editable copy of a launch configuration.Classes in org.eclipse.debug.core that implement IAdaptableModifier and TypeClassDescriptionclassA launch is the result of launching a debug session and/or one or more system processes. -
Uses of IAdaptable in org.eclipse.debug.core.model
Subinterfaces of IAdaptable in org.eclipse.debug.core.modelModifier and TypeInterfaceDescriptioninterfaceA breakpoint is capable of suspending the execution of a program at a specific location when a program is running in debug mode.interfaceA debug element represents an artifact in a program being debugged.interfaceA debug target is a debuggable execution context.interfaceAn expression that can report errors which occurred during the expression's evaluation.interfaceAn expression is a snippet of code that can be evaluated to produce a value.interfaceA value containing an indexed collection of variables - for example, an array.interfaceA breakpoint that can be located at a specific line of source code.interfaceA contiguous segment of memory in an execution context.interfaceExtensions toIMemoryBlock.interfaceA process represents a program running in normal (non-debug) mode.interfaceA register is a special kind of variable that is contained in a register group.interfaceA register group is a group of registers that are assigned to a stack frame.interfaceA stack frame represents an execution context in a suspended thread.interfaceA thread is a sequential flow of execution in a debug target.interfaceTriggerPoint is a breakpoint property which defines a dependency relationship between all the breakpoints of a workspace and trigger points defined in a workspace.interfaceA value represents the value of a variable.interfaceA variable represents a visible data structure in a stack frame or value.interfaceA watch expression is an expression that is evaluated in the context of a specific stack frame, thread, debug target, process, or launch.interfaceA breakpoint that suspends when an associated variable is read or written.Classes in org.eclipse.debug.core.model that implement IAdaptableModifier and TypeClassDescriptionclassAbstract implementation of a breakpoint.classImplementation of common function for debug elements.classAbstract implementation of a line breakpoint.classStandard implementation of anIProcessthat wrappers a system process (java.lang.Process). -
Uses of IAdaptable in org.eclipse.debug.core.sourcelookup
Subinterfaces of IAdaptable in org.eclipse.debug.core.sourcelookupModifier and TypeInterfaceDescriptioninterfaceA source container is a container of source code. -
Uses of IAdaptable in org.eclipse.debug.core.sourcelookup.containers
Classes in org.eclipse.debug.core.sourcelookup.containers that implement IAdaptableModifier and TypeClassDescriptionclassCommon function for source containers.classArchive source container for an archive in the workspace.classA source container of source containers.classA source container for a container in the workspace.classA source container that computer the default source lookup path for a launch configuration on each launch using a launch configuration's associated source path computer.classA directory in the local file system.classAn archive in the local file system.classA folder in the workspace.classImplementation of storage for a local file (java.io.File).classA project in the workspace.classAll projects in the workspace.classStorage implementation for zip entries. -
Uses of IAdaptable in org.eclipse.debug.internal.ui.views.memory.renderings
Classes in org.eclipse.debug.internal.ui.views.memory.renderings that implement IAdaptableModifier and TypeClassDescriptionclassorg.eclipse.debug.internal.ui.views.memory.renderings.AbstractBaseTableRenderingInternal base class to allow AbstractTableRendering and AbstractAsyncTableRendering to share actions and dialogs. -
Uses of IAdaptable in org.eclipse.debug.ui
Subinterfaces of IAdaptable in org.eclipse.debug.uiModifier and TypeInterfaceDescriptioninterfaceRepresents a breakpoint's type to support organization of breakpoints by type in the breakpoints view.interfaceCommon function for debug views.Classes in org.eclipse.debug.ui that implement IAdaptableModifier and TypeClassDescriptionclassCommon function for views related to debugging.classDefault implementation for a breakpoint type category.Methods in org.eclipse.debug.ui that return IAdaptableModifier and TypeMethodDescriptionAbstractBreakpointOrganizerDelegate.getCategories()IBreakpointOrganizerDelegate.getCategories()Returns all categories managed by this organizer, ornull.IBreakpointOrganizerDelegate.getCategories(IBreakpoint breakpoint) Returns objects representing the categories of the specified breakpoint ornullif this organizer cannot classify the breakpoint.static IAdaptableDebugUITools.getDebugContext()Returns the element of the currently selected context in the active workbench window.static IAdaptableDebugUITools.getPartDebugContext(IWorkbenchPartSite site) Returns the currently active context for the given workbench part.Methods in org.eclipse.debug.ui with parameters of type IAdaptableModifier and TypeMethodDescriptionvoidAbstractBreakpointOrganizerDelegate.addBreakpoint(IBreakpoint breakpoint, IAdaptable category) voidIBreakpointOrganizerDelegate.addBreakpoint(IBreakpoint breakpoint, IAdaptable category) Adds the specified breakpoint to the given category.voidIBreakpointOrganizerDelegateExtension.addBreakpoints(IBreakpoint[] breakpoints, IAdaptable category) Adds the specified breakpoints to the given category.booleanAbstractBreakpointOrganizerDelegate.canAdd(IBreakpoint breakpoint, IAdaptable category) booleanIBreakpointOrganizerDelegate.canAdd(IBreakpoint breakpoint, IAdaptable category) Returns whether the given breakpoint can be categorized in the specified category.booleanAbstractBreakpointOrganizerDelegate.canRemove(IBreakpoint breakpoint, IAdaptable category) booleanIBreakpointOrganizerDelegate.canRemove(IBreakpoint breakpoint, IAdaptable category) Returns whether the given breakpoint can be removed from the given category.protected voidAbstractBreakpointOrganizerDelegate.fireCategoryChanged(IAdaptable category) Fires a property change notification for the given category.voidAbstractBreakpointOrganizerDelegate.removeBreakpoint(IBreakpoint breakpoint, IAdaptable category) voidIBreakpointOrganizerDelegate.removeBreakpoint(IBreakpoint breakpoint, IAdaptable category) Removes the specified breakpoint from the given category.voidIBreakpointOrganizerDelegateExtension.removeBreakpoints(IBreakpoint[] breakpoints, IAdaptable category) Removes the specified breakpoints from the given category. -
Uses of IAdaptable in org.eclipse.debug.ui.memory
Subinterfaces of IAdaptable in org.eclipse.debug.ui.memoryModifier and TypeInterfaceDescriptioninterfaceAn arbitrary rendering of a memory block.interfaceA memory rendering that can be repositioned.interfaceA memory rendering that can be reset.Classes in org.eclipse.debug.ui.memory that implement IAdaptableModifier and TypeClassDescriptionclassAbstract implementation of a memory rendering.classAbstract implementation of a table rendering.classAbstract implementation of a rendering that translates memory into text, displayed in a table. -
Uses of IAdaptable in org.eclipse.debug.ui.sourcelookup
Classes in org.eclipse.debug.ui.sourcelookup that implement IAdaptableModifier and TypeClassDescriptionclassDefault editor displayed when source is not found.classEditor input for theCommonSourceNotFoundEditor.classA working set in the workspace. -
Uses of IAdaptable in org.eclipse.e4.ui.dialogs.filteredtree
Classes in org.eclipse.e4.ui.dialogs.filteredtree that implement IAdaptableModifier and TypeClassDescriptionclassMerge of UIJob and WokbenchJob minus tracking whether the workbench is running - do not use for long running jobs! -
Uses of IAdaptable in org.eclipse.equinox.p2.operations
Classes in org.eclipse.equinox.p2.operations that implement IAdaptableModifier and TypeClassDescriptionclassA job that modifies a profile according to a specified provisioning plan.classAbstract class representing provisioning jobs. -
Uses of IAdaptable in org.eclipse.equinox.p2.repository
Subinterfaces of IAdaptable in org.eclipse.equinox.p2.repositoryModifier and TypeInterfaceDescriptioninterfaceA composite repository doesn't directly contain any contents, but rather contains only a list of child repositories.interfaceIRepository<T>A p2 repository contains either metadata or artifacts related to software provisioning. -
Uses of IAdaptable in org.eclipse.equinox.p2.repository.artifact
Subinterfaces of IAdaptable in org.eclipse.equinox.p2.repository.artifactModifier and TypeInterfaceDescriptioninterfaceA repository containing artifacts.interfaceAn artifact repository whose artifacts are available in the local file system. -
Uses of IAdaptable in org.eclipse.equinox.p2.repository.artifact.spi
Classes in org.eclipse.equinox.p2.repository.artifact.spi that implement IAdaptableModifier and TypeClassDescriptionclassThe common base class for all artifact repository implementations. -
Uses of IAdaptable in org.eclipse.equinox.p2.repository.metadata
Subinterfaces of IAdaptable in org.eclipse.equinox.p2.repository.metadataModifier and TypeInterfaceDescriptioninterfaceA metadata repository stores information about a set of installable units -
Uses of IAdaptable in org.eclipse.equinox.p2.repository.metadata.spi
Classes in org.eclipse.equinox.p2.repository.metadata.spi that implement IAdaptableModifier and TypeClassDescriptionclassThe common base class for all metadata repositories. -
Uses of IAdaptable in org.eclipse.equinox.p2.repository.spi
Classes in org.eclipse.equinox.p2.repository.spi that implement IAdaptableModifier and TypeClassDescriptionclassAbstractRepository defines common properties that may be provided by various kinds of repositories. -
Uses of IAdaptable in org.eclipse.equinox.p2.ui
Classes in org.eclipse.equinox.p2.ui that implement IAdaptableModifier and TypeClassDescriptionclassA job that loads a set of metadata repositories and caches the loaded repositories. -
Uses of IAdaptable in org.eclipse.jface.notifications.internal
Classes in org.eclipse.jface.notifications.internal that implement IAdaptable -
Uses of IAdaptable in org.eclipse.jface.text.codemining
Methods in org.eclipse.jface.text.codemining with parameters of type IAdaptableModifier and TypeMethodDescriptionfinal voidAbstractCodeMiningProvider.setContext(IAdaptable context) Sets this codemining provider's context which is responsible to provide the adapters. -
Uses of IAdaptable in org.eclipse.jface.text.hyperlink
Methods in org.eclipse.jface.text.hyperlink with parameters of type IAdaptableModifier and TypeMethodDescriptionfinal voidAbstractHyperlinkDetector.setContext(IAdaptable context) Sets this hyperlink detector's context which is responsible to provide the adapters. -
Uses of IAdaptable in org.eclipse.jface.text.templates
Classes in org.eclipse.jface.text.templates that implement IAdaptableModifier and TypeClassDescriptionclassInstances of this class describe the context of a template as a region of a document.classProvides the context for aTemplatebeing resolved. -
Uses of IAdaptable in org.eclipse.ltk.core.refactoring
Classes in org.eclipse.ltk.core.refactoring that implement IAdaptableModifier and TypeClassDescriptionclassAn abstract base implementation for object representing a generic change to the workbench.classRepresents a composite change.classA text change that operates directly on instances ofIDocument.classA multi state text file change is a special change object that applies a sequence oftext edit treesto a document.classA refactoring change that does nothing.classAbstract super class for all refactorings.classProxy of a refactoring descriptor.classA text change is a special change object that applies atext edit treeto a document.classAn abstract base implementation of a change which is based on text edits.classA specialTextChangethat operates on aIFile.classA change to perform the reverse change of aTextFileChange.Methods in org.eclipse.ltk.core.refactoring with parameters of type IAdaptableModifier and TypeMethodDescriptionIValidationCheckResultQueryFactory.create(IAdaptable context) Creates a new query. -
Uses of IAdaptable in org.eclipse.ltk.core.refactoring.history
Classes in org.eclipse.ltk.core.refactoring.history that implement IAdaptableModifier and TypeClassDescriptionclassObject which represents a sequence of executed refactorings with optional time information. -
Uses of IAdaptable in org.eclipse.ltk.core.refactoring.model
Classes in org.eclipse.ltk.core.refactoring.model that implement IAdaptableModifier and TypeClassDescriptionclassPartial implementation of a resource mapping for a refactoring descriptor object.classPartial implementation of a resource mapping for a refactoring history object. -
Uses of IAdaptable in org.eclipse.ltk.core.refactoring.participants
Classes in org.eclipse.ltk.core.refactoring.participants that implement IAdaptableModifier and TypeClassDescriptionclassA participant to participate in refactorings that copy elements to a shared clipboard.classA special processor that performs copy operations.classA generic copy refactoring.classA participant to participate in refactorings that create elements.classA participant to participate in refactorings that delete elements.classA special processor that performs delete operations.classA generic delete refactoring.classA participant to participate in refactorings that move elements.classA special processor that performs move operations.classA generic move refactoring.classAn base implementation for refactorings that are split into one refactoring processor and 0..n participants.classA refactoring participant can participate in the condition checking and change creation of aRefactoringProcessor.classAn abstract base class defining the protocol between a refactoring and its associated processor.classA participant to participate in refactorings that rename elements.classA special processor that performs rename operations.classA generic rename refactoring. -
Uses of IAdaptable in org.eclipse.ltk.core.refactoring.resource
Classes in org.eclipse.ltk.core.refactoring.resource that implement IAdaptable -
Uses of IAdaptable in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring with parameters of type IAdaptableModifier and TypeMethodDescriptionprotected voidTextStatusContextViewer.updateTitle(IAdaptable element) Updates the title image and text of the pane surrounding the source viewer. -
Uses of IAdaptable in org.eclipse.search.ui
Subinterfaces of IAdaptable in org.eclipse.search.uiModifier and TypeInterfaceDescriptioninterfaceInterface for the search result view. -
Uses of IAdaptable in org.eclipse.team.core
Classes in org.eclipse.team.core that implement IAdaptableModifier and TypeClassDescriptionfinal classclassA concrete subclass ofRepositoryProvideris created for each project that is associated with a repository provider.classThis class represents things you can ask/do with a type of provider. -
Uses of IAdaptable in org.eclipse.team.core.mapping.provider
Classes in org.eclipse.team.core.mapping.provider that implement IAdaptableModifier and TypeClassDescriptionclassProvides the context for anIResourceMappingMerger.classAbstract implementation of theISynchronizationContextinterface.classClass for translating a set ofResourceMappingobjects representing a view selection into the complete set of resources to be operated on. -
Uses of IAdaptable in org.eclipse.team.core.subscribers
Classes in org.eclipse.team.core.subscribers that implement IAdaptableModifier and TypeClassDescriptionclassA merge context that uses a subscriber to populate the diff tree used by the context.classAISynchronizationScopeManagerthat uses aSubscriberto provide aRemoteResourceMappingContextand to notify participants when the remote state of resources change. -
Uses of IAdaptable in org.eclipse.team.core.synchronize
Classes in org.eclipse.team.core.synchronize that implement IAdaptableModifier and TypeClassDescriptionclassDescribes the synchronization of a local resource relative to a remote resource variant. -
Uses of IAdaptable in org.eclipse.team.core.variants
Classes in org.eclipse.team.core.variants that implement IAdaptableModifier and TypeClassDescriptionclassA resource variant is a partial implementation of a remote resource whose contents and handle are cached locally. -
Uses of IAdaptable in org.eclipse.team.ui
Subinterfaces of IAdaptable in org.eclipse.team.uiClasses in org.eclipse.team.ui that implement IAdaptableModifier and TypeClassDescriptionclassAbstract class for hosting a page based structure input view for the purposes of feeding compare viewers.classDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)classDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) -
Uses of IAdaptable in org.eclipse.team.ui.history
Classes in org.eclipse.team.ui.history that implement IAdaptableModifier and TypeClassDescriptionclassAbstract HistoryPage class that keeps track of the history page site.classDisplays a history page combined with the compare/merge infrastructure.classDeprecated. -
Uses of IAdaptable in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IAdaptableModifier and TypeClassDescriptionclassA saveable comparison is used to buffer changes made when comparing or merging model elements. -
Uses of IAdaptable in org.eclipse.team.ui.synchronize
Subinterfaces of IAdaptable in org.eclipse.team.ui.synchronizeModifier and TypeInterfaceDescriptioninterfaceA synchronize participant is a visual component that can be displayed within any control (e.g. view, editor, dialog).interfaceA view that displays synchronization participants that are registered with the synchronize manager.Classes in org.eclipse.team.ui.synchronize that implement IAdaptableModifier and TypeClassDescriptionclassThis class is the abstract base class for all synchronize view participants.classSynchronize participant that obtains it's synchronization state from aISynchronizationContext.classDisplays a synchronize participant page combined with the compare/merge infrastructure.classDeprecated.Clients should use a subclass ofPageCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)classA compare editor input that makes use of aSaveableto manage the save lifecycle of the editor input.classA synchronize participant that displays synchronization information for local resources that are managed via aSubscriber.final classASyncInfoeditor input used as input to a two-way or three-way compare viewer. -
Uses of IAdaptable in org.eclipse.ui
Subinterfaces of IAdaptable in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceContains a set ofIWorkingSet.interfaceIEditorInputis a light weight descriptor of editor input, like a file name but more abstract.interfaceAn editor is a visual component within a workbench page.interfaceThe primary interface between an editor part and the workbench.interfaceThis interface defines a file-oriented input to an editor.interfaceInterface for editor parts that represent an in-place style editor.interfaceThis interface defines an editor input for in-place editors.interfaceThis interface defines an editor input based on the local file system path of a file.interfaceInterface for reusable editors.interfaceInterface for aIStorageinput to an editor.interfaceThis interface defines an editor input based on a URI.interfaceA view is a visual component within a workbench page.interfaceThe primary interface between a view part and the workbench.interfaceA workbench is the root object for the Eclipse Platform user interface.interfaceA workbench part is a visual component within a workbench page.interfaceExtendsIWorkbenchPart, adding the name and status text properties.interfaceA part can provide arbitrary properties.interfaceThe primary interface between a workbench part and the workbench.interfaceThe common interface between the workbench and its parts, including pages within parts.interfaceA working set holds a number of IAdaptable elements.Classes in org.eclipse.ui that implement IAdaptableModifier and TypeClassDescriptionclassASaveablerepresents a unit of saveability, e.g. an editable subset of the underlying domain model that may contain unsaved changes.Methods in org.eclipse.ui that return IAdaptableModifier and TypeMethodDescriptionBasicWorkingSetElementAdapter.adaptElements(IWorkingSet ws, IAdaptable[] elements) When invoked this method will iterate over all classes specified as IExecutableExtension arguements to this class in order and compare with the elements.IWorkingSet.adaptElements(IAdaptable[] objects) Transforms the supplied elements into elements that are suitable for containment in this working set.IWorkingSetElementAdapter.adaptElements(IWorkingSet ws, IAdaptable[] elements) Converts the given elements for addition to/removal from the working set.IElementFactory.createElement(IMemento memento) Re-creates and returns an object from the state captured within the given memento.IWorkbenchPropertyPage.getElement()Returns the object that owns the properties shown in this page.IWorkingSet.getElements()Returns the elements that are contained in this working set.IWorkbenchPage.getInput()Returns the input for this page.IWorkingSetUpdater2.restore(IWorkingSet set) Restores working set content if its persistence is managed by current updaterMethods in org.eclipse.ui with parameters of type IAdaptableModifier and TypeMethodDescriptionBasicWorkingSetElementAdapter.adaptElements(IWorkingSet ws, IAdaptable[] elements) When invoked this method will iterate over all classes specified as IExecutableExtension arguements to this class in order and compare with the elements.IWorkingSet.adaptElements(IAdaptable[] objects) Transforms the supplied elements into elements that are suitable for containment in this working set.IWorkingSetElementAdapter.adaptElements(IWorkingSet ws, IAdaptable[] elements) Converts the given elements for addition to/removal from the working set.voidIWorkingSetManager.addToWorkingSets(IAdaptable element, IWorkingSet[] workingSets) Utility method that will add theelementto each given working set inworkingSetsif possible.IWorkingSetManager.createWorkingSet(String name, IAdaptable[] elements) Creates a new working set.IContributorResourceAdapter.getAdaptedResource(IAdaptable adaptable) Return the resource that the supplied adaptable adapts to.IWorkbenchWindow.openPage(String perspectiveId, IAdaptable input) Creates and opens a new workbench page.IWorkbenchWindow.openPage(IAdaptable input) Creates and opens a new workbench page.IWorkbench.openWorkbenchWindow(String perspectiveId, IAdaptable input) Creates and opens a new workbench window with one page.IWorkbench.openWorkbenchWindow(IAdaptable input) Creates and opens a new workbench window with one page.voidIWorkbenchPropertyPage.setElement(IAdaptable element) Sets the object that owns the properties shown in this page.voidIWorkbenchPropertyPageMulti.setElements(IAdaptable[] elements) Sets the elements that own properties shown on this page.voidIWorkingSet.setElements(IAdaptable[] elements) Sets the elements that are contained in this working set.IWorkbench.showPerspective(String perspectiveId, IWorkbenchWindow window, IAdaptable input) Shows the specified perspective to the user. -
Uses of IAdaptable in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type IAdaptableModifier and TypeMethodDescriptionvoidOpenInNewWindowAction.setPageInput(IAdaptable input) Set the input to use for the new window's page.voidOpenNewPageMenu.setPageInput(IAdaptable input) Deprecated.Sets the page input.voidOpenNewWindowMenu.setPageInput(IAdaptable input) Deprecated.Sets the page input.voidOpenPerspectiveMenu.setPageInput(IAdaptable input) Deprecated.Sets the page input.Constructors in org.eclipse.ui.actions with parameters of type IAdaptableModifierConstructorDescriptionOpenInNewWindowAction(IWorkbenchWindow window, IAdaptable input) Creates a newOpenInNewWindowAction.OpenNewPageMenu(IWorkbenchWindow window, IAdaptable input) Deprecated.Constructs a new instance ofOpenNewPageMenu.OpenNewWindowMenu(IWorkbenchWindow window, IAdaptable input) Deprecated.Constructs a new instance ofOpenNewPageMenu.OpenPerspectiveMenu(IWorkbenchWindow window, IAdaptable input) Deprecated.Constructs a new instance ofOpenNewPageMenu.OpenWithMenu(IWorkbenchPage page, IAdaptable file) Constructs a new instance ofOpenWithMenu. -
Uses of IAdaptable in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return IAdaptableModifier and TypeMethodDescriptionWorkbenchAdvisor.getDefaultPageInput()Returns the default input for newly created workbench pages when the input is not explicitly specified. -
Uses of IAdaptable in org.eclipse.ui.console
Subinterfaces of IAdaptable in org.eclipse.ui.consoleModifier and TypeInterfaceDescriptioninterfaceA console page participant is notified of page lifecycle events such as creation, activation, deactivation and disposal.interfaceA view that displays consoles registered with the console manager.Classes in org.eclipse.ui.console that implement IAdaptable -
Uses of IAdaptable in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IAdaptableModifier and TypeClassDescriptionclassInstances of this class represent files or file-like entities (eg.- zip file entries) on the local file system.Methods in org.eclipse.ui.dialogs that return IAdaptableMethods in org.eclipse.ui.dialogs with parameters of type IAdaptableModifier and TypeMethodDescriptionstatic PreferenceDialogPreferencesUtil.createPropertyDialogOn(Shell shell, IAdaptable element, String propertyPageId, String[] displayedIds, Object data) Creates a workbench preference dialog to a particular preference page.static PreferenceDialogPreferencesUtil.createPropertyDialogOn(Shell shell, IAdaptable element, String propertyPageId, String[] displayedIds, Object data, int options) Creates a workbench preference dialog to a particular preference page.voidPropertyPage.setElement(IAdaptable element) Sets the element that owns properties shown on this page.Constructors in org.eclipse.ui.dialogs with parameters of type IAdaptableModifierConstructorDescriptionResourceSelectionDialog(Shell parentShell, IAdaptable rootElement, String message) Creates a resource selection dialog rooted at the given element. -
Uses of IAdaptable in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IAdaptableMethods in org.eclipse.ui.editors.text that return types with arguments of type IAdaptableModifier and TypeMethodDescriptionprotected Map<String, IAdaptable> TextSourceViewerConfiguration.getHyperlinkDetectorTargets(ISourceViewer sourceViewer) Returns the hyperlink detector targets supported by the given source viewer. -
Uses of IAdaptable in org.eclipse.ui.forms.editor
Subinterfaces of IAdaptable in org.eclipse.ui.forms.editorModifier and TypeInterfaceDescriptioninterfaceInterface that all GUI pages need to implement in order to be added to FormEditor part.Classes in org.eclipse.ui.forms.editor that implement IAdaptableModifier and TypeClassDescriptionclassThis 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.classA base class that all pages that should be added to FormEditor must subclass.classA variation ofFormEditor, this editor has a stable header that does not change when pages are switched. -
Uses of IAdaptable in org.eclipse.ui.ide
Classes in org.eclipse.ui.ide that implement IAdaptableModifier and TypeClassDescriptionclassImplements an IEditorInput instance appropriate forIFileStoreelements that represent files that are not part of the current workspace.Methods in org.eclipse.ui.ide that return IAdaptableMethods in org.eclipse.ui.ide with parameters of type IAdaptableModifier and TypeMethodDescriptionIContributorResourceAdapter2.getAdaptedResourceMapping(IAdaptable adaptable) Return the resource mapping that the supplied adaptable adapts to. -
Uses of IAdaptable in org.eclipse.ui.ide.undo
Methods in org.eclipse.ui.ide.undo that return IAdaptableModifier and TypeMethodDescriptionstatic IAdaptableWorkspaceUndoUtil.getUIInfoAdapter(Shell shell) Make anIAdaptablethat adapts to the specified shell, suitable for passing for passing to anyIUndoableOperationorIOperationHistorymethod that requires anIAdaptableuiInfoparameter.Methods in org.eclipse.ui.ide.undo with parameters of type IAdaptableModifier and TypeMethodDescriptionprotected voidCopyResourcesOperation.copy(IProgressMonitor monitor, IAdaptable uiInfo) Move or copy any known resources according to the destination parameters known by this operation.protected abstract voidAbstractWorkspaceOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) Perform the specific work involved in executing this operation.protected voidCopyProjectOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCopyResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCreateMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected voidDeleteMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected voidDeleteResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveProjectOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidUpdateMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected abstract voidAbstractWorkspaceOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) Perform the specific work involved in undoing this operation.protected voidCopyProjectOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCopyResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCreateMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) protected voidDeleteMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) protected voidDeleteResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveProjectOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidUpdateMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) AbstractWorkspaceOperation.execute(IProgressMonitor monitor, IAdaptable uiInfo) Execute the specified operation.protected ShellAbstractWorkspaceOperation.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 ShellWorkspaceUndoUtil.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 voidMoveResourcesOperation.move(IProgressMonitor monitor, IAdaptable uiInfo) Move any known resources according to the destination parameters known by this operation.AbstractWorkspaceOperation.redo(IProgressMonitor monitor, IAdaptable uiInfo) Redo the specified operation.AbstractWorkspaceOperation.undo(IProgressMonitor monitor, IAdaptable uiInfo) Undo the specified operation. -
Uses of IAdaptable in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IAdaptableModifier and TypeClassDescriptionclassAbstract baseclass for IWorkingSet implementations.classclassA defaultSaveableimplementation that wrappers a regular workbench part (one that does not itself adapt to Saveable).classclassAn editor container manages the services for an editor.classThis part is shown instead the editors with errors.classThis part is shown instead the views with errors.classThis class describes the object contribution element within the popup menu action registry.classPartSiteis the general implementation for anIWorkbenchPartSite.final classSimple view that will wrap anIIntroPart.classA view container manages the services for a view.final classThe workbench class represents the top of the Eclipse user interface.classA working set holds a number of IAdaptable elements.Fields in org.eclipse.ui.internal with type parameters of type IAdaptableMethods in org.eclipse.ui.internal that return IAdaptableModifier and TypeMethodDescriptionAggregateWorkingSet.adaptElements(IAdaptable[] objects) WorkingSet.adaptElements(IAdaptable[] objects) WorkingSetFactory.createElement(IMemento memento) Workbench.getDefaultPageInput()Returns the default workbench window page input.AbstractWorkingSet.getElements()WorkbenchPage.getInput()Methods in org.eclipse.ui.internal that return types with arguments of type IAdaptableModifier and TypeMethodDescriptionprotected List<IAdaptable> AbstractWorkingSet.getElementsArray()Returns the elements array list.Methods in org.eclipse.ui.internal with parameters of type IAdaptableModifier and TypeMethodDescriptionAggregateWorkingSet.adaptElements(IAdaptable[] objects) WorkingSet.adaptElements(IAdaptable[] objects) voidAbstractWorkingSetManager.addToWorkingSets(IAdaptable element, IWorkingSet[] workingSets) AbstractWorkingSetManager.createWorkingSet(String name, IAdaptable[] elements) protected voidAbstractWorkingSet.internalSetElements(IAdaptable[] newElements) Create a copy of the elements to store in the receiver.WorkbenchWindow.openPage(String perspectiveId, IAdaptable input) WorkbenchWindow.openPage(IAdaptable input) Workbench.openWorkbenchWindow(String perspectiveId, IAdaptable input) Workbench.openWorkbenchWindow(IAdaptable input) Workbench.openWorkbenchWindow(IAdaptable input, IPerspectiveDescriptor descriptor, MWindow window, boolean newWindow) voidAggregateWorkingSet.setElements(IAdaptable[] elements) A no-op for aggregates - their contents should be derived.voidWorkingSet.setElements(IAdaptable[] newElements) Workbench.showPerspective(String perspectiveId, IWorkbenchWindow targetWindow, IAdaptable input) Constructors in org.eclipse.ui.internal with parameters of type IAdaptableModifierConstructorDescriptionWorkbenchPage(WorkbenchWindow w, IAdaptable input) Constructs a page.WorkbenchWindow(IAdaptable input, IPerspectiveDescriptor pers) Creates and initializes a new workbench window.WorkingSet(String name, String label, IAdaptable[] elements) Creates a new working set. -
Uses of IAdaptable in org.eclipse.ui.internal.views.markers
Classes in org.eclipse.ui.internal.views.markers that implement IAdaptableModifier and TypeClassDescriptionclassorg.eclipse.ui.internal.views.markers.ExtendedMarkersViewThe ExtendedMarkersView is the internal implementation of the view that shows markers using the markerGenerators extension point. -
Uses of IAdaptable in org.eclipse.ui.intro
Subinterfaces of IAdaptable in org.eclipse.ui.introModifier and TypeInterfaceDescriptioninterfaceThe intro part is a visual component within the workbench responsible for introducing the product to new users.interfaceThe primary interface between an intro part and the workbench. -
Uses of IAdaptable in org.eclipse.ui.intro.config
Classes in org.eclipse.ui.intro.config that implement IAdaptableModifier and TypeClassDescriptionfinal classA re-usable intro part that the Eclipse platform uses for its Out of the Box Experience. -
Uses of IAdaptable in org.eclipse.ui.model
Subinterfaces of IAdaptable in org.eclipse.ui.modelModifier and TypeInterfaceDescriptioninterfaceInstances of this interface represent a contribution within the workbench.Classes in org.eclipse.ui.model that implement IAdaptableMethods in org.eclipse.ui.model with parameters of type IAdaptableModifier and TypeMethodDescriptionAdaptableList.add(IAdaptable adaptable) Adds the given adaptable object to this list.voidAdaptableList.remove(IAdaptable adaptable) Removes the given adaptable object from this list.Constructors in org.eclipse.ui.model with parameters of type IAdaptableModifierConstructorDescriptionAdaptableList(IAdaptable[] newChildren) Creates a new adaptable list containing the given children. -
Uses of IAdaptable in org.eclipse.ui.operations
Classes in org.eclipse.ui.operations that implement IAdaptableModifier and TypeClassDescriptionclassOperationHistoryActionHandler implements common behavior for the undo and redo actions.final classRedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.final classUndoActionHandler provides common behavior for performing an undo, as well as labelling and enabling the undo menu item.Methods in org.eclipse.ui.operations with parameters of type IAdaptableModifier and TypeMethodDescriptionprotected IStatusLinearUndoViolationUserApprover.allowLinearRedoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) protected IStatusLinearUndoViolationUserApprover.allowLinearUndoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) NonLocalUndoUserApprover.proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo) NonLocalUndoUserApprover.proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo) -
Uses of IAdaptable in org.eclipse.ui.part
Subinterfaces of IAdaptable in org.eclipse.ui.partModifier and TypeInterfaceDescriptioninterfaceThe primary interface between a page and the outside world.Classes in org.eclipse.ui.part that implement IAdaptableModifier and TypeClassDescriptionclassA AbstractMultiEditor is a composite of editors.classAbstract base implementation of all workbench editors.classAdapter for making a file resource a suitable input for an editor.classAdapter for making a file resource a suitable input for an in-place editor.classAbstract base implementation of an intro part.classA MultiEditor is a composite of editors.classImplements an input for aAbstractMultiEditor.classA multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.classSite for a nested editor within a multi-page editor.classAbstract superclass of all multi-page workbench views.classThis implementation ofIPageSiteprovides a site for a page within aPageBookView.classAbstract base implementation of all workbench views.classAbstract base implementation of all workbench parts.Methods in org.eclipse.ui.part that return IAdaptable -
Uses of IAdaptable in org.eclipse.ui.progress
Classes in org.eclipse.ui.progress that implement IAdaptableModifier and TypeClassDescriptionclassThe PendingUpdateAdapter is a convenience object that can be used by a BaseWorkbenchContentProvider that wants to show a pending update.classThe UIJob is a Job that runs within the UI Thread via an asyncExec.classWorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling. -
Uses of IAdaptable in org.eclipse.ui.statushandlers
Classes in org.eclipse.ui.statushandlers that implement IAdaptableModifier and TypeClassDescriptionclassThe StatusAdapter wraps an instance of IStatus subclass and can hold additional information either by using properties or by adding a new adapter. -
Uses of IAdaptable in org.eclipse.ui.texteditor
Subinterfaces of IAdaptable in org.eclipse.ui.texteditorClasses in org.eclipse.ui.texteditor that implement IAdaptableModifier and TypeClassDescriptionclassAn intermediate editor comprising functionality not present in the leanerAbstractTextEditor, but used in many heavy weight (and especially source editing) editors, such as line numbers, change ruler, overview ruler, print margins, current line highlighting, etc.classAbstract base implementation of a text editor.protected static classThis text editor's savable.classCapable of handling input elements that have an associated status with them.Methods in org.eclipse.ui.texteditor with parameters of type IAdaptableModifier and TypeMethodDescriptionHyperlinkDetectorRegistry.createHyperlinkDetectors(String targetId, IAdaptable context) -
Uses of IAdaptable in org.eclipse.ui.texteditor.templates
Classes in org.eclipse.ui.texteditor.templates that implement IAdaptableModifier and TypeClassDescriptionfinal classThe Templates view.hostsITemplatesPages that shows the templates for the currently active editor part. -
Uses of IAdaptable in org.eclipse.ui.views
Subinterfaces of IAdaptable in org.eclipse.ui.views -
Uses of IAdaptable in org.eclipse.ui.views.contentoutline
Classes in org.eclipse.ui.views.contentoutline that implement IAdaptable -
Uses of IAdaptable in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IAdaptableModifier and TypeClassDescriptionclassThe MarkerSupportView is a view that supports the extensions in the markerSupport extension point.Methods in org.eclipse.ui.views.markers with parameters of type IAdaptableModifier and TypeMethodDescriptionvoidMarkerViewHandler.execute(IUndoableOperation operation, String title, IProgressMonitor monitor, IAdaptable uiInfo) Execute the specified undoable operation -
Uses of IAdaptable in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IAdaptableModifier and TypeClassDescriptionclassMain class for the Property Sheet View.classThe standard implementation of property sheet page which presents a table of property names and values obtained from the current selection in the active workbench part. -
Uses of IAdaptable in org.eclipse.ui.views.tasklist
Methods in org.eclipse.ui.views.tasklist with parameters of type IAdaptableModifier and TypeMethodDescriptionITaskListResourceAdapter.getAffectedResource(IAdaptable adaptable) Returns the resource to query for the markers to display for the given adaptable. -
Uses of IAdaptable in org.eclipse.ui.wizards
Subinterfaces of IAdaptable in org.eclipse.ui.wizardsModifier and TypeInterfaceDescriptioninterfaceBase interface for all wizards defined via workbench extension points.
CompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)