Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.compare.patch |
Provides support for applying and working with patches.
|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.debug.ui.sourcelookup |
Provides a user interface for debug platform source lookup facilities.
|
org.eclipse.debug.ui.stringsubstitution |
Provides an interface to select an argument for a string substitution variable.
|
org.eclipse.equinox.p2.ui |
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
|
org.eclipse.jface.action |
Provides support for shared UI resources such as menus,
tool bars, and status lines.
|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.preference |
Provides a framework for preferences.
|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.window |
Provides a general framework for creating and managing
windows.
|
org.eclipse.jface.wizard |
Provides a framework for wizards.
|
org.eclipse.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
org.eclipse.swt.awt |
SWT AWT embedding support.
|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.printing |
SWT Printing support classes.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
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.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.commands |
Provides support for retrieving information on Commands from the workbench.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.contexts |
Provides support for integrating contexts into the Eclipse workbench.
|
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 based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.forms |
Forms-based controls for use in views, editors, and wizards.
|
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.ide.dialogs |
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
|
org.eclipse.ui.ide.fileSystem |
APIs for the IDE-specific support for the
org.eclipse.core.filesystem.fileSystem extension.
|
org.eclipse.ui.ide.undo |
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.preferences |
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Package Specification
This package has the convenience classes provided by the Eclipse workbench for
use by clients who wish to use the core preference support added in 3.0.
|
org.eclipse.ui.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.splash |
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.bookmarkexplorer |
Provides the standard Bookmarks view which displays
bookmarks on resources.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
org.eclipse.ui.views.tasklist |
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
|
org.eclipse.ui.wizards.datatransfer |
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
ResourceNode.validateEdit(Shell shell) |
IStatus |
IEditableContentExtension.validateEdit(Shell shell)
If the element is read-only, this method should be called
to attempt to make it writable.
|
Constructor and Description |
---|
EditionSelectionDialog(Shell parent,
ResourceBundle bundle)
Deprecated.
Creates a new modal, resizable dialog.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
ApplyPatchOperation.getShell()
Return the parent shell to be used when the wizard is opened.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
DocumentRangeNode.validateEdit(Shell shell) |
IStatus |
StructureRootNode.validateEdit(Shell shell) |
Modifier and Type | Method and Description |
---|---|
protected Shell |
AbstractLaunchConfigurationTab.getShell()
Returns the shell this tab is contained in, or
null . |
Modifier and Type | Method and Description |
---|---|
static void |
DebugUITools.deleteBreakpoints(IBreakpoint[] breakpoints,
Shell shell,
IProgressMonitor progressMonitor)
Deletes the given breakpoints using the operation history, which allows to undo the deletion.
|
static int |
DebugUITools.openLaunchConfigurationDialog(Shell shell,
ILaunchConfiguration configuration,
String groupIdentifier,
IStatus status)
Open the launch configuration dialog on the specified launch
configuration.
|
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.
|
static int |
DebugUITools.openLaunchConfigurationPropertiesDialog(Shell shell,
ILaunchConfiguration configuration,
String groupIdentifier)
Open the launch configuration properties dialog on the specified launch
configuration.
|
static int |
DebugUITools.openLaunchConfigurationPropertiesDialog(Shell shell,
ILaunchConfiguration configuration,
String groupIdentifier,
IStatus status)
Open the launch configuration properties dialog on the specified launch
configuration.
|
protected void |
InspectPopupDialog.saveDialogBounds(Shell shell) |
Constructor and Description |
---|
DebugPopup(Shell parent,
Point anchor,
String commandId)
Constructs a new popup dialog of type
PopupDialog.INFOPOPUPRESIZE_SHELLSTYLE |
InspectPopupDialog(Shell shell,
Point anchor,
String commandId,
IExpression expression)
Creates a new inspect popup.
|
StringVariableSelectionDialog(Shell parent)
Constructs a new string substitution variable selection dialog.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
RelaunchLastAction.getShell()
Returns the parent shell for this menu item
|
Modifier and Type | Method and Description |
---|---|
boolean |
IVariableValueEditor.editVariable(IVariable variable,
Shell shell)
Edits the given variable, if appropriate.
|
boolean |
IVariableValueEditor.saveVariable(IVariable variable,
String expression,
Shell shell)
Saves the given expression to the given variable, if appropriate.
|
Modifier and Type | Method and Description |
---|---|
ISourceContainer[] |
ISourceContainerBrowser.addSourceContainers(Shell shell,
ISourceLookupDirector director)
Creates and returns new source containers to add to the given
source lookup director.
|
ISourceContainer[] |
AbstractSourceContainerBrowser.addSourceContainers(Shell shell,
ISourceLookupDirector director) |
protected void |
SourceLookupDialog.configureShell(Shell shell) |
ISourceContainer[] |
ISourceContainerBrowser.editSourceContainers(Shell shell,
ISourceLookupDirector director,
ISourceContainer[] containers)
Edits and returns source containers to replace the given source
containers.
|
ISourceContainer[] |
AbstractSourceContainerBrowser.editSourceContainers(Shell shell,
ISourceLookupDirector director,
ISourceContainer[] containers) |
Constructor and Description |
---|
SourceLookupDialog(Shell shell,
ISourceLookupDirector director)
Constructs a dialog to edit the source lookup path managed by the
given source lookup director.
|
Modifier and Type | Method and Description |
---|---|
String |
IArgumentSelector.selectArgument(IStringVariable variable,
Shell shell)
Selects and returns an argument for the given variable,
or
null if none. |
Modifier and Type | Method and Description |
---|---|
boolean |
Policy.continueWorkingWithOperation(ProfileChangeOperation operation,
Shell shell)
Answer a boolean indicating whether the caller should continue to work with the
specified operation.
|
void |
ProvisioningUI.manipulateRepositories(Shell shell)
Open a UI that allows the user to manipulate the repositories.
|
Modifier and Type | Method and Description |
---|---|
Menu |
MenuManager.createMenuBar(Shell parent)
Deprecated.
use
createMenuBar(Decorations) instead. |
Modifier and Type | Method and Description |
---|---|
Shell |
DialogPage.getShell()
Returns this dialog page's shell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PopupDialog.configureShell(Shell shell) |
protected void |
ErrorDialog.configureShell(Shell shell) |
protected void |
MessageDialog.configureShell(Shell shell) |
protected void |
InputDialog.configureShell(Shell shell) |
protected void |
ProgressMonitorDialog.configureShell(Shell shell) |
protected void |
StatusDialog.configureShell(Shell shell) |
static boolean |
MessageDialog.open(int kind,
Shell parent,
String title,
String message,
int style)
Convenience method to open a simple dialog as specified by the
kind flag. |
static MessageDialogWithToggle |
MessageDialogWithToggle.open(int kind,
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key,
int style)
Convenience method to open a simple dialog as specified by the
kind flag,
with a "don't show again' toggle. |
static boolean |
MessageDialog.openConfirm(Shell parent,
String title,
String message)
Convenience method to open a simple confirm (OK/Cancel) dialog.
|
static void |
MessageDialog.openError(Shell parent,
String title,
String message)
Convenience method to open a standard error dialog.
|
static int |
ErrorDialog.openError(Shell parent,
String dialogTitle,
String message,
IStatus status)
Opens an error dialog to display the given error.
|
static int |
ErrorDialog.openError(Shell parentShell,
String title,
String message,
IStatus status,
int displayMask)
Opens an error dialog to display the given error.
|
static MessageDialogWithToggle |
MessageDialogWithToggle.openError(Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard error dialog.
|
static void |
MessageDialog.openInformation(Shell parent,
String title,
String message)
Convenience method to open a standard information dialog.
|
static MessageDialogWithToggle |
MessageDialogWithToggle.openInformation(Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard information dialog.
|
static MessageDialogWithToggle |
MessageDialogWithToggle.openOkCancelConfirm(Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a simple confirm (OK/Cancel) dialog.
|
static boolean |
MessageDialog.openQuestion(Shell parent,
String title,
String message)
Convenience method to open a simple Yes/No question dialog.
|
static void |
MessageDialog.openWarning(Shell parent,
String title,
String message)
Convenience method to open a standard warning dialog.
|
static MessageDialogWithToggle |
MessageDialogWithToggle.openWarning(Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard warning dialog.
|
static MessageDialogWithToggle |
MessageDialogWithToggle.openYesNoCancelQuestion(Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a simple question Yes/No/Cancel dialog.
|
static MessageDialogWithToggle |
MessageDialogWithToggle.openYesNoQuestion(Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a simple Yes/No question dialog.
|
protected void |
PopupDialog.saveDialogBounds(Shell shell)
Saves the bounds of the shell in the appropriate dialog settings.
|
void |
IDialogBlockedHandler.showBlocked(Shell parentShell,
IProgressMonitor blocking,
IStatus blockingStatus,
String blockedName)
A blockage has occured.
|
Constructor and Description |
---|
Dialog(Shell parentShell)
Creates a dialog instance.
|
ErrorDialog(Shell parentShell,
String dialogTitle,
String message,
IStatus status,
int displayMask)
Creates an error dialog.
|
IconAndMessageDialog(Shell parentShell)
Constructor for IconAndMessageDialog.
|
InputDialog(Shell parentShell,
String dialogTitle,
String dialogMessage,
String initialValue,
IInputValidator validator)
Creates an input dialog with OK and Cancel buttons.
|
MessageDialog(Shell parentShell,
String dialogTitle,
Image dialogTitleImage,
String dialogMessage,
int dialogImageType,
String[] dialogButtonLabels,
int defaultIndex)
Create a message dialog.
|
MessageDialogWithToggle(Shell parentShell,
String dialogTitle,
Image image,
String message,
int dialogImageType,
String[] dialogButtonLabels,
int defaultIndex,
String toggleMessage,
boolean toggleState)
Creates a message dialog with a toggle.
|
PopupDialog(Shell parent,
int shellStyle,
boolean takeFocusOnOpen,
boolean persistSize,
boolean persistLocation,
boolean showDialogMenu,
boolean showPersistActions,
String titleText,
String infoText)
Constructs a new instance of
PopupDialog . |
PopupDialog(Shell parent,
int shellStyle,
boolean takeFocusOnOpen,
boolean persistBounds,
boolean showDialogMenu,
boolean showPersistActions,
String titleText,
String infoText)
Deprecated.
|
ProgressMonitorDialog(Shell parent)
Creates a progress monitor dialog under the given shell.
|
StatusDialog(Shell parent)
Creates an instance of a status dialog.
|
TitleAreaDialog(Shell parentShell)
Instantiate a new title area dialog.
|
TrayDialog(Shell shell)
Creates a tray dialog instance.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
StringButtonFieldEditor.getShell()
Returns this field editor's shell.
|
protected Shell |
ListEditor.getShell()
Returns this field editor's shell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PreferenceDialog.configureShell(Shell newShell) |
Constructor and Description |
---|
PreferenceDialog(Shell parentShell,
PreferenceManager manager)
Creates a new preference dialog under the control of the given preference
manager.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
AbstractInformationControl.getShell()
The shell of the popup window.
|
Modifier and Type | Method and Description |
---|---|
IInformationControl |
IInformationControlCreator.createInformationControl(Shell parent)
Creates a new information control with the given shell as the control's parent.
|
IInformationControl |
AbstractReusableInformationControlCreator.createInformationControl(Shell parent) |
protected abstract IInformationControl |
AbstractReusableInformationControlCreator.doCreateInformationControl(Shell parent)
Creates the control.
|
Constructor and Description |
---|
AbstractInformationControl(Shell parentShell,
boolean isResizable)
Creates an abstract information control with the given shell as parent.
|
AbstractInformationControl(Shell parentShell,
String statusFieldText)
Creates an abstract information control with the given shell as parent.
|
AbstractInformationControl(Shell parentShell,
ToolBarManager toolBarManager)
Creates an abstract information control with the given shell as parent.
|
DefaultInformationControl(Shell parent)
Creates a default information control with the given shell as parent.
|
DefaultInformationControl(Shell parent,
boolean isResizeable)
Creates a default information control with the given shell as parent.
|
DefaultInformationControl(Shell parent,
DefaultInformationControl.IInformationPresenter presenter)
Creates a default information control with the given shell as parent.
|
DefaultInformationControl(Shell parent,
int textStyles,
DefaultInformationControl.IInformationPresenter presenter)
Deprecated.
|
DefaultInformationControl(Shell parent,
int textStyles,
DefaultInformationControl.IInformationPresenter presenter,
String statusFieldText)
Deprecated.
|
DefaultInformationControl(Shell parent,
int shellStyle,
int style,
DefaultInformationControl.IInformationPresenter presenter)
Deprecated.
As of 3.4, replaced by simpler constructors
|
DefaultInformationControl(Shell parentShell,
int shellStyle,
int style,
DefaultInformationControl.IInformationPresenter presenter,
String statusFieldText)
Deprecated.
As of 3.4, replaced by simpler constructors
|
DefaultInformationControl(Shell parent,
String statusFieldText)
Creates a default information control with the given shell as parent.
|
DefaultInformationControl(Shell parent,
String statusFieldText,
DefaultInformationControl.IInformationPresenter presenter)
Creates a default information control with the given shell as parent.
|
DefaultInformationControl(Shell parent,
ToolBarManager toolBarManager)
Creates a resizable default information control with the given shell as parent.
|
DefaultInformationControl(Shell parent,
ToolBarManager toolBarManager,
DefaultInformationControl.IInformationPresenter presenter)
Creates a resizable default information control with the given shell as
parent.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
Window.createShell()
Creates and returns this window's shell.
|
protected Shell |
Window.getParentShell()
Returns parent shell, under which this window's shell is created.
|
Shell |
SameShellProvider.getShell() |
Shell |
IShellProvider.getShell()
Returns the current shell (or null if none).
|
Shell |
Window.getShell()
Returns this window's shell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Window.configureShell(Shell newShell)
Configures the given shell in preparation for opening this window in it.
|
protected void |
ApplicationWindow.configureShell(Shell shell)
Extends the super implementation by creating the trim widgets using
createTrimWidgets . |
protected void |
ApplicationWindow.createStatusLine(Shell shell)
Create the status line if required.
|
protected void |
ApplicationWindow.createTrimWidgets(Shell shell)
Creates the trim widgets around the content area.
|
protected void |
Window.setParentShell(Shell newParentShell)
Changes the parent shell.
|
Constructor and Description |
---|
ApplicationWindow(Shell parentShell)
Create an application window instance, whose shell will be created under the
given parent shell.
|
Window(Shell parentShell)
Creates a window instance, whose shell will be created under the given
parent shell.
|
Modifier and Type | Method and Description |
---|---|
Shell |
IWizardContainer.getShell()
Returns the shell for this wizard container.
|
Shell |
WizardPage.getShell()
The
WizardPage implementation of this method declared on
DialogPage returns the shell of the container. |
Shell |
Wizard.getShell()
Returns the wizard's shell if the wizard is visible.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WizardDialog.configureShell(Shell newShell) |
Constructor and Description |
---|
WizardDialog(Shell parentShell,
IWizard newWizard)
Creates a new wizard dialog for the given wizard.
|
Modifier and Type | Method and Description |
---|---|
static Dialog |
RefactoringUI.createLightWeightStatusDialog(RefactoringStatus status,
Shell parent,
String windowTitle)
Creates a light-weight dialog to present a
RefactoringStatus to
the user. |
protected IRunnableWithProgress |
RedoRefactoringAction.createOperation(Shell parent)
Deprecated.
|
protected IRunnableWithProgress |
UndoRefactoringAction.createOperation(Shell parent)
Deprecated.
|
static Dialog |
RefactoringUI.createRefactoringStatusDialog(RefactoringStatus status,
Shell parent,
String windowTitle,
boolean backButton)
Creates a dialog to present a
RefactoringStatus to the user. |
int |
RefactoringWizardOpenOperation.run(Shell parent,
String dialogTitle)
Opens the refactoring dialog for the refactoring wizard passed to the constructor.
|
int |
RefactoringWizardOpenOperation.run(Shell parent,
String dialogTitle,
IRunnableContext context)
Opens the refactoring dialog for the refactoring wizard passed to the constructor.
|
Modifier and Type | Method and Description |
---|---|
static Shell |
SWT_AWT.new_Shell(Display display,
Canvas parent)
Creates a new
Shell . |
Modifier and Type | Method and Description |
---|---|
Shell |
CCombo.getShell() |
Constructor and Description |
---|
PopupList(Shell parent)
Creates a PopupList above the specified shell.
|
PopupList(Shell parent,
int style)
Creates a PopupList above the specified shell.
|
Constructor and Description |
---|
PrintDialog(Shell parent)
Constructs a new instance of this class given only its parent.
|
PrintDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
Modifier and Type | Method and Description |
---|---|
Shell |
Display.getActiveShell()
Returns the currently active
Shell , or null
if no shell belonging to the currently running application
is active. |
Shell |
ToolTip.getParent()
Returns the receiver's parent, which must be a
Shell . |
Shell |
Dialog.getParent()
Returns the receiver's parent, which must be a
Shell
or null. |
Shell |
Shell.getShell() |
Shell |
Menu.getShell()
Returns the receiver's shell.
|
Shell |
Control.getShell()
Returns the receiver's shell.
|
Shell[] |
Shell.getShells()
Returns an array containing all shells which are
descendants of the receiver.
|
Shell[] |
Display.getShells()
Returns a (possibly empty) array containing all shells which have
not been disposed and have the receiver as their display.
|
static Shell |
Shell.internal_new(Display display,
long handle)
Invokes platform specific functionality to allocate a new shell
that is not embedded.
|
static Shell |
Shell.win32_new(Display display,
long handle)
Invokes platform specific functionality to allocate a new shell
that is embedded.
|
Modifier and Type | Method and Description |
---|---|
TaskItem |
TaskBar.getItem(Shell shell)
Returns the
TaskItem for the given Shell or the TaskItem
for the application if the Shell parameter is null . |
Constructor and Description |
---|
ColorDialog(Shell parent)
Constructs a new instance of this class given only its parent.
|
ColorDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
Dialog(Shell parent)
Constructs a new instance of this class given only its
parent.
|
Dialog(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
DirectoryDialog(Shell parent)
Constructs a new instance of this class given only its parent.
|
DirectoryDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
FileDialog(Shell parent)
Constructs a new instance of this class given only its parent.
|
FileDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
FontDialog(Shell parent)
Constructs a new instance of this class given only its parent.
|
FontDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
MessageBox(Shell parent)
Constructs a new instance of this class given only its parent.
|
MessageBox(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
Shell(Shell parent)
Constructs a new instance of this class given only its
parent.
|
Shell(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
ToolTip(Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
TeamOperation.getShell()
Return a shell that can be used by the operation to display dialogs, etc.
|
protected Shell |
PageSaveablePart.getShell()
Deprecated.
Return the parent shell of this part.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SaveablePartDialog.configureShell(Shell newShell)
Deprecated.
|
Constructor and Description |
---|
PageSaveablePart(Shell shell,
CompareConfiguration compareConfiguration)
Deprecated.
Create a saveable part.
|
SaveablePartDialog(Shell shell,
ISaveableWorkbenchPart input)
Deprecated.
Creates a dialog with the given title and input.
|
Modifier and Type | Method and Description |
---|---|
Shell |
IHistoryPageSite.getShell()
Returns the shell for this site.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HistoryPageSaveablePart.showHistoryInDialog(Shell shell,
Object object)
Deprecated.
Show the history for the object in a dialog.
|
Constructor and Description |
---|
HistoryPageSaveablePart(Shell shell,
CompareConfiguration configuration,
IHistoryPageSource pageSource,
Object object)
Deprecated.
Create a history page part for the given page and object.
|
Modifier and Type | Method and Description |
---|---|
Shell |
ISynchronizePageSite.getShell()
Returns the shell for this site.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModelSynchronizeParticipant.checkForBufferChange(Shell shell,
ISynchronizationCompareInput input,
boolean cancelAllowed,
IProgressMonitor monitor)
Convenience method for switching the active saveable of this participant
to the saveable of the given input.
|
static void |
ModelParticipantAction.handleTargetSaveableChange(Shell shell,
SaveableComparison targetSaveable,
SaveableComparison activeSaveable,
boolean allowCancel,
IProgressMonitor monitor)
Convenience method that prompts if the currently active saveable is dirty
and either saves or reverts the saveable depending on the users input.
|
static boolean |
ModelParticipantAction.promptToSaveChanges(Shell shell,
SaveableComparison saveable,
boolean allowCancel)
Convenience method that prompts to save changes in the given dirty model.
|
void |
SubscriberParticipant.refreshInDialog(Shell shell,
IResource[] resources,
String jobName,
String taskName,
ISynchronizePageConfiguration configuration,
IWorkbenchSite site)
Refresh this participants synchronization state and displays the result in a model dialog.
|
Constructor and Description |
---|
ParticipantPageDialog(Shell shell,
SaveablePartAdapter input,
ISynchronizeParticipant participant)
Deprecated.
Creates a dialog with the given participant and input.
|
ParticipantPagePane(Shell shell,
boolean isModal,
ISynchronizePageConfiguration pageConfiguration,
ISynchronizeParticipant participant)
Creates a part for the provided participant.
|
ParticipantPageSaveablePart(Shell shell,
CompareConfiguration cc,
ISynchronizePageConfiguration pageConfiguration,
ISynchronizeParticipant participant)
Deprecated.
Creates a part for the provided participant.
|
Modifier and Type | Method and Description |
---|---|
Shell |
IWorkbenchWindow.getShell()
Returns this workbench window's shell.
|
Shell |
IWorkbenchSite.getShell()
Returns the shell for this workbench site.
|
Modifier and Type | Method and Description |
---|---|
IWorkingSetSelectionDialog |
IWorkingSetManager.createWorkingSetSelectionDialog(Shell parent)
Deprecated.
use createWorkingSetSelectionDialog(parent, true) instead
|
IWorkingSetSelectionDialog |
IWorkingSetManager.createWorkingSetSelectionDialog(Shell parentShell,
boolean multi)
Creates a working set selection dialog that lists all working
sets and allows the user to add, remove and edit working sets.
|
IWorkingSetSelectionDialog |
IWorkingSetManager.createWorkingSetSelectionDialog(Shell parentShell,
boolean multi,
String[] workingsSetIds)
Creates a working set selection dialog that lists all working
sets with the specified ids and allows the user to add, remove and
edit working sets with the specified ids.
|
Constructor and Description |
---|
ActiveShellExpression(Shell activeShell)
Constructs a new instance of
ActiveShellExpression |
LegacyHandlerSubmissionExpression(String activePartId,
Shell activeShell,
IWorkbenchPartSite activeSite)
Constructs a new instance of
LegacyHandlerSubmissionExpression |
Modifier and Type | Field and Description |
---|---|
protected Shell |
CopyProjectAction.shell
Deprecated.
the shell provider should be used instead.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
CopyProjectOperation.validateCopy(Shell shell,
IProject project,
String newName,
String[] modelProviderIds)
Deprecated.
As of 3.3, validation is performed in the undoable operation
executed by this operation.
|
Constructor and Description |
---|
AddBookmarkAction(Shell shell)
Deprecated.
|
AddBookmarkAction(Shell shell,
boolean promptForName)
Deprecated.
|
AddTaskAction(Shell shell)
Deprecated.
|
BuildAction(Shell shell,
int type)
Deprecated.
|
CloseResourceAction(Shell shell)
Deprecated.
|
CloseResourceAction(Shell shell,
String text)
Deprecated.
|
CloseUnrelatedProjectsAction(Shell shell)
|
CopyFilesAndFoldersOperation(Shell shell)
Creates a new operation initialized with a shell.
|
CopyProjectAction(Shell shell)
|
CopyProjectOperation(Shell shell)
Create a new operation initialized with a shell.
|
CopyResourceAction(Shell shell)
|
CreateFileAction(Shell shell)
|
CreateFolderAction(Shell shell)
|
DeleteResourceAction(Shell shell)
Deprecated.
Should take an IShellProvider, see
DeleteResourceAction.DeleteResourceAction(IShellProvider) |
GlobalBuildAction(IWorkbench workbench,
Shell shell,
int type)
Deprecated.
use GlobalBuildAction(IWorkbenchWindow, type) instead
|
MoveFilesAndFoldersOperation(Shell shell)
Creates a new operation initialized with a shell.
|
MoveProjectAction(Shell shell)
|
MoveResourceAction(Shell shell)
|
OpenResourceAction(Shell shell)
|
ReadOnlyStateChecker(Shell parent,
String title,
String message)
Create a new checker that parents the dialog off of parent using the supplied
title and message.
|
RefreshAction(Shell shell)
Deprecated.
|
RenameResourceAction(Shell shell)
Deprecated.
|
RenameResourceAction(Shell shell,
Tree tree)
Deprecated.
|
ScrubLocalAction(Shell shell)
Deprecated.
Creates a new action.
|
WorkingSetFilterActionGroup(Shell shell,
IPropertyChangeListener workingSetUpdater)
Creates a new instance of the receiver.
|
WorkspaceAction(Shell shell,
String text)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkbenchAdvisor.createWindowContents(IWorkbenchWindowConfigurer configurer,
Shell shell)
Deprecated.
since 3.1, override
WorkbenchWindowAdvisor.createWindowContents(Shell)
instead |
void |
WorkbenchWindowAdvisor.createWindowContents(Shell shell)
Deprecated.
This method is no longer used. Applications now define
workbench window contents in their application model.
|
Modifier and Type | Method and Description |
---|---|
Shell |
HandlerSubmission.getActiveShell()
Deprecated.
|
Constructor and Description |
---|
HandlerSubmission(String activePartId,
Shell activeShell,
IWorkbenchPartSite activeWorkbenchPartSite,
String commandId,
IHandler handler,
Priority priority)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConsolePlugin.errorDialog(Shell shell,
String title,
String message,
Throwable t)
Utility method with conventions
|
Modifier and Type | Method and Description |
---|---|
Shell |
EnabledSubmission.getActiveShell()
Deprecated.
Returns the shell that must be active for this request to be considered.
|
Modifier and Type | Method and Description |
---|---|
int |
IContextService.getShellType(Shell shell)
Returns the shell type for the given shell.
|
int |
IWorkbenchContextSupport.getShellType(Shell shell)
Deprecated.
Returns the shell type for the given shell.
|
boolean |
IContextService.registerShell(Shell shell,
int type)
Registers a shell to automatically promote or demote some basic types of
contexts.
|
boolean |
IWorkbenchContextSupport.registerShell(Shell shell,
int type)
Deprecated.
Registers a shell to automatically promote or demote some basic types of
contexts.
|
boolean |
IContextService.unregisterShell(Shell shell)
Unregisters a shell that was previously registered.
|
boolean |
IWorkbenchContextSupport.unregisterShell(Shell shell)
Deprecated.
Unregisters a shell that was previously registered.
|
Constructor and Description |
---|
EnabledSubmission(String activePartId,
Shell activeShell,
IWorkbenchPartSite activeWorkbenchPartSite,
String contextId)
Deprecated.
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ListSelectionDialog.configureShell(Shell shell) |
protected void |
TypeFilteringDialog.configureShell(Shell shell) |
protected void |
EditorSelectionDialog.configureShell(Shell shell) |
protected void |
SelectionStatusDialog.configureShell(Shell shell) |
protected void |
YesNoCancelListSelectionDialog.configureShell(Shell shell)
Deprecated.
|
protected void |
SelectionDialog.configureShell(Shell shell) |
protected void |
FilteredResourcesSelectionDialog.configureShell(Shell shell) |
protected void |
FileSelectionDialog.configureShell(Shell shell)
Deprecated.
|
protected void |
ProjectLocationSelectionDialog.configureShell(Shell shell) |
protected void |
SaveAsDialog.configureShell(Shell shell) |
protected void |
ResourceSelectionDialog.configureShell(Shell shell) |
protected void |
ContainerSelectionDialog.configureShell(Shell shell) |
protected void |
ProjectLocationMoveDialog.configureShell(Shell shell) |
protected void |
NewFolderDialog.configureShell(Shell shell) |
protected void |
MarkerResolutionSelectionDialog.configureShell(Shell newShell) |
static PreferenceDialog |
PreferencesUtil.createPreferenceDialogOn(Shell shell,
String preferencePageId,
String[] displayedIds,
Object data)
Creates a workbench preference dialog and selects particular preference
page.
|
static PreferenceDialog |
PreferencesUtil.createPreferenceDialogOn(Shell shell,
String preferencePageId,
String[] displayedIds,
Object data,
int options)
Creates a workbench preference dialog and selects particular preference
page.
|
static PreferenceDialog |
PreferencesUtil.createPropertyDialogOn(Shell shell,
IAdaptable element,
String propertyPageId,
String[] displayedIds,
Object data)
Creates a workbench preference dialog to a particular preference page.
|
static PreferenceDialog |
PreferencesUtil.createPropertyDialogOn(Shell shell,
IAdaptable element,
String propertyPageId,
String[] displayedIds,
Object data,
int options)
Creates a workbench preference dialog to a particular preference page.
|
static PreferenceDialog |
PreferencesUtil.createPropertyDialogOn(Shell shell,
Object element,
String propertyPageId,
String[] displayedIds,
Object data,
int options)
Creates a workbench preference dialog to a particular preference page.
|
Constructor and Description |
---|
AbstractElementListSelectionDialog(Shell parent,
ILabelProvider renderer)
Constructs a list selection dialog.
|
CheckedTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of
ElementTreeSelectionDialog . |
CheckedTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider,
int style)
Constructs an instance of
ElementTreeSelectionDialog . |
ContainerSelectionDialog(Shell parentShell,
IContainer initialRoot,
boolean allowNewContainerName,
String message)
Creates a resource container selection dialog rooted at the given resource.
|
EditorSelectionDialog(Shell parentShell)
Create an instance of this class.
|
ElementListSelectionDialog(Shell parent,
ILabelProvider renderer)
Creates a list selection dialog.
|
ElementTreeSelectionDialog(Shell parent,
IBaseLabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of
ElementTreeSelectionDialog . |
ElementTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of
ElementTreeSelectionDialog . |
FileSelectionDialog(Shell parentShell,
FileSystemElement fileSystemElement,
String message)
Deprecated.
Creates a file selection dialog rooted at the given file system element.
|
FilteredItemsSelectionDialog(Shell shell)
Creates a new instance of the class.
|
FilteredItemsSelectionDialog(Shell shell,
boolean multi)
Creates a new instance of the class.
|
FilteredResourcesSelectionDialog(Shell shell,
boolean multi,
IContainer container,
int typesMask)
Creates a new instance of the class
|
ListDialog(Shell parent)
Create a new instance of the receiver with parent shell of parent.
|
ListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Creates a list selection dialog.
|
MarkerResolutionSelectionDialog(Shell shell,
IMarkerResolution[] markerResolutions)
Creates an instance of this dialog to display
the given resolutions.
|
NewFolderDialog(Shell parentShell,
IContainer container)
Creates a NewFolderDialog
|
ProjectLocationMoveDialog(Shell parentShell,
IProject existingProject)
Create a ProjectLocationMoveDialog on the supplied project parented by
the parentShell.
|
ProjectLocationSelectionDialog(Shell parentShell,
IProject existingProject)
Create a ProjectLocationSelectionDialog on the supplied project parented
by the parentShell.
|
PropertyDialogAction(Shell shell,
ISelectionProvider provider)
Deprecated.
use PropertyDialogAction(IShellProvider, ISelectionProvider)
|
ResourceListSelectionDialog(Shell parentShell,
IContainer container,
int typeMask)
Creates a new instance of the class.
|
ResourceListSelectionDialog(Shell parentShell,
IResource[] resources)
Creates a new instance of the class.
|
ResourceSelectionDialog(Shell parentShell,
IAdaptable rootElement,
String message)
Creates a resource selection dialog rooted at the given element.
|
SaveAsDialog(Shell parentShell)
Creates a new Save As dialog for no specific file.
|
SelectionDialog(Shell parentShell)
Creates a dialog instance.
|
SelectionStatusDialog(Shell parent)
Creates an instance of a
SelectionStatusDialog . |
TwoPaneElementSelector(Shell parent,
ILabelProvider elementRenderer,
ILabelProvider qualifierRenderer)
Creates the two pane element selector.
|
TypeFilteringDialog(Shell parentShell,
Collection preselections)
Creates a type filtering dialog using the supplied entries.
|
TypeFilteringDialog(Shell parentShell,
Collection preselections,
String filterText)
Creates a type filtering dialog using the supplied entries.
|
YesNoCancelListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Deprecated.
see class comment
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
FileBufferOperationAction.getShell() |
protected Shell |
FileBufferOperationHandler.getShell()
Returns the shell of the active workbench window.
|
Constructor and Description |
---|
FormDialog(Shell shell)
Creates a new form dialog for a provided parent shell.
|
Modifier and Type | Method and Description |
---|---|
static Shell |
HandlerUtil.getActiveShell(ExecutionEvent event)
Return the active shell.
|
static Shell |
HandlerUtil.getActiveShellChecked(ExecutionEvent event)
Return the active shell.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IDE.promptToConfirm(Shell shell,
String title,
String message,
IResourceDelta delta,
String[] ignoreModelProviderIds,
boolean syncExec)
Prompt the user to inform them of the possible side effects of an
operation on resources.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PathVariableSelectionDialog.configureShell(Shell shell) |
protected void |
ImportTypeDialog.configureShell(Shell shell) |
Constructor and Description |
---|
ImportTypeDialog(Shell shell,
int dropOperation,
IResource[] sources,
IContainer target)
Creates the Import Type Dialog when resources are dragged and dropped from an Eclipse
view.
|
ImportTypeDialog(Shell shell,
int dropOperation,
String[] names,
IContainer target)
Creates the Import Type Dialog when files are dragged and dropped from the
operating system's shell (Windows Explorer on Windows Platform, for example).
|
PathVariableSelectionDialog(Shell parentShell,
int variableType)
Creates a path variable selection dialog.
|
Modifier and Type | Method and Description |
---|---|
abstract URI |
FileSystemContributor.browseFileSystem(String initialPath,
Shell shell)
Browse the file system for a URI to display to the user.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
AbstractWorkspaceOperation.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 Shell |
WorkspaceUndoUtil.getShell(IAdaptable uiInfo)
Return the shell described by the specified adaptable, or the active
shell if no shell has been specified in the adaptable.
|
Modifier and Type | Method and Description |
---|---|
static IAdaptable |
WorkspaceUndoUtil.getUIInfoAdapter(Shell shell)
Make an
IAdaptable that adapts to the specified shell,
suitable for passing for passing to any
IUndoableOperation or
IOperationHistory method
that requires an IAdaptable
uiInfo parameter. |
Modifier and Type | Method and Description |
---|---|
Shell |
CommonDragAdapterAssistant.getShell() |
Shell |
ICommonViewerSite.getShell() |
protected Shell |
CommonDropAdapterAssistant.getShell() |
Modifier and Type | Method and Description |
---|---|
static ICommonViewerSite |
CommonViewerSiteFactory.createCommonViewerSite(String anId,
ISelectionProvider aSelectionProvider,
Shell aShell) |
Modifier and Type | Method and Description |
---|---|
Shell |
MultiPageEditorSite.getShell()
The
MultiPageEditorSite implementation of this
IWorkbenchPartSite method forwards to the multi-page
editor to return the shell. |
Shell |
PageSite.getShell() |
Constructor and Description |
---|
ViewSettingsDialog(Shell parentShell)
Create a new instance of the receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
IProgressService.showInDialog(Shell shell,
Job job)
Open a dialog on job when it starts to run and close it
when the job is finished.
|
Modifier and Type | Method and Description |
---|---|
Shell |
AbstractSplashHandler.getSplash()
Get the
Shell associated with this splash screen. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSplashHandler.init(Shell splash)
Initialize this splash implementation.
|
Constructor and Description |
---|
WorkbenchStatusDialogManager(Shell parentShell,
int displayMask,
String dialogTitle)
Deprecated.
As of 3.4 the
parentShell |
WorkbenchStatusDialogManager(Shell parentShell,
String dialogTitle)
Deprecated.
As of 3.4 the
parentShell |
Constructor and Description |
---|
FindReplaceAction(ResourceBundle bundle,
String prefix,
Shell shell,
IFindReplaceTarget target)
Creates a new find/replace action for the given target and shell.
|
Constructor and Description |
---|
TemplatePreferencePage.EditTemplateDialog(Shell parent,
Template template,
boolean edit,
boolean isNameModifiable,
ContextTypeRegistry registry)
Creates a new dialog.
|
Constructor and Description |
---|
BookmarkPropertiesDialog(Shell parentShell)
Creates the dialog.
|
BookmarkPropertiesDialog(Shell parentShell,
String title)
Creates the dialog.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
ResourceNavigatorAction.getShell()
Deprecated.
Returns the shell to use within actions.
|
Shell |
ResourceNavigator.getShell()
Deprecated.
use getViewSite().getShell()
|
Constructor and Description |
---|
ResourceNavigatorMoveAction(Shell shell,
StructuredViewer structureViewer)
Deprecated.
Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
|
ResourceNavigatorRenameAction(Shell shell,
TreeViewer treeViewer)
Deprecated.
Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer
for editing.
|
Constructor and Description |
---|
TaskPropertiesDialog(Shell parentShell)
Creates the dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportOperation.setContext(Shell shell)
Sets the context for use by the VCM provider to prompt the user
for check-out of files.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.