Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.compare.internal | |
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.debug.ui.sourcelookup |
Provides a user interface for debug platform source lookup facilities.
|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.preference |
Provides a framework for preferences.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
org.eclipse.jface.window |
Provides a general framework for creating and managing
windows.
|
org.eclipse.jface.wizard |
Provides a framework for wizards.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
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.forms |
Forms-based controls for use in views, editors, and wizards.
|
org.eclipse.ui.ide.dialogs |
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
|
org.eclipse.ui.intro |
Application programming interfaces for interaction
with and extension of the product introduction parts.
|
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.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.markers.internal | |
org.eclipse.ui.views.tasklist |
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
|
Modifier and Type | Class and Description |
---|---|
class |
EditionSelectionDialog
Deprecated.
Use an
org.eclipse.team.ui.history.IHistoryPageSource in conjunction with
the org.eclipse.team.ui.history.IHistoryView or a HistoryPageCompareEditorInput .
For sub-file elements, a org.eclipse.team.ui.history.ElementLocalHistoryPageSource can be used. |
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.compare.internal.ResizableDialog
Base class for resizable Dialogs with persistent window bounds.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugPopup
A
PopupDialog that is automatically positioned relative
to a specified anchor point. |
class |
InspectPopupDialog
A
DebugPopup that can be used to inspect an
IExpression object. |
class |
StringVariableSelectionDialog
A dialog that prompts the user to choose and configure a string
substitution variable.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceLookupDialog
A dialog for editing the source lookup path of a
source lookup director.
|
Modifier and Type | Class and Description |
---|---|
class |
Dialog
A dialog is a specialized window used for narrow-focused communication with
the user.
|
class |
ErrorDialog
A dialog to display one or more errors to the user, as contained in an
IStatus object. |
class |
IconAndMessageDialog
The IconAndMessageDialog is the abstract superclass of dialogs that have an
icon and a message as the first two widgets.
|
class |
InputDialog
A simple input dialog for soliciting an input string from the user.
|
class |
MessageDialog
A dialog for showing messages to the user.
|
class |
MessageDialogWithToggle
A message dialog which also allows the user to adjust a toggle setting.
|
class |
PopupDialog
A lightweight, transient dialog that is popped up to show contextual or
temporal information and is easily dismissed.
|
class |
ProgressMonitorDialog
A modal dialog that displays progress during a long running operation.
|
class |
StatusDialog
An abstract base class for dialogs with a status bar and OK/CANCEL buttons.
|
class |
TitleAreaDialog
A dialog that has a title area for displaying a title and an image as well as
a common area for displaying a description, a message, or an error message.
|
class |
TrayDialog
A
TrayDialog is a specialized Dialog that can contain
a tray on its side. |
Constructor and Description |
---|
Dialog(IShellProvider parentShell)
Creates a dialog with the given parent.
|
TrayDialog(IShellProvider parentShell)
Creates a tray dialog with the given parent.
|
Modifier and Type | Class and Description |
---|---|
class |
PreferenceDialog
A preference dialog is a hierarchical presentation of preference pages.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ConfigureColumns.forTable(Table table,
IShellProvider shellProvider)
Configure the columns of the given tree in a keyboard-accessible way,
using the given shell provider to parent dialogs.
|
static boolean |
ConfigureColumns.forTree(Tree tree,
IShellProvider shellProvider)
Configure the columns of the given tree in a keyboard-accessible way,
using the given shell provider to parent dialogs.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationWindow
An application window is a high-level "main window", with built-in
support for an optional menu bar with standard menus, an optional toolbar,
and an optional status line.
|
class |
SameShellProvider
Standard shell provider that always returns the shell containing the given
control.
|
class |
Window
A JFace window is an object that has no visual representation (no widgets)
until it is told to open.
|
Modifier and Type | Method and Description |
---|---|
static void |
Window.setDefaultModalParent(IShellProvider provider)
Sets the default parent for modal Windows.
|
Constructor and Description |
---|
Window(IShellProvider shellProvider)
Creates a new window which will create its shell as a child of whatever
the given shellProvider returns.
|
Modifier and Type | Class and Description |
---|---|
class |
WizardDialog
A dialog to show a wizard to the end user.
|
Modifier and Type | Class and Description |
---|---|
class |
SaveablePartDialog
Deprecated.
Clients should use a subclass of
CompareEditorInput
and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) |
Modifier and Type | Class and Description |
---|---|
class |
ParticipantPageDialog
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEditorSite
The primary interface between an editor part and the workbench.
|
interface |
IViewSite
The primary interface between a view part and the workbench.
|
interface |
IWorkbenchPartSite
The primary interface between a workbench part and the workbench.
|
interface |
IWorkbenchSite
The common interface between the workbench and its parts, including pages
within parts.
|
interface |
IWorkbenchWindow
A workbench window is a top level window in a workbench.
|
Modifier and Type | Method and Description |
---|---|
IShellProvider |
IWorkbench.getModalDialogShellProvider()
Return a shell provider that can be used to get the best parenting
possible for a modal dialog.
|
Modifier and Type | Method and Description |
---|---|
IJobRunnable |
Saveable.doSave(IProgressMonitor monitor,
IShellProvider shellProvider)
Saves this saveable, or prepares this saveable for a background save
operation.
|
boolean |
IWorkbench.saveAll(IShellProvider shellProvider,
IRunnableContext runnableContext,
ISaveableFilter filter,
boolean confirm)
Save all dirty saveables in the workbench that match the given filter.
|
Modifier and Type | Field and Description |
---|---|
protected IShellProvider |
CopyProjectAction.shellProvider
The IShellProvider in which to show any dialogs.
|
protected IShellProvider |
CopyResourceAction.shellProvider
The IShellProvider in which to show any dialogs.
|
protected IShellProvider |
CreateFolderAction.shellProvider
Deprecated.
The shell in which to show any dialogs.
|
protected IShellProvider |
CreateFileAction.shellProvider
Deprecated.
The shell in which to show any dialogs.
|
Constructor and Description |
---|
AddBookmarkAction(IShellProvider provider,
boolean promptForName)
Creates a new bookmark action.
|
AddTaskAction(IShellProvider provider)
Creates a new instance of the receiver.
|
BuildAction(IShellProvider provider,
int type)
Creates a new action of the appropriate type.
|
CloseResourceAction(IShellProvider provider)
Create the new action.
|
CloseResourceAction(IShellProvider provider,
String text)
Provide text to the action.
|
CloseUnrelatedProjectsAction(IShellProvider provider)
Creates this action.
|
CopyProjectAction(IShellProvider provider)
Creates a new project copy action with the default text.
|
CopyResourceAction(IShellProvider provider)
Creates a new action
|
CreateFileAction(IShellProvider provider)
Deprecated.
see deprecated tag on class
|
CreateFolderAction(IShellProvider provider)
Deprecated.
see deprecated tag on class
|
DeleteResourceAction(IShellProvider provider)
Creates a new delete resource action.
|
MoveProjectAction(IShellProvider provider)
Creates a new project move action and initializes it.
|
MoveResourceAction(IShellProvider provider)
Creates a new action.
|
OpenResourceAction(IShellProvider provider)
Creates a new action.
|
RefreshAction(IShellProvider provider)
Creates a new action.
|
RenameResourceAction(IShellProvider provider)
Creates a new action.
|
RenameResourceAction(IShellProvider provider,
Tree tree)
Creates a new action.
|
WorkspaceAction(IShellProvider provider,
String text)
Creates a new action with the given text.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementListSelectionDialog
An abstract class to select elements out of a list of elements.
|
class |
CheckedTreeSelectionDialog
A class to select elements out of a tree structure.
|
class |
ContainerSelectionDialog
A standard selection dialog which solicits a container resource from the user.
|
class |
EditorSelectionDialog
This class is used to allow the user to select a dialog from the set of
internal and external editors.
|
class |
ElementListSelectionDialog
A class to select elements out of a list of elements.
|
class |
ElementTreeSelectionDialog
A class to select elements out of a tree structure.
|
class |
FileSelectionDialog
Deprecated.
Use org.eclipse.swt.widgets.FileDialog,
|
class |
FilteredItemsSelectionDialog
Shows a list of items to the user with a text entry field for a string
pattern used to filter the list of items.
|
class |
FilteredResourcesSelectionDialog
Shows a list of resources to the user with a text entry field for a string
pattern used to filter the list of resources.
|
class |
ListDialog
A dialog that prompts for one element out of a list of elements.
|
class |
ListSelectionDialog
A standard dialog which solicits a list of selections from the user.
|
class |
MarkerResolutionSelectionDialog
Dialog to allow the user to select from a list of marker
resolutions.
|
class |
NewFolderDialog
The NewFolderDialog is used to create a new folder.
|
class |
ProjectLocationMoveDialog
The ProjectLocationMoveDialog is the dialog used to select the location of a
project for moving.
|
class |
ProjectLocationSelectionDialog
The ProjectLocationSelectionDialog is the dialog used to select the name and
location of a project for copying.
|
class |
ResourceListSelectionDialog
Shows a list of resources to the user with a text entry field
for a string pattern used to filter the list of resources.
|
class |
ResourceSelectionDialog
A standard resource selection dialog which solicits a list of resources from
the user.
|
class |
SaveAsDialog
A standard "Save As" dialog which solicits a path from the user.
|
class |
SelectionDialog
The abstract implementation of a selection dialog.
|
class |
SelectionStatusDialog
An abstract base class for dialogs with a status bar and ok/cancel buttons.
|
class |
TwoPaneElementSelector
A list selection dialog with two panes.
|
class |
TypeFilteringDialog
The TypeFilteringDialog is a SelectionDialog that allows the user to select a
file editor.
|
class |
YesNoCancelListSelectionDialog
Deprecated.
Providing Cancel in addition to Yes/No is confusing. It is better
to subclass the regular ListSelectionDialog, which uses
OK/Cancel, and provide a separate checkbox if necessary.
|
Constructor and Description |
---|
PropertyDialogAction(IShellProvider shell,
ISelectionProvider provider)
Creates a new action for opening a property dialog on the elements from
the given selection provider.
|
Modifier and Type | Class and Description |
---|---|
class |
FormDialog
A general-purpose dialog that hosts a form.
|
Constructor and Description |
---|
FormDialog(IShellProvider parentShellProvider)
Creates a new form dialog for a provided parent shell provider.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportTypeDialog
Dialog to let the user customise how files and resources are created in a project
hierarchy after the user drag and drop items on a workspace container.
|
class |
PathVariableSelectionDialog
A selection dialog which shows the path variables defined in the
workspace.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IIntroSite
The primary interface between an intro part and the workbench.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPageSite
The primary interface between a page and the outside world.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPageEditorSite
Site for a nested editor within a multi-page editor.
|
class |
PageSite
This implementation of
IPageSite provides a site for a page
within a PageBookView . |
Modifier and Type | Class and Description |
---|---|
class |
ViewSettingsDialog
The ViewSettingsDialog is an abstract class that
provides some common functionality for view preferences.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
TemplatePreferencePage.EditTemplateDialog
Dialog to edit a template.
|
Modifier and Type | Class and Description |
---|---|
class |
BookmarkPropertiesDialog
Shows the properties of a new or existing bookmark
This class was made public in 3.3.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.ui.views.markers.internal.DialogMarkerProperties
Shows the properties of a new or existing marker
In 3.3, this class was refactored to allow pre-existing public dialog classes
to share the implementation.
|
class |
org.eclipse.ui.views.markers.internal.DialogTaskProperties
DialogTaskProperties is the properties dialog
for tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskPropertiesDialog
Shows the properties of a new or existing task, or a problem.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.