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

Packages that use PageManager
org.freehep.application.mdi   
 

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
 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)
           
 



Copyright © 2000-2014 FreeHEP. All Rights Reserved.