Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.jface.window.WindowManager

Packages that use WindowManager
org.eclipse.jface.window Provides a general framework for creating and managing windows.  
org.eclipse.ui.application 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 WindowManager
 WindowManager Window.getWindowManager()
          Returns the window manager of this window.
 

Methods in org.eclipse.jface.window with parameters of type WindowManager
 void Window.setWindowManager(WindowManager manager)
          Sets the window manager of this window.
 

Constructors in org.eclipse.jface.window with parameters of type WindowManager
WindowManager(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 WindowManager
 WindowManager IWorkbenchConfigurer.getWorkbenchWindowManager()
          Returns the workbench window manager.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.