Uses of Class
org.springframework.richclient.application.WindowManager

Packages that use WindowManager
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.application.support   
 

Uses of WindowManager in org.springframework.richclient.application
 

Methods in org.springframework.richclient.application that return WindowManager
 WindowManager WindowManager.getParent()
           
 WindowManager Application.getWindowManager()
           
 

Methods in org.springframework.richclient.application with parameters of type WindowManager
 void ApplicationWindow.setWindowManager(WindowManager windowManager)
           
 

Constructors in org.springframework.richclient.application 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.springframework.richclient.application.support
 

Methods in org.springframework.richclient.application.support with parameters of type WindowManager
 void AbstractApplicationWindow.setWindowManager(WindowManager windowManager)
           
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.