Package | Description |
---|---|
org.freehep.application.mdi |
Modifier and Type | Method and Description |
---|---|
PageContext |
PageManager.getContext(Component page) |
PageContext |
PageEvent.getPageContext() |
PageContext |
TabbedPageManager.getSelectedPage() |
PageContext |
PageManager.getSelectedPage() |
PageContext |
PageManager.openPage(Component page,
String title,
Icon icon)
Submits a new page to this page manager.
|
PageContext |
PageManager.openPage(Component page,
String title,
Icon icon,
String type)
Submits a new page to this page manager.
|
PageContext |
TabbedPageManager.openPage(Component c,
String title,
Icon icon,
String type,
boolean selectOnOpen) |
PageContext |
DockPageManager.openPage(Component page,
String title,
Icon icon,
String type,
boolean selectOnOpen)
Submits a new page to this page manager.
|
PageContext |
ControlPageManager.openPage(Component c,
String title,
Icon icon,
String type,
boolean selectOnOpen) |
PageContext |
PageManager.openPage(Component page,
String title,
Icon icon,
String type,
boolean selectOnOpen)
Submits a new page to this page manager.
|
PageContext |
InternalFramePageManager.openPage(Component c,
String title,
Icon icon,
String type,
boolean selectOnOpen) |
Modifier and Type | Method and Description |
---|---|
List<PageContext> |
PageManager.pages() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedPage.setPageContext(PageContext context)
Called after the page is created to set its page context.
|
Constructor and Description |
---|
PageEvent(PageContext source,
int id) |
Copyright © 2000–2015 FreeHEP. All rights reserved.