|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageContext | |
---|---|
org.freehep.application.mdi |
Uses of PageContext in org.freehep.application.mdi |
---|
Methods in org.freehep.application.mdi that return PageContext | |
---|---|
PageContext |
PageEvent.getPageContext()
|
PageContext |
PageManager.getSelectedPage()
|
PageContext |
TabbedPageManager.getSelectedPage()
|
PageContext |
PageManager.openPage(Component c,
String title,
Icon icon)
|
PageContext |
ControlPageManager.openPage(Component c,
String title,
Icon icon,
String type)
|
PageContext |
InternalFramePageManager.openPage(Component c,
String title,
Icon icon,
String type)
|
PageContext |
PageManager.openPage(Component c,
String title,
Icon icon,
String type)
|
PageContext |
TabbedPageManager.openPage(Component c,
String title,
Icon icon,
String type)
|
Methods in org.freehep.application.mdi with parameters of type PageContext | |
---|---|
protected boolean |
ControlPageManager.close(PageContext page)
|
protected boolean |
InternalFramePageManager.close(PageContext page)
|
protected boolean |
PageManager.close(PageContext page)
|
protected boolean |
TabbedPageManager.close(PageContext page)
|
protected void |
PageManager.firePageEvent(PageContext context,
int id)
|
protected void |
PageManager.firePageOpened(PageContext context)
|
protected void |
PageManager.fireSelectionChanged(PageContext context)
|
protected void |
InternalFramePageManager.iconChanged(PageContext page)
|
protected abstract void |
PageManager.iconChanged(PageContext page)
|
protected void |
TabbedPageManager.iconChanged(PageContext page)
|
protected int |
ControlPageManager.indexOfPage(PageContext page)
|
protected int |
TabbedPageManager.indexOfPage(PageContext page)
|
protected void |
InternalFramePageManager.init(List pages,
PageContext selected)
|
protected void |
PageManager.init(List pages,
PageContext selected)
|
protected void |
TabbedPageManager.init(List pages,
PageContext selected)
|
void |
ManagedPage.setPageContext(PageContext context)
Called after the page is created to set its page context. |
protected void |
ControlPageManager.show(PageContext page)
|
protected void |
InternalFramePageManager.show(PageContext page)
|
protected abstract void |
PageManager.show(PageContext page)
|
protected void |
TabbedPageManager.show(PageContext page)
|
protected void |
InternalFramePageManager.titleChanged(PageContext page)
|
protected abstract void |
PageManager.titleChanged(PageContext page)
|
protected void |
TabbedPageManager.titleChanged(PageContext page)
|
Constructors in org.freehep.application.mdi with parameters of type PageContext | |
---|---|
PageEvent(PageContext source,
int id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |