Uses of Class
org.eclipse.jface.window.Window
Packages that use Window
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
Provides support for dialogs.
Provides a framework for preferences.
Provides a general framework for creating and managing
windows.
Provides a framework for wizards.
Provides basic support for managing Team providers.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Forms-based controls for use in views, editors, and wizards.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
-
Uses of Window in org.eclipse.compare
Subclasses of Window in org.eclipse.compare -
Uses of Window in org.eclipse.compare.internal
Subclasses of Window in org.eclipse.compare.internalModifier and TypeClassDescriptionclass
class
This is a dialog that can host aCompareEditorInput
.class
This is a dialog that can invoke the compare editor on chosen files.class
class
Base class for resizable Dialogs with persistent window bounds. -
Uses of Window in org.eclipse.debug.ui
Subclasses of Window in org.eclipse.debug.uiModifier and TypeClassDescriptionclass
APopupDialog
that is automatically positioned relative to a specified anchor point.class
ADebugPopup
that can be used to inspect anIExpression
object.class
A dialog that prompts the user to choose and configure a string substitution variable. -
Uses of Window in org.eclipse.debug.ui.sourcelookup
Subclasses of Window in org.eclipse.debug.ui.sourcelookupModifier and TypeClassDescriptionclass
A dialog for editing the source lookup path of a source lookup director. -
Uses of Window in org.eclipse.e4.ui.bindings.internal
Subclasses of Window in org.eclipse.e4.ui.bindings.internalModifier and TypeClassDescriptionclass
A dialog displaying a list of key bindings. -
Uses of Window in org.eclipse.jface.dialogs
Subclasses of Window in org.eclipse.jface.dialogsModifier and TypeClassDescriptionclass
The abstract implementation of a selection dialog.class
A dialog is a specialized window used for narrow-focused communication with the user.class
A dialog to display one or more errors to the user, as contained in anIStatus
object.class
The IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.class
A simple input dialog for soliciting an input string from the user.class
A dialog for showing messages to the user.class
A message dialog which also allows the user to adjust a toggle setting.class
The PlainMessageDialog represents a message dialog with a clear, simple API to create dialogs with message, buttons and image.class
A lightweight, transient dialog that is popped up to show contextual or temporal information and is easily dismissed.class
A modal dialog that displays progress during a long running operation.class
An abstract base class for dialogs with a status bar and OK/CANCEL buttons.class
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
ATrayDialog
is a specializedDialog
that can contain a tray on its side. -
Uses of Window in org.eclipse.jface.notifications
Subclasses of Window in org.eclipse.jface.notificationsModifier and TypeClassDescriptionclass
class
NotificationPopup is a default implementation ofAbstractNotificationPopup
. -
Uses of Window in org.eclipse.jface.preference
Subclasses of Window in org.eclipse.jface.preferenceModifier and TypeClassDescriptionclass
A preference dialog is a hierarchical presentation of preference pages. -
Uses of Window in org.eclipse.jface.window
Subclasses of Window in org.eclipse.jface.windowModifier and TypeClassDescriptionclass
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.Methods in org.eclipse.jface.window that return WindowModifier and TypeMethodDescriptionWindow[]
WindowManager.getWindows()
Returns this window manager's set of windows.Methods in org.eclipse.jface.window with parameters of type Window -
Uses of Window in org.eclipse.jface.wizard
Subclasses of Window in org.eclipse.jface.wizard -
Uses of Window in org.eclipse.team.ui
Subclasses of Window in org.eclipse.team.uiModifier and TypeClassDescriptionclass
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
-
Uses of Window in org.eclipse.team.ui.synchronize
Subclasses of Window in org.eclipse.team.ui.synchronizeModifier and TypeClassDescriptionclass
Deprecated. -
Uses of Window in org.eclipse.ui.dialogs
Subclasses of Window in org.eclipse.ui.dialogsModifier and TypeClassDescriptionclass
An abstract class to select elements out of a list of elements.class
A class to select elements out of a tree structure.class
A standard selection dialog which solicits a container resource from the user.class
This class is used to allow the user to select a dialog from the set of internal and external editors.class
A class to select elements out of a list of elements.class
A class to select elements out of a tree structure.class
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
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
A dialog that prompts for one element out of a list of elements.class
A standard dialog which solicits a list of selections from the user.class
Dialog to allow the user to select from a list of marker resolutions.class
The NewFolderDialog is used to create a new folder.class
The ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.class
The ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.class
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
A standard resource selection dialog which solicits a list of resources from the user.class
A standard "Save As" dialog which solicits a path from the user.class
The abstract implementation of a selection dialog.class
An abstract base class for dialogs with a status bar and ok/cancel buttons.class
A list selection dialog with two panes.class
The TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.class
Deprecated.Providing Cancel in addition to Yes/No is confusing. -
Uses of Window in org.eclipse.ui.forms
Subclasses of Window in org.eclipse.ui.forms -
Uses of Window in org.eclipse.ui.ide.dialogs
Subclasses of Window in org.eclipse.ui.ide.dialogsModifier and TypeClassDescriptionclass
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.final class
A selection dialog which shows the path variables defined in the workspace. -
Uses of Window in org.eclipse.ui.internal
Subclasses of Window in org.eclipse.ui.internalModifier and TypeClassDescriptionstatic class
-
Uses of Window in org.eclipse.ui.preferences
Subclasses of Window in org.eclipse.ui.preferencesModifier and TypeClassDescriptionclass
The ViewSettingsDialog is an abstract class that provides some common functionality for view preferences. -
Uses of Window in org.eclipse.ui.texteditor.templates
Subclasses of Window in org.eclipse.ui.texteditor.templatesModifier and TypeClassDescriptionprotected static class
Dialog to edit a template. -
Uses of Window in org.eclipse.ui.views.markers.internal
Subclasses of Window in org.eclipse.ui.views.markers.internalModifier and TypeClassDescriptionclass
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
DialogTaskProperties is the properties dialog for tasks. -
Uses of Window in org.eclipse.ui.views.tasklist
Subclasses of Window in org.eclipse.ui.views.tasklistModifier and TypeClassDescriptionclass
Shows the properties of a new or existing task, or a problem.
org.eclipse.team.ui.history.IHistoryPageSource
in conjunction with theorg.eclipse.team.ui.history.IHistoryView
or aHistoryPageCompareEditorInput
.