Uses of Class
org.freehep.application.mdi.PageManager

Packages that use PageManager
org.freehep.application.mdi   
org.freehep.application.studio   
 

Uses of PageManager in org.freehep.application.mdi
 

Subclasses of PageManager in org.freehep.application.mdi
 class ControlPageManager
          A TabbedPageManager that only shows its tabs when there is more than one page.
 class InternalFramePageManager
          A PageManager which manages its pages as InternalFrames on a Desktop
 class TabbedPageManager
           
 

Methods in org.freehep.application.mdi that return PageManager
protected  PageManager MDIApplication.createConsoleManager()
           
protected  PageManager MDIApplication.createControlManager()
           
protected  PageManager MDIApplication.createManager(String type)
           
protected  PageManager MDIApplication.createPageManager()
           
 PageManager MDIApplication.getConsoleManager()
           
 PageManager MDIApplication.getControlManager()
           
 PageManager MDIApplication.getPageManager()
           
 PageManager MDIApplication.selectedPageManager()
           
 

Methods in org.freehep.application.mdi with parameters of type PageManager
 void MDIApplication.setConsoleManager(PageManager manager)
           
 void MDIApplication.setControlManager(PageManager manager)
           
 void MDIApplication.setPageManager(PageManager manager)
           
 void MDIApplication.setSelectedPageManager(PageManager manager)
           
 

Uses of PageManager in org.freehep.application.studio
 

Methods in org.freehep.application.studio that return PageManager
protected  PageManager Studio.createPageManager()
           
protected  PageManager Studio.createRealPageManager()
           
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.