Uses of Class
org.eclipse.jface.window.WindowManager
Packages that use 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
Methods in org.eclipse.jface.window that return WindowManagerModifier and TypeMethodDescriptionWindow.getWindowManager()
Returns the window manager of this window.Methods in org.eclipse.jface.window with parameters of type WindowManagerModifier and TypeMethodDescriptionvoid
Window.setWindowManager
(WindowManager manager) Sets the window manager of this window.Constructors in org.eclipse.jface.window with parameters of type WindowManagerModifierConstructorDescriptionWindowManager
(WindowManager parent) Creates an empty window manager with the given window manager as parent. -
Uses of WindowManager in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return WindowManagerModifier and TypeMethodDescriptionIWorkbenchConfigurer.getWorkbenchWindowManager()
Returns the workbench window manager. -
Uses of WindowManager in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return WindowManager