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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
IDetailPane.display(IStructuredSelection selection)
Displays details for the given selection, possible
null . |
String |
IDetailPaneFactory.getDefaultDetailPane(IStructuredSelection selection)
Returns the identifier of the default detail pane type to use for the given
selection, or
null if 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 int |
DebugUITools.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. This method will open
on the launch group with the specified mode and a
null category |
static int |
DebugUITools.openLaunchConfigurationDialogOnGroup(Shell shell,
IStructuredSelection selection,
String groupIdentifier)
Open the launch configuration dialog with the specified initial selection.
|
static int |
DebugUITools.openLaunchConfigurationDialogOnGroup(Shell shell,
IStructuredSelection selection,
String groupIdentifier,
IStatus status)
Open the launch configuration dialog with the specified initial selection.
|
Modifier and Type | Method and Description |
---|---|
protected IStructuredSelection |
RevertProfilePage.getSelection() |
Modifier and Type | Method and Description |
---|---|
protected void |
RevertProfilePage.handleSelectionChanged(IStructuredSelection selection) |
Modifier and Type | Interface and Description |
---|---|
interface |
ITreeSelection
A selection containing tree paths.
|
Modifier and Type | Class and Description |
---|---|
class |
StructuredSelection
A concrete implementation of the
IStructuredSelection interface,
suitable for instantiating. |
class |
TreeSelection
A concrete implementation of the
ITreeSelection interface,
suitable for instantiating. |
Modifier and Type | Method and Description |
---|---|
protected IStructuredSelection |
MergeActionHandler.getStructuredSelection()
Return the current selection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MergeActionHandler.updateEnablement(IStructuredSelection selection)
Update the enablement of this handler for the new selection.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
ModelParticipantAction.isEnabledForSelection(IStructuredSelection selection)
Return whether the action is enabled for the given selection
|
protected boolean |
SynchronizeModelAction.updateSelection(IStructuredSelection selection) |
protected boolean |
ModelParticipantAction.updateSelection(IStructuredSelection selection) |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchWizard.init(IWorkbench workbench,
IStructuredSelection selection)
Initializes this creation wizard using the passed workbench and
object selection.
|
Modifier and Type | Method and Description |
---|---|
IStructuredSelection |
SelectionProviderAction.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).
|
IStructuredSelection |
BaseSelectionListenerAction.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).
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionProviderAction.selectionChanged(IStructuredSelection selection)
Notifies this action that the given structured selection has changed
in the selection provider.
|
void |
BaseSelectionListenerAction.selectionChanged(IStructuredSelection selection)
Notifies this action that the given structured selection has changed.
|
void |
ImportResourcesAction.setSelection(IStructuredSelection selection)
Deprecated.
|
void |
ExportResourcesAction.setSelection(IStructuredSelection selection)
Deprecated.
|
protected boolean |
BaseSelectionListenerAction.updateSelection(IStructuredSelection selection)
Updates this action in response to the given selection.
|
protected boolean |
DeleteResourceAction.updateSelection(IStructuredSelection selection)
The
DeleteResourceAction implementation of this
SelectionListenerAction method disables the action if the
selection contains phantom resources or non-resources |
protected boolean |
BuildAction.updateSelection(IStructuredSelection s)
The
BuildAction implementation of this
SelectionListenerAction method ensures that this action is
enabled only if all of the selected resources have buildable projects. |
protected boolean |
ScrubLocalAction.updateSelection(IStructuredSelection s)
Deprecated.
The
ScrubLocalAction implementation of this
SelectionListenerAction method ensures that this action is
disabled if any of the selections are not resources. |
protected boolean |
RefreshAction.updateSelection(IStructuredSelection s)
The
RefreshAction implementation of this
SelectionListenerAction method ensures that this action is
enabled if the selection is empty, but is disabled if any of the selected
elements are not resources. |
protected boolean |
OpenResourceAction.updateSelection(IStructuredSelection s)
The
OpenResourceAction implementation of this
SelectionListenerAction method ensures that this action is
enabled only if one of the selections is a closed project. |
protected boolean |
RenameResourceAction.updateSelection(IStructuredSelection selection)
The
RenameResourceAction implementation of this
SelectionListenerAction method ensures that this action is
disabled if any of the selections are not resources or resources that are
not local. |
protected boolean |
CopyProjectAction.updateSelection(IStructuredSelection selection)
The
CopyResourceAction implementation of this
SelectionListenerAction method enables this action only if
there is a single selection which is a project. |
protected boolean |
WorkspaceAction.updateSelection(IStructuredSelection selection)
The
WorkspaceAction implementation of this
SelectionListenerAction method ensures that this action is
disabled if any of the selected resources are inaccessible. |
protected boolean |
CopyResourceAction.updateSelection(IStructuredSelection selection)
The
CopyResourceAction implementation of this
SelectionListenerAction method enables this action only if
all of the one or more selections are sibling resources which are
local (depth infinity). |
protected boolean |
CreateFolderAction.updateSelection(IStructuredSelection s)
Deprecated.
The
CreateFolderAction implementation of this
SelectionListenerAction method enables the action only
if the selection contains folders and open projects. |
protected boolean |
AddTaskAction.updateSelection(IStructuredSelection selection)
The
AddTaskAction implementation of this
SelectionListenerAction method enables the action only
if the selection contains a single resource and the resource is
not a closed project. |
protected boolean |
OpenSystemEditorAction.updateSelection(IStructuredSelection selection)
The
OpenSystemEditorAction implementation of this
SelectionListenerAction method enables the action only
if the selection contains just file resources. |
protected boolean |
CreateFileAction.updateSelection(IStructuredSelection s)
Deprecated.
The
CreateFileAction implementation of this
SelectionListenerAction method enables the action only
if the selection contains folders and open projects. |
protected boolean |
AddBookmarkAction.updateSelection(IStructuredSelection selection)
The
AddBookmarkAction implementation of this
SelectionListenerAction method enables the action only if
the selection is not empty and contains just file resources. |
protected boolean |
CloseResourceAction.updateSelection(IStructuredSelection s)
The
CloseResourceAction implementation of this
SelectionListenerAction method ensures that this action is
enabled only if one of the selections is an open project. |
Modifier and Type | Method and Description |
---|---|
WorkingSetGroup |
WizardNewProjectCreationPage.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 given
selection or an
empty array if no working set could be retrieved. |
boolean |
PropertyDialogAction.isApplicableForSelection(IStructuredSelection selection)
Returns whether this action is applicable to the current selection.
|
void |
PropertyDialogAction.selectionChanged(IStructuredSelection selection) |
void |
WorkingSetConfigurationBlock.setSelection(IStructuredSelection selection)
|
Constructor and 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.
If you wish to use the working set block please call
WizardNewProjectCreationPage.createWorkingSetGroup(Composite, IStructuredSelection, String[])
in your overridden WizardNewProjectCreationPage.createControl(Composite)
implementation. |
WizardResourceImportPage(String name,
IStructuredSelection selection)
Creates an import wizard page.
|
WorkingSetGroup(Composite composite,
IStructuredSelection currentSelection,
String[] workingSetTypes)
Create a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static IStructuredSelection |
ResourceSelectionUtil.allResources(IStructuredSelection selection,
int resourceMask)
Returns the selection adapted to IResource.
|
Modifier and Type | Method and Description |
---|---|
static IStructuredSelection |
ResourceSelectionUtil.allResources(IStructuredSelection selection,
int resourceMask)
Returns the selection adapted to IResource.
|
static boolean |
ResourceSelectionUtil.allResourcesAreOfType(IStructuredSelection selection,
int resourceMask)
Returns whether the types of the resources in the given selection are among
the specified resource types.
|
static List |
IDE.computeSelectedResources(IStructuredSelection originalSelection)
Extracts and returns the
IResource s in the given
selection or the resource objects they adapts to. |
Modifier and Type | Method and Description |
---|---|
IStructuredSelection |
ILinkHelper.findSelection(IEditorInput anInput)
Determine the correct structured selection for the Common Navigator given
anInput.
|
IStructuredSelection |
LinkHelperService.getSelectionFor(IEditorInput input)
Return a selection that contains the elements that the given editor input
represent.
|
Modifier and Type | Method and Description |
---|---|
void |
ILinkHelper.activateEditor(IWorkbenchPage aPage,
IStructuredSelection aSelection)
Activate the correct editor for aSelection.
|
boolean |
INavigatorContentDescriptor.arePossibleChildren(IStructuredSelection aSelection)
A convenience method to check all elements in a selection.
|
void |
CommonDragAdapterAssistant.dragFinished(DragSourceEvent anEvent,
IStructuredSelection aSelection)
Allows the drag assistant to do any necessary cleanup after the drop operation
is done.
|
void |
CommonDragAdapterAssistant.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 of
CommonDropAdapterAssistant from
content extensions that are visible and active for the
associated INavigatorContentService . |
IStatus |
CommonDropAdapterAssistant.handlePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget)
Handle the drop operation for the target viewer.
|
abstract boolean |
CommonDragAdapterAssistant.setDragData(DragSourceEvent anEvent,
IStructuredSelection aSelection)
Set the value of the
Event.data field using the given selection. |
IStatus |
CommonDropAdapterAssistant.validatePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget)
Return true if the client can handle the drop onto the target viewer of
the drop operation.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
ResourceDropAdapterAssistant.handlePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget) |
boolean |
ResourceDragAdapterAssistant.setDragData(DragSourceEvent anEvent,
IStructuredSelection aSelection) |
IStatus |
ResourceDropAdapterAssistant.validatePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget) |
Modifier and Type | Method and Description |
---|---|
static IStructuredSelection |
ResourceSelectionUtil.allResources(IStructuredSelection selection,
int resourceMask)
Deprecated.
Returns the selection adapted to IResource.
|
Modifier and Type | Method and Description |
---|---|
static IStructuredSelection |
ResourceSelectionUtil.allResources(IStructuredSelection selection,
int resourceMask)
Deprecated.
Returns the selection adapted to IResource.
|
static boolean |
ResourceSelectionUtil.allResourcesAreOfType(IStructuredSelection selection,
int resourceMask)
Deprecated.
Returns whether the types of the resources in the given selection are among
the specified resource types.
|
protected String |
ResourceNavigator.getStatusLineMessage(IStructuredSelection selection)
Deprecated.
Returns the message to show in the status line.
|
protected void |
ResourceNavigator.linkToEditor(IStructuredSelection selection)
Deprecated.
As of 3.5, replaced by
ResourceNavigator.linkToEditor(ISelection) |
void |
MainActionGroup.runDefaultAction(IStructuredSelection selection)
Deprecated.
Runs the default action (open file) by delegating the open group.
|
void |
OpenActionGroup.runDefaultAction(IStructuredSelection selection)
Deprecated.
Runs the default action (open file).
|
void |
ResourceNavigatorActionGroup.runDefaultAction(IStructuredSelection selection)
Deprecated.
Runs the default action in the group.
|
void |
ShowInNavigatorAction.selectionChanged(IStructuredSelection selection)
Deprecated.
|
protected void |
ResourceNavigator.updateActionBars(IStructuredSelection selection)
Deprecated.
Updates the action bar actions.
|
protected boolean |
ResourceNavigatorMoveAction.updateSelection(IStructuredSelection selection)
Deprecated.
|
protected void |
ResourceNavigator.updateStatusLine(IStructuredSelection selection)
Deprecated.
Updates the message shown in the status line.
|
Modifier and Type | Method and Description |
---|---|
IStructuredSelection |
IWizardDescriptor.adaptedSelection(IStructuredSelection selection)
Answer the selection for the reciever based on whether the it can handle
the selection.
|
Modifier and Type | Method and Description |
---|---|
IStructuredSelection |
IWizardDescriptor.adaptedSelection(IStructuredSelection selection)
Answer the selection for the reciever based on whether the it can handle
the selection.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipFileExportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
FileSystemImportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
ZipFileImportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
ExternalProjectImportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
FileSystemExportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
Modifier and Type | Field and Description |
---|---|
protected IStructuredSelection |
BasicNewResourceWizard.selection
The current selection.
|
Modifier and Type | Method and Description |
---|---|
IStructuredSelection |
BasicNewResourceWizard.getSelection()
Returns the selection which was passed to
init . |
Modifier and Type | Method and Description |
---|---|
void |
BasicNewFolderResourceWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
BasicNewFileResourceWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
BasicNewResourceWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection)
The
BasicNewResourceWizard implementation of this
IWorkbenchWizard method records the given workbench and
selection, and initializes the default banner image for the pages
by calling initializeDefaultPageImageDescriptor . |
void |
BasicNewProjectResourceWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.