public class ControlPageManager extends TabbedPageManager
PageManager.PageManagerCommandProcessor
Constructor and Description |
---|
ControlPageManager()
Creates new ControlPageManager
|
Modifier and Type | Method and Description |
---|---|
PageContext |
openPage(Component c,
String title,
Icon icon,
String type,
boolean selectOnOpen)
Submits a new page to this page manager.
|
getSelectedPage, getTabPlacement, setTabPlacement
addPageListener, closeAll, getContext, getPageCount, openPage, openPage, pages, removePageListener, setPageManagerType
public PageContext openPage(Component c, String title, Icon icon, String type, boolean selectOnOpen)
PageManager
openPage
in class TabbedPageManager
c
- Graphical component to be handled by this page manager.title
- Name for the page.icon
- Icon for the page.type
- Type of the page.selectOnOpen
- If true
, the page will be selected and displayed.
Implementation provided by this class ignores this parameter.PageContext
instance that can be used to handle the submitted page.Copyright © 2000–2017 FreeHEP. All rights reserved.