Uses of Interface
org.eclipse.jface.viewers.IStructuredSelection
-
Packages that use IStructuredSelection Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.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.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench.org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.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.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.wizards Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface wizard support.org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace.org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. -
-
Uses of IStructuredSelection in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IStructuredSelection Modifier and Type Method Description voidIDetailPane. display(IStructuredSelection selection)Displays details for the given selection, possiblenull.StringIDetailPaneFactory. getDefaultDetailPane(IStructuredSelection selection)Returns the identifier of the default detail pane type to use for the given selection, ornullif this factory has no preference.Set<String>IDetailPaneFactory. getDetailPaneTypes(IStructuredSelection selection)Returns all possible types detail panes that this factory can create for the given selection, possibly empty.static intDebugUITools. openLaunchConfigurationDialog(Shell shell, IStructuredSelection selection, String mode)Deprecated.use openLaunchConfigurationDialogOnGroup(Shell, IStructuredSelection, String) to specify the launch group that the dialog should be opened on.static intDebugUITools. openLaunchConfigurationDialogOnGroup(Shell shell, IStructuredSelection selection, String groupIdentifier)Open the launch configuration dialog with the specified initial selection.static intDebugUITools. openLaunchConfigurationDialogOnGroup(Shell shell, IStructuredSelection selection, String groupIdentifier, IStatus status)Open the launch configuration dialog with the specified initial selection. -
Uses of IStructuredSelection in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui that return IStructuredSelection Modifier and Type Method Description protected IStructuredSelectionRevertProfilePage. getSelection()Methods in org.eclipse.equinox.p2.ui with parameters of type IStructuredSelection Modifier and Type Method Description protected voidRevertProfilePage. handleSelectionChanged(IStructuredSelection selection) -
Uses of IStructuredSelection in org.eclipse.jface.viewers
Subinterfaces of IStructuredSelection in org.eclipse.jface.viewers Modifier and Type Interface Description interfaceITreeSelectionA selection containing tree paths.Classes in org.eclipse.jface.viewers that implement IStructuredSelection Modifier and Type Class Description classStructuredSelectionA concrete implementation of theIStructuredSelectioninterface, suitable for instantiating.classTreeSelectionA concrete implementation of theITreeSelectioninterface, suitable for instantiating.Methods in org.eclipse.jface.viewers that return IStructuredSelection Modifier and Type Method Description IStructuredSelectionSelectionChangedEvent. getStructuredSelection()Returns the selection.IStructuredSelectionStructuredViewer. getStructuredSelection()Returns theIStructuredSelectionof this viewer. -
Uses of IStructuredSelection in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping that return IStructuredSelection Modifier and Type Method Description protected IStructuredSelectionMergeActionHandler. getStructuredSelection()Return the current selection.Methods in org.eclipse.team.ui.mapping with parameters of type IStructuredSelection Modifier and Type Method Description protected voidMergeActionHandler. updateEnablement(IStructuredSelection selection)Update the enablement of this handler for the new selection. -
Uses of IStructuredSelection in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IStructuredSelection Modifier and Type Method Description protected abstract booleanModelParticipantAction. isEnabledForSelection(IStructuredSelection selection)Return whether the action is enabled for the given selectionprotected booleanModelParticipantAction. updateSelection(IStructuredSelection selection)protected booleanSynchronizeModelAction. updateSelection(IStructuredSelection selection) -
Uses of IStructuredSelection in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IStructuredSelection Modifier and Type Method Description voidIWorkbenchWizard. init(IWorkbench workbench, IStructuredSelection selection)Initializes this creation wizard using the passed workbench and object selection. -
Uses of IStructuredSelection in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions that return IStructuredSelection Modifier and Type Method Description IStructuredSelectionBaseSelectionListenerAction. getStructuredSelection()Returns the current structured selection in the workbench, or an empty selection if nothing is selected or if selection does not include objects (for example, raw text).IStructuredSelectionSelectionProviderAction. getStructuredSelection()Returns the current structured selection in the selection provider, or an empty selection if nothing is selected or if selection does not include objects (for example, raw text).Methods in org.eclipse.ui.actions with parameters of type IStructuredSelection Modifier and Type Method Description voidBaseSelectionListenerAction. selectionChanged(IStructuredSelection selection)Notifies this action that the given structured selection has changed.voidSelectionProviderAction. selectionChanged(IStructuredSelection selection)Notifies this action that the given structured selection has changed in the selection provider.voidExportResourcesAction. setSelection(IStructuredSelection selection)Deprecated.voidImportResourcesAction. setSelection(IStructuredSelection selection)Deprecated.protected booleanAddBookmarkAction. updateSelection(IStructuredSelection selection)TheAddBookmarkActionimplementation of thisSelectionListenerActionmethod enables the action only if the selection is not empty and contains just file resources.protected booleanAddTaskAction. updateSelection(IStructuredSelection selection)TheAddTaskActionimplementation of thisSelectionListenerActionmethod enables the action only if the selection contains a single resource and the resource is not a closed project.protected booleanBaseSelectionListenerAction. updateSelection(IStructuredSelection selection)Updates this action in response to the given selection.protected booleanBuildAction. updateSelection(IStructuredSelection s)TheBuildActionimplementation of thisSelectionListenerActionmethod ensures that this action is enabled only if all of the selected resources have buildable projects.protected booleanCloseResourceAction. updateSelection(IStructuredSelection s)TheCloseResourceActionimplementation of thisSelectionListenerActionmethod ensures that this action is enabled only if one of the selections is an open project.protected booleanCopyProjectAction. updateSelection(IStructuredSelection selection)TheCopyResourceActionimplementation of thisSelectionListenerActionmethod enables this action only if there is a single selection which is a project.protected booleanCopyResourceAction. updateSelection(IStructuredSelection selection)TheCopyResourceActionimplementation of thisSelectionListenerActionmethod enables this action only if all of the one or more selections are sibling resources which are local (depth infinity).protected booleanCreateFileAction. updateSelection(IStructuredSelection s)Deprecated.TheCreateFileActionimplementation of thisSelectionListenerActionmethod enables the action only if the selection contains folders and open projects.protected booleanCreateFolderAction. updateSelection(IStructuredSelection s)Deprecated.TheCreateFolderActionimplementation of thisSelectionListenerActionmethod enables the action only if the selection contains folders and open projects.protected booleanDeleteResourceAction. updateSelection(IStructuredSelection selection)TheDeleteResourceActionimplementation of thisSelectionListenerActionmethod disables the action if the selection contains phantom resources or non-resourcesprotected booleanOpenResourceAction. updateSelection(IStructuredSelection s)TheOpenResourceActionimplementation of thisSelectionListenerActionmethod ensures that this action is enabled only if one of the selections is a closed project.protected booleanOpenSystemEditorAction. updateSelection(IStructuredSelection selection)TheOpenSystemEditorActionimplementation of thisSelectionListenerActionmethod enables the action only if the selection contains just file resources.protected booleanRefreshAction. updateSelection(IStructuredSelection s)TheRefreshActionimplementation of thisSelectionListenerActionmethod ensures that this action is enabled if the selection is empty, but is disabled if any of the selected elements are not resources.protected booleanRenameResourceAction. updateSelection(IStructuredSelection selection)TheRenameResourceActionimplementation of thisSelectionListenerActionmethod ensures that this action is disabled if any of the selections are not resources or resources that are not local.protected booleanScrubLocalAction. updateSelection(IStructuredSelection s)Deprecated.TheScrubLocalActionimplementation of thisSelectionListenerActionmethod ensures that this action is disabled if any of the selections are not resources.protected booleanWorkspaceAction. updateSelection(IStructuredSelection selection)TheWorkspaceActionimplementation of thisSelectionListenerActionmethod ensures that this action is disabled if any of the selected resources are inaccessible. -
Uses of IStructuredSelection in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type IStructuredSelection Modifier and Type Method Description WorkingSetGroupWizardNewProjectCreationPage. createWorkingSetGroup(Composite composite, IStructuredSelection selection, String[] supportedWorkingSetTypes)Create a working set group for this page.IWorkingSet[]WorkingSetConfigurationBlock. findApplicableWorkingSets(IStructuredSelection selection)Retrieves a working set from the givenselectionor an empty array if no working set could be retrieved.booleanPropertyDialogAction. isApplicableForSelection(IStructuredSelection selection)Returns whether this action is applicable to the current selection.voidPropertyDialogAction. selectionChanged(IStructuredSelection selection)voidWorkingSetConfigurationBlock. setSelection(IStructuredSelection selection)Constructors in org.eclipse.ui.dialogs with parameters of type IStructuredSelection Constructor Description WizardExportPage(String pageName, IStructuredSelection selection)Deprecated.Creates an export wizard page.WizardExportResourcesPage(String pageName, IStructuredSelection selection)Creates an export wizard page.WizardImportPage(String name, IStructuredSelection selection)Deprecated.Creates an import wizard page.WizardNewFileCreationPage(String pageName, IStructuredSelection selection)Creates a new file creation wizard page.WizardNewFolderMainPage(String pageName, IStructuredSelection selection)Creates a new folder creation wizard page.WizardNewProjectCreationPage(String pageName, IStructuredSelection selection, String[] workingSetTypes)Deprecated.default placement of the working set group has been removed.WizardResourceImportPage(String name, IStructuredSelection selection)Creates an import wizard page.WorkingSetGroup(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes)Create a new instance of this class. -
Uses of IStructuredSelection in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return IStructuredSelection Modifier and Type Method Description static IStructuredSelectionHandlerUtil. getCurrentStructuredSelection(ExecutionEvent event)Return the current structured selection, orStructuredSelection.EMPTYif the current selection is not a structured selection ornull. -
Uses of IStructuredSelection in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide that return IStructuredSelection Modifier and Type Method Description static IStructuredSelectionResourceSelectionUtil. allResources(IStructuredSelection selection, int resourceMask)Returns the selection adapted to IResource.Methods in org.eclipse.ui.ide with parameters of type IStructuredSelection Modifier and Type Method Description static IStructuredSelectionResourceSelectionUtil. allResources(IStructuredSelection selection, int resourceMask)Returns the selection adapted to IResource.static booleanResourceSelectionUtil. allResourcesAreOfType(IStructuredSelection selection, int resourceMask)Returns whether the types of the resources in the given selection are among the specified resource types.static List<IResource>IDE. computeSelectedResources(IStructuredSelection originalSelection)Extracts and returns theIResources in the given selection or the resource objects they adapts to. -
Uses of IStructuredSelection in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return IStructuredSelection Modifier and Type Method Description IStructuredSelectionILinkHelper. findSelection(IEditorInput anInput)Determine the correct structured selection for the Common Navigator given anInput.IStructuredSelectionLinkHelperService. getSelectionFor(IEditorInput input)Return a selection that contains the elements that the given editor input represent.Methods in org.eclipse.ui.navigator with parameters of type IStructuredSelection Modifier and Type Method Description voidILinkHelper. activateEditor(IWorkbenchPage aPage, IStructuredSelection aSelection)Activate the correct editor for aSelection.booleanINavigatorContentDescriptor. arePossibleChildren(IStructuredSelection aSelection)A convenience method to check all elements in a selection.voidCommonDragAdapterAssistant. dragFinished(DragSourceEvent anEvent, IStructuredSelection aSelection)Allows the drag assistant to do any necessary cleanup after the drop operation is done.voidCommonDragAdapterAssistant. dragStart(DragSourceEvent anEvent, IStructuredSelection aSelection)Allows the drag assistant indicate it wants to participate in the drag operation.CommonDropAdapterAssistant[]INavigatorDnDService. findCommonDropAdapterAssistants(Object aDropTarget, IStructuredSelection theDragSelection)This method returns an array ofCommonDropAdapterAssistantfrom content extensions that are visible and active for the associatedINavigatorContentService.IStatusCommonDropAdapterAssistant. handlePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget)Handle the drop operation for the target viewer.abstract booleanCommonDragAdapterAssistant. setDragData(DragSourceEvent anEvent, IStructuredSelection aSelection)Set the value of theEvent.datafield using the given selection.IStatusCommonDropAdapterAssistant. validatePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget)Return true if the client can handle the drop onto the target viewer of the drop operation. -
Uses of IStructuredSelection in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type IStructuredSelection Modifier and Type Method Description IStatusResourceDropAdapterAssistant. handlePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget)booleanResourceDragAdapterAssistant. setDragData(DragSourceEvent anEvent, IStructuredSelection aSelection)IStatusResourceDropAdapterAssistant. validatePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget) -
Uses of IStructuredSelection in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator that return IStructuredSelection Modifier and Type Method Description static IStructuredSelectionResourceSelectionUtil. allResources(IStructuredSelection selection, int resourceMask)Deprecated.Returns the selection adapted to IResource.Methods in org.eclipse.ui.views.navigator with parameters of type IStructuredSelection Modifier and Type Method Description static IStructuredSelectionResourceSelectionUtil. allResources(IStructuredSelection selection, int resourceMask)Deprecated.Returns the selection adapted to IResource.static booleanResourceSelectionUtil. allResourcesAreOfType(IStructuredSelection selection, int resourceMask)Deprecated.Returns whether the types of the resources in the given selection are among the specified resource types.protected StringResourceNavigator. getStatusLineMessage(IStructuredSelection selection)Deprecated.Returns the message to show in the status line.protected voidResourceNavigator. linkToEditor(IStructuredSelection selection)Deprecated.As of 3.5, replaced byResourceNavigator.linkToEditor(ISelection)voidMainActionGroup. runDefaultAction(IStructuredSelection selection)Deprecated.Runs the default action (open file) by delegating the open group.voidOpenActionGroup. runDefaultAction(IStructuredSelection selection)Deprecated.Runs the default action (open file).voidResourceNavigatorActionGroup. runDefaultAction(IStructuredSelection selection)Deprecated.Runs the default action in the group.voidShowInNavigatorAction. selectionChanged(IStructuredSelection selection)Deprecated.protected voidResourceNavigator. updateActionBars(IStructuredSelection selection)Deprecated.Updates the action bar actions.protected booleanResourceNavigatorMoveAction. updateSelection(IStructuredSelection selection)Deprecated.protected voidResourceNavigator. updateStatusLine(IStructuredSelection selection)Deprecated.Updates the message shown in the status line. -
Uses of IStructuredSelection in org.eclipse.ui.wizards
Methods in org.eclipse.ui.wizards that return IStructuredSelection Modifier and Type Method Description IStructuredSelectionIWizardDescriptor. adaptedSelection(IStructuredSelection selection)Answer the selection for the receiver based on whether the it can handle the selection.Methods in org.eclipse.ui.wizards with parameters of type IStructuredSelection Modifier and Type Method Description IStructuredSelectionIWizardDescriptor. adaptedSelection(IStructuredSelection selection)Answer the selection for the receiver based on whether the it can handle the selection. -
Uses of IStructuredSelection in org.eclipse.ui.wizards.datatransfer
Methods in org.eclipse.ui.wizards.datatransfer with parameters of type IStructuredSelection Modifier and Type Method Description voidExternalProjectImportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidFileSystemExportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidFileSystemImportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidZipFileExportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidZipFileImportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection) -
Uses of IStructuredSelection in org.eclipse.ui.wizards.newresource
Fields in org.eclipse.ui.wizards.newresource declared as IStructuredSelection Modifier and Type Field Description protected IStructuredSelectionBasicNewResourceWizard. selectionThe current selection.Methods in org.eclipse.ui.wizards.newresource that return IStructuredSelection Modifier and Type Method Description IStructuredSelectionBasicNewResourceWizard. getSelection()Returns the selection which was passed toinit.Methods in org.eclipse.ui.wizards.newresource with parameters of type IStructuredSelection Modifier and Type Method Description voidBasicNewFileResourceWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidBasicNewFolderResourceWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidBasicNewProjectResourceWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidBasicNewResourceWizard. init(IWorkbench theWorkbench, IStructuredSelection currentSelection)TheBasicNewResourceWizardimplementation of thisIWorkbenchWizardmethod records the given workbench and selection, and initializes the default banner image for the pages by callinginitializeDefaultPageImageDescriptor.
-