Uses of Class
org.eclipse.jface.window.WindowManager
Package
Description
Provides a general framework for creating and managing
windows.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
-
Uses of WindowManager in org.eclipse.jface.window
Modifier and TypeMethodDescriptionWindow.getWindowManager()
Returns the window manager of this window.Modifier and TypeMethodDescriptionvoid
Window.setWindowManager
(WindowManager manager) Sets the window manager of this window.ModifierConstructorDescriptionWindowManager
(WindowManager parent) Creates an empty window manager with the given window manager as parent. -
Uses of WindowManager in org.eclipse.ui.application
Modifier and TypeMethodDescriptionIWorkbenchConfigurer.getWorkbenchWindowManager()
Returns the workbench window manager. -
Uses of WindowManager in org.eclipse.ui.internal