Uses of Interface
org.eclipse.core.runtime.IAdaptable
-
Packages that use IAdaptable Package Description 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 workspaceorg.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.equinox.p2.operations Describes high level provisioning operations that can be resolved and performed either modally or in the background.org.eclipse.equinox.p2.repository Defines common API for querying and modifying provisioning repositories.org.eclipse.equinox.p2.repository.artifact Defines artifact repository.org.eclipse.equinox.p2.repository.artifact.spi Defines SPI for registering new implementations of artifact repositories.org.eclipse.equinox.p2.repository.metadata Defines metadata repository.org.eclipse.equinox.p2.repository.metadata.spi Defines SPI for registering new implementations of metadata repositories.org.eclipse.equinox.p2.repository.spi Defines common types for handling repositories.org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewers.org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support.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.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.org.eclipse.team.ui.mapping Application programming interfaces for working with resource 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 basedIFileBufferand others directly handlingIFileandIStorageas 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. -
-
Uses of IAdaptable in org.eclipse.compare
Classes in org.eclipse.compare that implement IAdaptable Modifier and Type Class Description classCompareEditorInputA compare operation which can present its results in a special editor.classCompareViewerPaneACompareViewerPaneis a convenience class which installs aCLabeland aToolbarin aViewForm.classCompareViewerSwitchingPaneA customCompareViewerPanethat supports dynamic viewer switching.Methods in org.eclipse.compare with parameters of type IAdaptable Modifier and Type Method Description static 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 IAdaptable Modifier and Type Class Description classTextMergeViewerA 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.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IAdaptable Modifier and Type Class Description classDocumentRangeNodeA document range node represents a structural element when performing a structure compare of documents.classStructureRootNodeA 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 IAdaptable Modifier and Type Method Description protected 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)IStatusDefaultOperationHistory. execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)IStatusIOperationHistory. execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)Execute the specified operation and add it to the operations history if successful.IStatusIUndoableOperation. execute(IProgressMonitor monitor, IAdaptable info)Execute the operation.IStatusTriggeredOperations. execute(IProgressMonitor monitor, IAdaptable info)IStatusIOperationApprover2. proceedExecuting(IUndoableOperation operation, IOperationHistory history, IAdaptable info)Return a status indicating whether the specified operation should be executed.IStatusIOperationApprover. proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)Return a status indicating whether the specified operation should be redone.IStatusLinearUndoViolationDetector. proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)IStatusIOperationApprover. proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)Return a status indicating whether the specified operation should be undone.IStatusLinearUndoViolationDetector. proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)abstract IStatusAbstractOperation. redo(IProgressMonitor monitor, IAdaptable info)IStatusDefaultOperationHistory. redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)IStatusIOperationHistory. redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)Redo the most recently undone operation in the given context.IStatusIUndoableOperation. redo(IProgressMonitor monitor, IAdaptable info)Redo the operation.IStatusTriggeredOperations. redo(IProgressMonitor monitor, IAdaptable info)IStatusDefaultOperationHistory. redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)IStatusIOperationHistory. redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)Redo the specified operation.abstract IStatusAbstractOperation. undo(IProgressMonitor monitor, IAdaptable info)IStatusDefaultOperationHistory. undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)IStatusIOperationHistory. undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)Undo the most recently executed operation in the given context.IStatusIUndoableOperation. undo(IProgressMonitor monitor, IAdaptable info)Undo the operation.IStatusTriggeredOperations. undo(IProgressMonitor monitor, IAdaptable info)IStatusDefaultOperationHistory. undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)IStatusIOperationHistory. 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.filesystem Modifier and Type Interface Description interfaceIFileStoreA file store is responsible for storage and retrieval of a single file in some file system.interfaceIFileSystemThis 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 IAdaptable Modifier and Type Class Description classFileStoreThe abstract superclass of allIFileStoreimplementations.classFileSystemThe common superclass for all file system implementations. -
Uses of IAdaptable in org.eclipse.core.internal.jobs
Classes in org.eclipse.core.internal.jobs with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IAdaptable Modifier and Type Class Description classorg.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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IAdaptable Modifier and Type Class Description classorg.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.resources Modifier and Type Interface Description interfaceIBuildConfigurationBuild Configurations provide a mechanism for orthogonal configuration specific builds within a single project.interfaceIContainerInterface for resources which may contain other resources (termed its members).interfaceIEncodedStorageA storage that knows how its contents are encoded.interfaceIFileFiles are leaf resources which contain data.interfaceIFileStateA previous state of a file stored in the workspace's local history.interfaceIFolderFolders may be leaf or non-leaf resources and may contain files and/or other folders.interfaceIMarkerMarkers are a general mechanism for associating notes and meta-data with resources.interfaceIProjectA project is a type of resource which groups resources into buildable, reusable units.interfaceIResourceThe workspace analog of file system files and directories.interfaceIResourceDeltaA resource delta represents changes in the state of a resource tree between two discrete points in time.interfaceIStorageA storage object represents a set of bytes which can be accessed.interfaceIWorkspaceWorkspaces are the basis for Eclipse Platform resource management.interfaceIWorkspaceRootA root resource represents the top of the resource hierarchy in a workspace.Classes in org.eclipse.core.resources that implement IAdaptable Modifier and Type Class Description classWorkspaceJobA 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 IAdaptable Modifier and Type Class Description classCompositeResourceMappingA resource mapping that obtains the traversals for its model object from a set of child mappings.classModelProviderRepresents the provider of a logical model.classResourceMappingA 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 IAdaptable Modifier and Type Class Description classPlatformObjectAn abstract superclass implementing theIAdaptableinterface. -
Uses of IAdaptable in org.eclipse.core.runtime.jobs
Classes in org.eclipse.core.runtime.jobs that implement IAdaptable Modifier and Type Class Description classJobJobs 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.core Modifier and Type Interface Description interfaceILaunchA launch is the result of launching a debug session and/or one or more system processes.interfaceILaunchConfigurationA launch configuration describes how to launch an application.interfaceILaunchConfigurationTypeDescribes and creates instances of a specific type of launch configuration.interfaceILaunchConfigurationWorkingCopyAn editable copy of a launch configuration.Classes in org.eclipse.debug.core that implement IAdaptable Modifier and Type Class Description classLaunchA 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.model Modifier and Type Interface Description interfaceIBreakpointA breakpoint is capable of suspending the execution of a program at a specific location when a program is running in debug mode.interfaceIDebugElementA debug element represents an artifact in a program being debugged.interfaceIDebugTargetA debug target is a debuggable execution context.interfaceIErrorReportingExpressionAn expression that can report errors which occurred during the expression's evaluation.interfaceIExpressionAn expression is a snippet of code that can be evaluated to produce a value.interfaceIIndexedValueA value containing an indexed collection of variables - for example, an array.interfaceILineBreakpointA breakpoint that can be located at a specific line of source code.interfaceIMemoryBlockA contiguous segment of memory in an execution context.interfaceIMemoryBlockExtensionExtensions toIMemoryBlock.interfaceIProcessA process represents a program running in normal (non-debug) mode.interfaceIRegisterA register is a special kind of variable that is contained in a register group.interfaceIRegisterGroupA register group is a group of registers that are assigned to a stack frame.interfaceIStackFrameA stack frame represents an execution context in a suspended thread.interfaceIThreadA thread is a sequential flow of execution in a debug target.interfaceITriggerPointTriggerPoint is a breakpoint property which defines a dependency relationship between all the breakpoints of a workspace and trigger points defined in a workspace.interfaceIValueA value represents the value of a variable.interfaceIVariableA variable represents a visible data structure in a stack frame or value.interfaceIWatchExpressionA watch expression is an expression that is evaluated in the context of a specific stack frame, thread, debug target, process, or launch.interfaceIWatchpointA breakpoint that suspends when an associated variable is read or written.Classes in org.eclipse.debug.core.model that implement IAdaptable Modifier and Type Class Description classBreakpointAbstract implementation of a breakpoint.classDebugElementImplementation of common function for debug elements.classLineBreakpointAbstract implementation of a line breakpoint.classRuntimeProcessStandard 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.sourcelookup Modifier and Type Interface Description interfaceISourceContainerA 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 IAdaptable Modifier and Type Class Description classAbstractSourceContainerCommon function for source containers.classArchiveSourceContainerArchive source container for an archive in the workspace.classCompositeSourceContainerA source container of source containers.classContainerSourceContainerA source container for a container in the workspace.classDefaultSourceContainerA 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.classDirectorySourceContainerA directory in the local file system.classExternalArchiveSourceContainerAn archive in the local file system.classFolderSourceContainerA folder in the workspace.classLocalFileStorageImplementation of storage for a local file (java.io.File).classProjectSourceContainerA project in the workspace.classWorkspaceSourceContainerAll projects in the workspace.classZipEntryStorageStorage 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IAdaptable Modifier and Type Class Description classorg.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.ui Modifier and Type Interface Description interfaceIBreakpointTypeCategoryRepresents a breakpoint's type to support organization of breakpoints by type in the breakpoints view.interfaceIDebugViewCommon function for debug views.Classes in org.eclipse.debug.ui that implement IAdaptable Modifier and Type Class Description classAbstractDebugViewCommon function for views related to debugging.classBreakpointTypeCategoryDefault implementation for a breakpoint type category.Methods in org.eclipse.debug.ui that return IAdaptable Modifier and Type Method Description IAdaptable[]AbstractBreakpointOrganizerDelegate. getCategories()IAdaptable[]IBreakpointOrganizerDelegate. getCategories()Returns all categories managed by this organizer, ornull.IAdaptable[]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 IAdaptable Modifier and Type Method Description voidAbstractBreakpointOrganizerDelegate. 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.memory Modifier and Type Interface Description interfaceIMemoryRenderingAn arbitrary rendering of a memory block.interfaceIRepositionableMemoryRenderingA memory rendering that can be repositioned.interfaceIResettableMemoryRenderingA memory rendering that can be reset.Classes in org.eclipse.debug.ui.memory that implement IAdaptable Modifier and Type Class Description classAbstractMemoryRenderingAbstract implementation of a memory rendering.classAbstractTableRenderingAbstract implementation of a table rendering.classAbstractTextRenderingAbstract 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 IAdaptable Modifier and Type Class Description classCommonSourceNotFoundEditorDefault editor displayed when source is not found.classCommonSourceNotFoundEditorInputEditor input for theCommonSourceNotFoundEditor.classWorkingSetSourceContainerA working set in the workspace. -
Uses of IAdaptable in org.eclipse.equinox.p2.operations
Classes in org.eclipse.equinox.p2.operations that implement IAdaptable Modifier and Type Class Description classProfileModificationJobA job that modifies a profile according to a specified provisioning plan.classProvisioningJobAbstract class representing provisioning jobs. -
Uses of IAdaptable in org.eclipse.equinox.p2.repository
Subinterfaces of IAdaptable in org.eclipse.equinox.p2.repository Modifier and Type Interface Description interfaceICompositeRepository<T>A 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.artifact Modifier and Type Interface Description interfaceIArtifactRepositoryA repository containing artifacts.interfaceIFileArtifactRepositoryAn 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 IAdaptable Modifier and Type Class Description classAbstractArtifactRepositoryThe 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.metadata Modifier and Type Interface Description interfaceIMetadataRepositoryA 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 IAdaptable Modifier and Type Class Description classAbstractMetadataRepositoryThe 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 IAdaptable Modifier and Type Class Description classAbstractRepository<T>AbstractRepository 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 IAdaptable Modifier and Type Class Description classLoadMetadataRepositoryJobA job that loads a set of metadata repositories and caches the loaded repositories. -
Uses of IAdaptable in org.eclipse.jface.text.hyperlink
Methods in org.eclipse.jface.text.hyperlink with parameters of type IAdaptable Modifier and Type Method Description 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 IAdaptable Modifier and Type Class Description classDocumentTemplateContextInstances of this class describe the context of a template as a region of a document.classTemplateContextProvides the context for aTemplatebeing resolved. -
Uses of IAdaptable in org.eclipse.ltk.core.refactoring
Classes in org.eclipse.ltk.core.refactoring that implement IAdaptable Modifier and Type Class Description classChangeAn abstract base implementation for object representing a generic change to the workbench.classCompositeChangeRepresents a composite change.classDocumentChangeA text change that operates directly on instances ofIDocument.classMultiStateTextFileChangeA multi state text file change is a special change object that applies a sequence oftext edit treesto a document.classNullChangeA refactoring change that does nothing.classRefactoringAbstract super class for all refactorings.classRefactoringDescriptorProxyProxy of a refactoring descriptor.classTextChangeA text change is a special change object that applies atext edit treeto a document.classTextEditBasedChangeAn abstract base implementation of a change which is based on text edits.classTextFileChangeA specialTextChangethat operates on aIFile.classUndoTextFileChangeA change to perform the reverse change of aTextFileChange.Methods in org.eclipse.ltk.core.refactoring with parameters of type IAdaptable Modifier and Type Method Description IValidationCheckResultQueryIValidationCheckResultQueryFactory. 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 IAdaptable Modifier and Type Class Description classRefactoringHistoryObject 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 IAdaptable Modifier and Type Class Description classAbstractRefactoringDescriptorResourceMappingPartial implementation of a resource mapping for a refactoring descriptor object.classAbstractRefactoringHistoryResourceMappingPartial 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 IAdaptable Modifier and Type Class Description classCopyParticipantA participant to participate in refactorings that copy elements to a shared clipboard.classCopyProcessorA special processor that performs copy operations.classCopyRefactoringA generic copy refactoring.classCreateParticipantA participant to participate in refactorings that create elements.classDeleteParticipantA participant to participate in refactorings that delete elements.classDeleteProcessorA special processor that performs delete operations.classDeleteRefactoringA generic delete refactoring.classMoveParticipantA participant to participate in refactorings that move elements.classMoveProcessorA special processor that performs move operations.classMoveRefactoringA generic move refactoring.classProcessorBasedRefactoringAn base implementation for refactorings that are split into one refactoring processor and 0..n participants.classRefactoringParticipantA refactoring participant can participate in the condition checking and change creation of aRefactoringProcessor.classRefactoringProcessorAn abstract base class defining the protocol between a refactoring and its associated processor.classRenameParticipantA participant to participate in refactorings that rename elements.classRenameProcessorA special processor that performs rename operations.classRenameRefactoringA generic rename refactoring. -
Uses of IAdaptable in org.eclipse.ltk.core.refactoring.resource
Classes in org.eclipse.ltk.core.refactoring.resource that implement IAdaptable Modifier and Type Class Description classDeleteResourceChangeChangethat deletes a resource.classMoveRenameResourceChangeChangethat moves and renames a resource.classMoveResourceChangeChangethat moves a resource.classRenameResourceChangeChangethat renames a resource.classResourceChangeAbstract change for resource based changes. -
Uses of IAdaptable in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring with parameters of type IAdaptable Modifier and Type Method Description protected 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.ui Modifier and Type Interface Description interfaceISearchResultViewDeprecated.Part of the old ('classic') search result view.interfaceISearchResultViewPartInterface for the search result view. -
Uses of IAdaptable in org.eclipse.team.core
Classes in org.eclipse.team.core that implement IAdaptable Modifier and Type Class Description classDefaultRepositoryProviderTypeclassRepositoryProviderA concrete subclass ofRepositoryProvideris created for each project that is associated with a repository provider.classRepositoryProviderTypeThis 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 IAdaptable Modifier and Type Class Description classMergeContextProvides the context for anIResourceMappingMerger.classSynchronizationContextAbstract implementation of theISynchronizationContextinterface.classSynchronizationScopeManagerClass 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 IAdaptable Modifier and Type Class Description classSubscriberMergeContextA merge context that uses a subscriber to populate the diff tree used by the context.classSubscriberScopeManagerAISynchronizationScopeManagerthat 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 IAdaptable Modifier and Type Class Description classSyncInfoDescribes 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 IAdaptable Modifier and Type Class Description classCachedResourceVariantA 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.ui Modifier and Type Interface Description interfaceISaveableWorkbenchPartDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)Classes in org.eclipse.team.ui that implement IAdaptable Modifier and Type Class Description classPageCompareEditorInputAbstract class for hosting a page based structure input view for the purposes of feeding compare viewers.classPageSaveablePartDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)classSaveablePartAdapterDeprecated.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 IAdaptable Modifier and Type Class Description classHistoryPageAbstract HistoryPage class that keeps track of the history page site.classHistoryPageCompareEditorInputDisplays a history page combined with the compare/merge infrastructure.classHistoryPageSaveablePartDeprecated. -
Uses of IAdaptable in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IAdaptable Modifier and Type Class Description classSaveableComparisonA 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.synchronize Modifier and Type Interface Description interfaceISynchronizeParticipantA synchronize participant is a visual component that can be displayed within any control (e.g. view, editor, dialog).interfaceISynchronizeViewA view that displays synchronization participants that are registered with the synchronize manager.Classes in org.eclipse.team.ui.synchronize that implement IAdaptable Modifier and Type Class Description classAbstractSynchronizeParticipantThis class is the abstract base class for all synchronize view participants.classModelSynchronizeParticipantSynchronize participant that obtains it's synchronization state from aISynchronizationContext.classParticipantPageCompareEditorInputDisplays a synchronize participant page combined with the compare/merge infrastructure.classParticipantPageSaveablePartDeprecated.Clients should use a subclass ofPageCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)classSaveableCompareEditorInputA compare editor input that makes use of aSaveableto manage the save lifecycle of the editor input.classSubscriberParticipantA synchronize participant that displays synchronization information for local resources that are managed via aSubscriber.classSyncInfoCompareInputASyncInfoeditor 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.ui Modifier and Type Interface Description interfaceIAggregateWorkingSetContains a set ofIWorkingSet.interfaceIEditorInputIEditorInputis a light weight descriptor of editor input, like a file name but more abstract.interfaceIEditorPartAn editor is a visual component within a workbench page.interfaceIEditorSiteThe primary interface between an editor part and the workbench.interfaceIFileEditorInputThis interface defines a file-oriented input to an editor.interfaceIInPlaceEditorInterface for editor parts that represent an in-place style editor.interfaceIInPlaceEditorInputThis interface defines an editor input for in-place editors.interfaceIPathEditorInputThis interface defines an editor input based on the local file system path of a file.interfaceIReusableEditorInterface for reusable editors.interfaceIStorageEditorInputInterface for aIStorageinput to an editor.interfaceIURIEditorInputThis interface defines an editor input based on a URI.interfaceIViewPartA view is a visual component within a workbench page.interfaceIViewSiteThe primary interface between a view part and the workbench.interfaceIWorkbenchA workbench is the root object for the Eclipse Platform user interface.interfaceIWorkbenchPartA workbench part is a visual component within a workbench page.interfaceIWorkbenchPart2ExtendsIWorkbenchPart, adding the name and status text properties.interfaceIWorkbenchPart3A part can provide arbitrary properties.interfaceIWorkbenchPartSiteThe primary interface between a workbench part and the workbench.interfaceIWorkbenchSiteThe common interface between the workbench and its parts, including pages within parts.interfaceIWorkingSetA working set holds a number of IAdaptable elements.Classes in org.eclipse.ui that implement IAdaptable Modifier and Type Class Description classSaveableASaveablerepresents 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 IAdaptable Modifier and Type Method Description IAdaptable[]BasicWorkingSetElementAdapter. 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.IAdaptable[]IWorkingSet. adaptElements(IAdaptable[] objects)Transforms the supplied elements into elements that are suitable for containment in this working set.IAdaptable[]IWorkingSetElementAdapter. adaptElements(IWorkingSet ws, IAdaptable[] elements)Converts the given elements for addition to/removal from the working set.IAdaptableIElementFactory. createElement(IMemento memento)Re-creates and returns an object from the state captured within the given memento.IAdaptableIWorkbenchPropertyPage. getElement()Returns the object that owns the properties shown in this page.IAdaptable[]IWorkingSet. getElements()Returns the elements that are contained in this working set.IAdaptableIWorkbenchPage. getInput()Returns the input for this page.IAdaptable[]IWorkingSetUpdater2. restore(IWorkingSet set)Restores working set content if its persistence is managed by current updaterMethods in org.eclipse.ui with parameters of type IAdaptable Modifier and Type Method Description IAdaptable[]BasicWorkingSetElementAdapter. 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.IAdaptable[]IWorkingSet. adaptElements(IAdaptable[] objects)Transforms the supplied elements into elements that are suitable for containment in this working set.IAdaptable[]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.IWorkingSetIWorkingSetManager. createWorkingSet(String name, IAdaptable[] elements)Creates a new working set.IResourceIContributorResourceAdapter. getAdaptedResource(IAdaptable adaptable)Return the resource that the supplied adaptable adapts to.IWorkbenchPageIWorkbenchWindow. openPage(String perspectiveId, IAdaptable input)Creates and opens a new workbench page.IWorkbenchPageIWorkbenchWindow. openPage(IAdaptable input)Creates and opens a new workbench page.IWorkbenchWindowIWorkbench. openWorkbenchWindow(String perspectiveId, IAdaptable input)Creates and opens a new workbench window with one page.IWorkbenchWindowIWorkbench. 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.IWorkbenchPageIWorkbench. 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 IAdaptable Modifier and Type Method Description voidOpenInNewWindowAction. 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 IAdaptable Constructor Description OpenInNewWindowAction(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 IAdaptable Modifier and Type Method Description IAdaptableWorkbenchAdvisor. 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.console Modifier and Type Interface Description interfaceIConsolePageParticipantA console page participant is notified of page lifecycle events such as creation, activation, deactivation and disposal.interfaceIConsoleViewA view that displays consoles registered with the console manager.Classes in org.eclipse.ui.console that implement IAdaptable Modifier and Type Class Description classTextConsolePageA page for a text console. -
Uses of IAdaptable in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IAdaptable Modifier and Type Class Description classFileSystemElementInstances 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 IAdaptable Modifier and Type Method Description IAdaptablePropertyPage. getElement()Methods in org.eclipse.ui.dialogs with parameters of type IAdaptable Modifier and Type Method Description static 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.protected Object[]WizardExportPage. queryIndividualResourcesToExport(IAdaptable rootResource)Deprecated.Queries the user for the individual resources that are to be exported and returns these resources as a collection.voidPropertyPage. setElement(IAdaptable element)Sets the element that owns properties shown on this page.Constructors in org.eclipse.ui.dialogs with parameters of type IAdaptable Constructor Description ResourceSelectionDialog(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 IAdaptable Modifier and Type Class Description classTextEditorThe standard/default text editor.Methods in org.eclipse.ui.editors.text that return types with arguments of type IAdaptable Modifier and Type Method Description protected 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.editor Modifier and Type Interface Description interfaceIFormPageInterface that all GUI pages need to implement in order to be added to FormEditor part.Classes in org.eclipse.ui.forms.editor that implement IAdaptable Modifier and Type Class Description classFormEditorThis 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.classFormPageA base class that all pages that should be added to FormEditor must subclass.classSharedHeaderFormEditorA 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 IAdaptable Modifier and Type Class Description classFileStoreEditorInputImplements an IEditorInput instance appropriate forIFileStoreelements that represent files that are not part of the current workspace.Methods in org.eclipse.ui.ide that return IAdaptable Modifier and Type Method Description IAdaptableFileStoreEditorInputFactory. createElement(IMemento memento)Methods in org.eclipse.ui.ide with parameters of type IAdaptable Modifier and Type Method Description ResourceMappingIContributorResourceAdapter2. 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 IAdaptable Modifier and Type Method Description static 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 IAdaptable Modifier and Type Method Description protected 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)IStatusAbstractWorkspaceOperation. 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.IStatusAbstractWorkspaceOperation. redo(IProgressMonitor monitor, IAdaptable uiInfo)Redo the specified operation.IStatusAbstractWorkspaceOperation. 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IAdaptable Modifier and Type Class Description classorg.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.intro Modifier and Type Interface Description interfaceIIntroPartThe intro part is a visual component within the workbench responsible for introducing the product to new users.interfaceIIntroSiteThe 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 IAdaptable Modifier and Type Class Description classCustomizableIntroPartA 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.model Modifier and Type Interface Description interfaceIComparableContributionInstances of this interface represent a contribution within the workbench.Classes in org.eclipse.ui.model that implement IAdaptable Modifier and Type Class Description classAdaptableListA modifiable list ofIAdaptableobjects.Methods in org.eclipse.ui.model with parameters of type IAdaptable Modifier and Type Method Description AdaptableListAdaptableList. 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 IAdaptable Constructor Description AdaptableList(IAdaptable[] newChildren)Creates a new adaptable list containing the given children. -
Uses of IAdaptable in org.eclipse.ui.navigator
Subinterfaces of IAdaptable in org.eclipse.ui.navigator Modifier and Type Interface Description interfaceICommonViewerSiteProvides context for extensions including a valid shell, a selection provider, and a unique identifier corresponding to the abstract viewer behind the viewer site.interfaceICommonViewerWorkbenchSiteProvides a page, set of action bars, menu registration callback, and active window.interfaceINavigatorContentExtensionThe content extension represents the components of a navigatorContent extension.Classes in org.eclipse.ui.navigator that implement IAdaptable Modifier and Type Class Description classCommonNavigatorThis class provides the IViewPart for the Common Navigator framework in the Eclipse workbench. -
Uses of IAdaptable in org.eclipse.ui.navigator.resources
Classes in org.eclipse.ui.navigator.resources that implement IAdaptable Modifier and Type Class Description classProjectExplorer -
Uses of IAdaptable in org.eclipse.ui.operations
Classes in org.eclipse.ui.operations that implement IAdaptable Modifier and Type Class Description classOperationHistoryActionHandlerOperationHistoryActionHandler implements common behavior for the undo and redo actions.classRedoActionHandlerRedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.classUndoActionHandlerUndoActionHandler 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 IAdaptable Modifier and Type Method Description protected IStatusLinearUndoViolationUserApprover. allowLinearRedoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)protected IStatusLinearUndoViolationUserApprover. allowLinearUndoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)IStatusNonLocalUndoUserApprover. proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo)IStatusNonLocalUndoUserApprover. proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo) -
Uses of IAdaptable in org.eclipse.ui.part
Subinterfaces of IAdaptable in org.eclipse.ui.part Modifier and Type Interface Description interfaceIPageSiteThe primary interface between a page and the outside world.Classes in org.eclipse.ui.part that implement IAdaptable Modifier and Type Class Description classAbstractMultiEditorA AbstractMultiEditor is a composite of editors.classEditorPartAbstract base implementation of all workbench editors.classFileEditorInputAdapter for making a file resource a suitable input for an editor.classFileInPlaceEditorInputAdapter for making a file resource a suitable input for an in-place editor.classIntroPartAbstract base implementation of an intro part.classMultiEditorA MultiEditor is a composite of editors.classMultiEditorInputImplements an input for aAbstractMultiEditor.classMultiPageEditorDeprecated.Use the classMultiPageEditorPartinsteadclassMultiPageEditorPartA multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.classMultiPageEditorSiteSite for a nested editor within a multi-page editor.classPageBookViewAbstract superclass of all multi-page workbench views.classPageSiteThis implementation ofIPageSiteprovides a site for a page within aPageBookView.classViewPartAbstract base implementation of all workbench views.classWorkbenchPartAbstract base implementation of all workbench parts.Methods in org.eclipse.ui.part that return IAdaptable Modifier and Type Method Description IAdaptableFileEditorInputFactory. createElement(IMemento memento) -
Uses of IAdaptable in org.eclipse.ui.progress
Classes in org.eclipse.ui.progress that implement IAdaptable Modifier and Type Class Description classPendingUpdateAdapterThe PendingUpdateAdapter is a convenience object that can be used by a BaseWorkbenchContentProvider that wants to show a pending update.classUIJobThe UIJob is a Job that runs within the UI Thread via an asyncExec.classWorkbenchJobWorkbenchJob 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 IAdaptable Modifier and Type Class Description classStatusAdapterThe 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.texteditor Modifier and Type Interface Description interfaceITextEditorInterface to a text editor.Classes in org.eclipse.ui.texteditor that implement IAdaptable Modifier and Type Class Description classAbstractDecoratedTextEditorAn 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.classAbstractTextEditorAbstract base implementation of a text editor.protected static classAbstractTextEditor.TextEditorSavableThis text editor's savable.classStatusTextEditorCapable of handling input elements that have an associated status with them.Methods in org.eclipse.ui.texteditor with parameters of type IAdaptable Modifier and Type Method Description IHyperlinkDetector[]HyperlinkDetectorRegistry. createHyperlinkDetectors(String targetId, IAdaptable context) -
Uses of IAdaptable in org.eclipse.ui.texteditor.templates
Classes in org.eclipse.ui.texteditor.templates that implement IAdaptable Modifier and Type Class Description classTemplatesViewThe 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 Modifier and Type Interface Description interfaceIViewDescriptorThis is a view descriptor. -
Uses of IAdaptable in org.eclipse.ui.views.bookmarkexplorer
Classes in org.eclipse.ui.views.bookmarkexplorer that implement IAdaptable Modifier and Type Class Description classBookmarkNavigatorDeprecated.This view is no longer in use as of Eclipse 3.4. -
Uses of IAdaptable in org.eclipse.ui.views.contentoutline
Classes in org.eclipse.ui.views.contentoutline that implement IAdaptable Modifier and Type Class Description classContentOutlineMain class for the Content Outline View. -
Uses of IAdaptable in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IAdaptable Modifier and Type Class Description classMarkerSupportViewThe MarkerSupportView is a view that supports the extensions in the markerSupport extension point.Methods in org.eclipse.ui.views.markers with parameters of type IAdaptable Modifier and Type Method Description voidMarkerViewHandler. execute(IUndoableOperation operation, String title, IProgressMonitor monitor, IAdaptable uiInfo)Execute the specified undoable operation -
Uses of IAdaptable in org.eclipse.ui.views.navigator
Subinterfaces of IAdaptable in org.eclipse.ui.views.navigator Modifier and Type Interface Description interfaceIResourceNavigatorDeprecated.as of 3.5, use the Common Navigator Framework classes insteadClasses in org.eclipse.ui.views.navigator that implement IAdaptable Modifier and Type Class Description classResourceNavigatorDeprecated.as of 3.5, use the Common Navigator Framework classes insteadMethods in org.eclipse.ui.views.navigator that return IAdaptable Modifier and Type Method Description protected IAdaptableResourceNavigator. getInitialInput()Deprecated.Returns the initial input for the viewer. -
Uses of IAdaptable in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IAdaptable Modifier and Type Class Description classPropertySheetMain class for the Property Sheet View.classPropertySheetPageThe 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 IAdaptable Modifier and Type Method Description IResourceITaskListResourceAdapter. 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.wizards Modifier and Type Interface Description interfaceIWizardDescriptorBase interface for all wizards defined via workbench extension points.
-