Uses of Interface
org.eclipse.jface.viewers.ISelection
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 a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides a set of interfaces and classes for debug context management.
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
Provides support for dialogs.
Provides a framework for preferences.
Provides a framework for creating and manipulating text documents.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to actions related to the refactoring history.
Classes and interface required to contribute search dialog pages and search result view pages.
Provides the base classes to implement a search result view part for searches with textual matches.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
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.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Forms-based controls for use in views, editors, and wizards.
Provides support for integrating handlers into the Eclipse workbench.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Provides support for a web-browser style of navigation within a view by maintaining a list
of frames.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
Provides the Tabbed Properties framework.
-
Uses of ISelection in org.eclipse.compare
Modifier and TypeMethodDescriptionCompareViewerPane.getSelection()
CompareViewerSwitchingPane.getSelection()
Modifier and TypeMethodDescriptionvoid
CompareViewerPane.setSelection
(ISelection s) void
CompareViewerSwitchingPane.setSelection
(ISelection s) -
Uses of ISelection in org.eclipse.compare.contentmergeviewer
Modifier and TypeMethodDescriptionContentMergeViewer.getSelection()
TheContentMergeViewer
implementation of thisViewer
method returns the empty selection.Modifier and TypeMethodDescriptionvoid
ContentMergeViewer.setSelection
(ISelection selection, boolean reveal) TheContentMergeViewer
implementation of thisViewer
method does nothing. -
Uses of ISelection in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionAbstractViewer.getSelection()
CompareEditorSelectionProvider.getSelection()
CompareOutlinePage.getSelection()
Modifier and TypeMethodDescriptionstatic IFile[]
Utilities.getFiles
(ISelection selection) static IResource
Utilities.getFirstResource
(ISelection selection) static IResource[]
Utilities.getResources
(ISelection selection) protected boolean
AddFromHistoryAction.isEnabled
(ISelection selection) protected boolean
BaseCompareAction.isEnabled
(ISelection selection) protected boolean
CompareAction.isEnabled
(ISelection selection) protected boolean
CompareWithOtherResourceAction.isEnabled
(ISelection selection) Deprecated.protected boolean
EditionAction.isEnabled
(ISelection selection) protected void
AddFromHistoryAction.run
(ISelection selection) protected abstract void
BaseCompareAction.run
(ISelection selection) void
CompareAction.run
(ISelection selection) void
CompareWithOtherResourceAction.run
(ISelection selection) Deprecated.protected void
EditionAction.run
(ISelection selection) final void
BaseCompareAction.selectionChanged
(IAction action, ISelection selection) void
AbstractViewer.setSelection
(ISelection s, boolean reveal) void
CompareEditorSelectionProvider.setSelection
(ISelection selection) void
CompareEditorSelectionProvider.setSelection
(ISelection selection, boolean reveal) void
CompareOutlinePage.setSelection
(ISelection selection) ModifierConstructorDescriptionprotected
CompareWithOtherResourceDialog
(Shell shell, ISelection selection) Creates the dialog. -
Uses of ISelection in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionstatic ISelection
DebugUITools.getDebugContextForEvent
(ExecutionEvent event) Return the debug context for the given executionEvent ornull
if none.static ISelection
DebugUITools.getDebugContextForEventChecked
(ExecutionEvent event) Return the debug context for the given executionEvent.static ISelection
DebugUITools.getDebugContextForPart
(IWorkbenchPart part) Returns the currently selected context in the given part or part's workbench window.Modifier and TypeMethodDescriptionILaunchShortcut2.getLaunchableResource
(ISelection selection) Returns anIResource
that maps to the given selection for launch purposes, ornull
if none.ILaunchShortcut2.getLaunchConfigurations
(ISelection selection) Returns an array ofILaunchConfiguration
s that apply to the specified selection, an empty collection if one could be created but does not exist, ornull
if default resource mappings should be used to derive associated configurations.void
ILaunchShortcut.launch
(ISelection selection, String mode) Locates a launchable entity in the given selection and launches an application in the specified mode. -
Uses of ISelection in org.eclipse.debug.ui.actions
Modifier and TypeMethodDescriptionprotected ISelection
DebugCommandAction.getContext()
Returns the context (selection) this action operates on.Modifier and TypeMethodDescriptionvoid
IAddMemoryBlocksTarget.addMemoryBlocks
(IWorkbenchPart part, ISelection selection) Perform an add memory block on the given element that is currently selected in the Debug view.void
IAddMemoryRenderingsTarget.addMemoryRenderings
(IWorkbenchPart part, ISelection selection, IMemoryRenderingType[] renderingTypes) Adds memory renderings.boolean
IAddMemoryBlocksTarget.canAddMemoryBlocks
(IWorkbenchPart part, ISelection selection) Returns whether an add memory block operation can be performed from the specified part and the given selection.boolean
IAddMemoryRenderingsTarget.canAddMemoryRenderings
(IWorkbenchPart part, ISelection selection) Returns whether a memory rendering can be added from the specified part, based on the the given selection, which is the active debug context in the current workbench window.boolean
IRunToLineTarget.canRunToLine
(IWorkbenchPart part, ISelection selection, ISuspendResume target) Returns whether a run to line operation can be performed on the given element that is currently selected and suspended in the Debug view.boolean
IToggleBreakpointsTargetExtension.canToggleBreakpoints
(IWorkbenchPart part, ISelection selection) Returns whether line breakpoints can be toggled on the given selection.boolean
IToggleBreakpointsTargetExtension2.canToggleBreakpointsWithEvent
(IWorkbenchPart part, ISelection selection, Event event) Returns whether breakpoints can be toggled on the given selection with the givenEvent
.boolean
IToggleBreakpointsTarget.canToggleLineBreakpoints
(IWorkbenchPart part, ISelection selection) Returns whether line breakpoints can be toggled on the given selection.boolean
IToggleBreakpointsTarget.canToggleMethodBreakpoints
(IWorkbenchPart part, ISelection selection) Returns whether method breakpoints can be toggled on the given selection.boolean
IToggleBreakpointsTarget.canToggleWatchpoints
(IWorkbenchPart part, ISelection selection) Returns whether watchpoints can be toggled on the given selection.IToggleBreakpointsTargetFactory.getDefaultToggleTarget
(IWorkbenchPart part, ISelection selection) Returns the identifier of the default toggle breakpoints target to use for the given selection, ornull
if this factory has no preference.IToggleBreakpointsTargetManager.getEnabledToggleBreakpointsTargetIDs
(IWorkbenchPart part, ISelection selection) Returns the set ofString
IDs of toggle breakpoint targets, which are enabled for the given active part and selection.IAddMemoryRenderingsTarget.getMemoryRenderingTypes
(IWorkbenchPart part, ISelection selection) Returns a list of rendering types that can be added from the given workbench part and active debug context, possibly empty.IToggleBreakpointsTargetManager.getPreferredToggleBreakpointsTargetID
(IWorkbenchPart part, ISelection selection) Returns the ID of the calculated preferred toggle breakpoints target for the given active part and selection.IToggleBreakpointsTargetManager.getToggleBreakpointsTarget
(IWorkbenchPart part, ISelection selection) Given the ID of toggle breakpoint target, this method will try to find the factory that creates it and return an instance of it.IToggleBreakpointsTargetFactory.getToggleTargets
(IWorkbenchPart part, ISelection selection) Returns all possible types of toggle breakpoints targets that this factory can create for the given selection and part, possibly empty.protected void
ToggleMethodBreakpointActionDelegate.performAction
(IToggleBreakpointsTarget target, IWorkbenchPart part, ISelection selection) protected void
ToggleWatchpointActionDelegate.performAction
(IToggleBreakpointsTarget target, IWorkbenchPart part, ISelection selection) void
IRunToLineTarget.runToLine
(IWorkbenchPart part, ISelection selection, ISuspendResume target) Perform a run to line operation on the given element that is currently selected and suspended in the Debug view.void
AbstractLaunchHistoryAction.selectionChanged
(IAction action, ISelection selection) void
AddMemoryRenderingActionDelegate.selectionChanged
(IAction action, ISelection selection) void
ContextualLaunchAction.selectionChanged
(IAction action, ISelection selection) void
LaunchAsAction.selectionChanged
(IAction action, ISelection selection) Deprecated.void
LaunchShortcutsAction.selectionChanged
(IAction action, ISelection selection) void
OpenLaunchDialogAction.selectionChanged
(IAction action, ISelection selection) void
RelaunchLastAction.selectionChanged
(IAction action, ISelection selection) void
RulerBreakpointTypesActionDelegate.selectionChanged
(IAction action, ISelection selection) Deprecated.void
RunToLineActionDelegate.selectionChanged
(IAction action, ISelection selection) void
IToggleBreakpointsTargetExtension.toggleBreakpoints
(IWorkbenchPart part, ISelection selection) Creates new line breakpoints or removes existing breakpoints.void
IToggleBreakpointsTargetExtension2.toggleBreakpointsWithEvent
(IWorkbenchPart part, ISelection selection, Event event) Creates or removes existing breakpoints based on any modifiers in the givenEvent
.void
IToggleBreakpointsTarget.toggleLineBreakpoints
(IWorkbenchPart part, ISelection selection) Creates new line breakpoints or removes existing breakpoints.void
IToggleBreakpointsTarget.toggleMethodBreakpoints
(IWorkbenchPart part, ISelection selection) Creates new method breakpoints or removes existing breakpoints.void
IToggleBreakpointsTarget.toggleWatchpoints
(IWorkbenchPart part, ISelection selection) Creates new watchpoints or removes existing breakpoints. -
Uses of ISelection in org.eclipse.debug.ui.contexts
Modifier and TypeMethodDescriptionIDebugContextProvider.getActiveContext()
Returns the currently active context, possibly empty ornull
.IDebugContextService.getActiveContext()
Returns the active context in this service's window ornull
.IDebugContextService.getActiveContext
(String partId) Returns the active context in the specified part of this service's window ornull
if none.IDebugContextService.getActiveContext
(String partId, String partSecondaryId) Returns the active context in the specified part of this service's window ornull
if none.DebugContextEvent.getContext()
Returns the debug context associated with this event.ModifierConstructorDescriptionDebugContextEvent
(IDebugContextProvider source, ISelection context, int flags) Constructs a new debug context event. -
Uses of ISelection in org.eclipse.help.ui.browser
Modifier and TypeMethodDescriptionvoid
LaunchURL.selectionChanged
(IAction action, ISelection selection) -
Uses of ISelection in org.eclipse.help.ui.internal
Modifier and TypeMethodDescriptionvoid
DynamicHelpAction.selectionChanged
(IAction action, ISelection selection) void
SearchAction.selectionChanged
(IAction action, ISelection selection) -
Uses of ISelection in org.eclipse.jface.dialogs
Modifier and TypeMethodDescriptionprotected void
AbstractSelectionDialog.setResult
(ISelection selection, Class<T> target) Set the selections obtained from a viewer. -
Uses of ISelection in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionprotected IPreferenceNode
PreferenceDialog.getSingleSelection
(ISelection selection) -
Uses of ISelection in org.eclipse.jface.text
Modifier and TypeInterfaceDescriptioninterface
A rectangular selection in a text document.interface
A mark selection can be sent out by text viewers.interface
This interface represents a textual selection that can be made of multiple discontinued selected ranges.interface
This interface represents a textual selection.Modifier and TypeClassDescriptionclass
Standard implementation ofIBlockTextSelection
.class
Default implementation ofIMarkSelection
.class
class
Standard implementation ofITextSelection
.Modifier and TypeMethodDescriptionboolean
ISelectionValidator.isValid
(ISelection selection) Tests whether the given post selection is still valid.void
TextViewer.setSelection
(ISelection selection, boolean reveal) -
Uses of ISelection in org.eclipse.jface.util
Modifier and TypeMethodDescriptionLocalSelectionTransfer.getSelection()
Returns the local transfer data.Modifier and TypeMethodDescriptionvoid
LocalSelectionTransfer.setSelection
(ISelection s) Sets the transfer data for local use. -
Uses of ISelection in org.eclipse.jface.viewers
Modifier and TypeInterfaceDescriptioninterface
A selection containing elements.interface
A selection containing tree paths.Modifier and TypeClassDescriptionclass
A concrete implementation of theIStructuredSelection
interface, suitable for instantiating.class
A concrete implementation of theITreeSelection
interface, suitable for instantiating.Modifier and TypeFieldDescriptionprotected ISelection
DoubleClickEvent.selection
The selection.protected ISelection
OpenEvent.selection
The selection.protected ISelection
SelectionChangedEvent.selection
The selection.Modifier and TypeMethodDescriptionAbstractTreeViewer.getSelection()
TheAbstractTreeViewer
implementation of this method returns the result as anITreeSelection
.DoubleClickEvent.getSelection()
Returns the selection.ISelectionProvider.getSelection()
Returns the current selection for this provider.OpenEvent.getSelection()
Returns the selection.SelectionChangedEvent.getSelection()
Returns the selection.StructuredViewer.getSelection()
TheStructuredViewer
implementation of this method returns the result as anIStructuredSelection
.abstract ISelection
Viewer.getSelection()
Modifier and TypeMethodDescriptionprotected void
StructuredViewer.handleInvalidSelection
(ISelection invalidSelection, ISelection newSelection) Handles an invalid selection.void
ISelectionProvider.setSelection
(ISelection selection) Sets the current selection for this selection provider.void
StructuredViewer.setSelection
(ISelection selection, boolean reveal) void
TableViewer.setSelection
(ISelection selection, boolean reveal) Sets a new selection for this viewer and optionally makes it visible.void
TreeViewer.setSelection
(ISelection selection, boolean reveal) Sets a new selection for this viewer and optionally makes it visible.void
Viewer.setSelection
(ISelection selection) The viewer implementation of thisISelectionProvider
method make the new selection for this viewer without making it visible.abstract void
Viewer.setSelection
(ISelection selection, boolean reveal) Sets a new selection for this viewer and optionally makes it visible.protected void
AbstractTreeViewer.setSelectionToWidget
(ISelection selection, boolean reveal) protected void
StructuredViewer.setSelectionToWidget
(ISelection selection, boolean reveal) Converts the selection to aList
and callssetSelectionToWidget(List, boolean)
.protected void
ColumnViewer.updateSelection
(ISelection selection) protected void
StructuredViewer.updateSelection
(ISelection selection) Updates the selection of this viewer.ModifierConstructorDescriptionDoubleClickEvent
(Viewer source, ISelection selection) Creates a new event for the given source and selection.OpenEvent
(Viewer source, ISelection selection) Creates a new event for the given source and selection.SelectionChangedEvent
(ISelectionProvider source, ISelection selection) Creates a new event for the given source and selection. -
Uses of ISelection in org.eclipse.ltk.ui.refactoring
Modifier and TypeMethodDescriptionvoid
RedoRefactoringAction.selectionChanged
(IAction action, ISelection s) Deprecated.void
UndoRefactoringAction.selectionChanged
(IAction action, ISelection s) Deprecated. -
Uses of ISelection in org.eclipse.ltk.ui.refactoring.actions
Modifier and TypeMethodDescriptionvoid
ApplyRefactoringScriptAction.selectionChanged
(IAction action, ISelection selection) void
CreateRefactoringScriptAction.selectionChanged
(IAction action, ISelection selection) void
ShowRefactoringHistoryAction.selectionChanged
(IAction action, ISelection selection) -
Uses of ISelection in org.eclipse.search.ui
Modifier and TypeMethodDescriptionISearchPageContainer.getSelection()
Returns the selection with which this container was opened. -
Uses of ISelection in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionprotected boolean
AbstractTextSearchViewPage.canRemoveMatchesWith
(ISelection selection) Determines whether the provided selection can be used to remove matches from the result. -
Uses of ISelection in org.eclipse.team.ui
Modifier and TypeMethodDescriptionprotected ICompareInput
PageCompareEditorInput.asCompareInput
(ISelection selection) Return a compare input that represents the selection.protected ICompareInput
PageSaveablePart.getCompareInput
(ISelection selection) Deprecated.Return a compare input that represents the selection. -
Uses of ISelection in org.eclipse.team.ui.history
Modifier and TypeMethodDescriptionprotected ICompareInput
HistoryPageCompareEditorInput.asCompareInput
(ISelection selection) protected ICompareInput
HistoryPageSaveablePart.getCompareInput
(ISelection selection) Deprecated. -
Uses of ISelection in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected ICompareInput
ParticipantPageCompareEditorInput.asCompareInput
(ISelection selection) protected ICompareInput
ParticipantPageSaveablePart.getCompareInput
(ISelection selection) Deprecated.Return a compare input that represents the selection.void
ModelParticipantAction.selectionChanged
(ISelection selection) Set the selection of this action to the given selectionvoid
SynchronizeModelAction.selectionChanged
(ISelection selection) Set the selection of this action to the given selection -
Uses of ISelection in org.eclipse.ui
Modifier and TypeMethodDescriptionSelectionListenerFactory.ISelectionModel.getCurrentSelection()
SelectionListenerFactory.ISelectionModel.getLastDeliveredSelection()
ISelectionService.getSelection()
Returns the current selection in the active part.ISelectionService.getSelection
(String partId) Returns the current selection in the part with the given id.Modifier and TypeMethodDescriptionprotected abstract void
OpenAndLinkWithEditorHelper.activate
(ISelection selection) Tells to activate the editor that is open on the given selection.boolean
SelectionEnabler.isEnabledForSelection
(ISelection selection) Check if the receiver is enabled for the given selection.protected void
OpenAndLinkWithEditorHelper.linkToEditor
(ISelection selection) Tells to link the given selection to the editor that is open on the given selection but does nothing if no matching editor can be found.protected abstract void
OpenAndLinkWithEditorHelper.open
(ISelection selection, boolean activate) Tells to open an editor for the given selection.void
IActionDelegate.selectionChanged
(IAction action, ISelection selection) Notifies this action delegate that the selection in the workbench has changed.void
ISelectionListener.selectionChanged
(IWorkbenchPart part, ISelection selection) Notifies this listener that the selection has changed.Modifier and TypeMethodDescriptionSelectionListenerFactory.Predicates.selectionType
(Class<? extends ISelection> selectionType) Creates a predicate that tests true if the selection is an instance of the passed selection type. -
Uses of ISelection in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionActionContext.getSelection()
SelectionProviderAction.getSelection()
Returns the current selection in the selection provider.Modifier and TypeMethodDescriptionvoid
ActionDelegate.selectionChanged
(IAction action, ISelection selection) TheActionDelegate
implementation of thisIActionDelegate
method does nothing.void
SelectionProviderAction.selectionChanged
(ISelection selection) Notifies this action that the given (non-structured) selection has changed in the selection provider.void
ActionContext.setSelection
(ISelection selection) Sets the selection.ModifierConstructorDescriptionActionContext
(ISelection selection) Creates a new action context with the given selection. -
Uses of ISelection in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionprotected final ISelection
FileBufferOperationHandler.getSelection()
Returns the selection of the active workbench window.Modifier and TypeMethodDescriptionvoid
FileBufferOperationAction.selectionChanged
(IAction action, ISelection selection) -
Uses of ISelection in org.eclipse.ui.forms
Modifier and TypeMethodDescriptionvoid
IManagedForm.fireSelectionChanged
(IFormPart part, ISelection selection) A part can use this method to notify other parts that implement IPartSelectionListener about selection changes.void
ManagedForm.fireSelectionChanged
(IFormPart part, ISelection selection) A part can use this method to notify other parts that implement IPartSelectionListener about selection changes.void
DetailsPart.selectionChanged
(IFormPart part, ISelection selection) void
IPartSelectionListener.selectionChanged
(IFormPart part, ISelection selection) Called when the provided part has changed selection state. -
Uses of ISelection in org.eclipse.ui.handlers
Modifier and TypeMethodDescriptionstatic ISelection
HandlerUtil.getActiveMenuEditorInput
(ExecutionEvent event) Return the active menu editor input, if available.static ISelection
HandlerUtil.getActiveMenuEditorInputChecked
(ExecutionEvent event) Return the active menu editor input.static ISelection
HandlerUtil.getActiveMenuSelection
(ExecutionEvent event) Return the active menu selection.static ISelection
HandlerUtil.getActiveMenuSelectionChecked
(ExecutionEvent event) Return the active menu selection.static ISelection
HandlerUtil.getCurrentSelection
(ExecutionEvent event) Return the current selection.static ISelection
HandlerUtil.getCurrentSelectionChecked
(ExecutionEvent event) Return the current selection.static ISelection
HandlerUtil.getShowInSelection
(ExecutionEvent event) Return the ShowInContext selection.static ISelection
HandlerUtil.getShowInSelectionChecked
(ExecutionEvent event) Return the ShowInContext selection. -
Uses of ISelection in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionstatic ISelection
InternalHandlerUtil.getCurrentSelection
(Object appContext) Return the current selection.PluginAction.getSelection()
For testing purposes only.PluginActionContributionItem.getSelection()
SlaveSelectionService.getSelection()
SlaveSelectionService.getSelection
(String partId) WorkbenchPage.getSelection()
WorkbenchPage.getSelection
(String partId) Modifier and TypeMethodDescriptionvoid
Workbench.addShowingMenus
(Set menuIds, ISelection localSelection, ISelection localEditorInput) Adds the ids of a menu that is now showing to the menu source provider.void
Workbench.removeShowingMenus
(Set menuIds, ISelection localSelection, ISelection localEditorInput) Removes the ids of a menu that is now hidden from the menu source provider.void
PartSelectionListener.selectionChanged
(IWorkbenchPart part, ISelection selection) void
PluginAction.selectionChanged
(ISelection newSelection) Handles selection change.void
PluginAction.selectionChanged
(IWorkbenchPart part, ISelection sel) TheSelectionChangedEventAction
implementation of thisISelectionListener
method callsselectionChanged(IStructuredSelection)
when the selection is a structured one. -
Uses of ISelection in org.eclipse.ui.part
Modifier and TypeMethodDescriptionMultiPageSelectionProvider.getSelection()
PageBookView.SelectionProvider.getSelection()
ShowInContext.getSelection()
Returns the selection, ornull
to indicate no selection.Modifier and TypeMethodDescriptionvoid
ISetSelectionTarget.selectReveal
(ISelection selection) Reveals and selects the given element within this target view.void
MultiPageSelectionProvider.setSelection
(ISelection selection) void
PageBookView.SelectionProvider.setSelection
(ISelection selection) void
ShowInContext.setSelection
(ISelection selection) Sets the selection, ornull
to indicate no selection.ModifierConstructorDescriptionShowInContext
(Object input, ISelection selection) Constructs a newShowInContext
with the given input and selection. -
Uses of ISelection in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected ISelection
AbstractTextEditor.doGetSelection()
Returns the current selection.AbstractTextEditor.SelectionProvider.getSelection()
Modifier and TypeMethodDescriptionprotected void
AbstractTextEditor.doSetSelection
(ISelection selection) Sets the given selection.boolean
AbstractTextEditor.SelectionProvider.isValid
(ISelection postSelection) void
AbstractRulerActionDelegate.selectionChanged
(IAction action, ISelection selection) void
GotoLastEditPositionAction.selectionChanged
(IAction action, ISelection selection) void
GotoNextEditPositionAction.selectionChanged
(IAction action, ISelection selection) void
AbstractTextEditor.SelectionProvider.setSelection
(ISelection selection) -
Uses of ISelection in org.eclipse.ui.texteditor.quickdiff
Modifier and TypeMethodDescriptionvoid
QuickDiffToggleAction.selectionChanged
(IAction action, ISelection selection) -
Uses of ISelection in org.eclipse.ui.views.contentoutline
Modifier and TypeMethodDescriptionContentOutline.getSelection()
ContentOutlinePage.getSelection()
Modifier and TypeMethodDescriptionprotected void
ContentOutlinePage.fireSelectionChanged
(ISelection selection) Fires a selection changed event.void
ContentOutline.setSelection
(ISelection selection) void
ContentOutlinePage.setSelection
(ISelection selection) -
Uses of ISelection in org.eclipse.ui.views.framelist
Modifier and TypeMethodDescriptionvoid
TreeFrame.setSelection
(ISelection selection) Sets the selection. -
Uses of ISelection in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionvoid
PropertySheetPage.handleEntrySelection
(ISelection selection) Handles a selection change in the entry table.void
PropertySheet.selectionChanged
(IWorkbenchPart part, ISelection sel) void
PropertySheetPage.selectionChanged
(IWorkbenchPart part, ISelection selection) -
Uses of ISelection in org.eclipse.ui.views.properties.tabbed
Modifier and TypeMethodDescriptionprotected ISelection
TabbedPropertySheetPage.getCurrentSelection()
Get the current selectionAbstractPropertySection.getSelection()
Get the current workbench selection.Modifier and TypeMethodDescriptionboolean
AbstractSectionDescriptor.appliesTo
(IWorkbenchPart part, ISelection selection) boolean
ISectionDescriptor.appliesTo
(IWorkbenchPart part, ISelection selection) Determines if this section applies to the selection.ITabDescriptorProvider.getTabDescriptors
(IWorkbenchPart part, ISelection selection) Returns all tab descriptors.TabbedPropertySheetPage.getTitleImage
(ISelection selection) Returns the title image for given selection.TabbedPropertySheetPage.getTitleText
(ISelection selection) Returns text of the properties title for given selection.void
TabbedPropertySheetPage.selectionChanged
(IWorkbenchPart part, ISelection selection) void
AbstractPropertySection.setInput
(IWorkbenchPart part, ISelection selection) void
AdvancedPropertySection.setInput
(IWorkbenchPart part, ISelection selection) void
ISection.setInput
(IWorkbenchPart part, ISelection selection) Notifies the section that the workbench selection has changed.void
TabContents.setInput
(IWorkbenchPart part, ISelection selection) Sets page's sections input objects.