Uses of Package
org.eclipse.jface.window
-
Packages that use org.eclipse.jface.window 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.notifications 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.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.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.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.ltk.ui.refactoring.resource Application programming interface to actions related to resource refactorings.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.application Application-level APIs for configuring and controling 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.preferencesorg.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.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. -
Classes in org.eclipse.jface.window used by org.eclipse.compare Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.compare.internal Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.debug.ui Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.debug.ui.sourcelookup Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.jface.dialogs Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.jface.notifications Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.jface.preference Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.jface.util Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.jface.viewers Class Description DefaultToolTip Default implementation of ToolTip that provides an iconofied label with font and color controls by subclass.ToolTip This class gives implementors to provide customized tooltips for any control. -
Classes in org.eclipse.jface.window used by org.eclipse.jface.window Class Description IShellProvider Interface for objects that can return a shell.ToolTip This class gives implementors to provide customized tooltips for any control.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open.Window.IExceptionHandler This interface defines a Exception Handler which can be set as a global handler and will be called if an exception happens in the event loop.WindowManager A manager for a group of windows. -
Classes in org.eclipse.jface.window used by org.eclipse.jface.wizard Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ltk.ui.refactoring Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.ltk.ui.refactoring.history Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.ltk.ui.refactoring.resource Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.team.ui Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.team.ui.synchronize Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.actions Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.application Class Description WindowManager A manager for a group of windows. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.dialogs Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.forms Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.ide.dialogs Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.intro Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.part Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.preferences Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.texteditor.templates Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.views.bookmarkexplorer Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.views.markers.internal Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.views.tasklist Class Description IShellProvider Interface for objects that can return a shell.Window A JFace window is an object that has no visual representation (no widgets) until it is told to open. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.wizards.datatransfer Class Description IShellProvider Interface for objects that can return a shell. -
Classes in org.eclipse.jface.window used by org.eclipse.ui.wizards.newresource Class Description IShellProvider Interface for objects that can return a shell.