|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssistantPageContext
Instances of this interface provide the context for
implementations of AssistantPage.
| Method Summary | |
|---|---|
AssistantPage |
getCurrentPage()
Gets the currently displayed page. |
Window |
getWindow()
The window in which the AssistantPage is shown. |
void |
setCurrentPage(AssistantPage page)
Sets the currently displayed page. |
void |
showErrorDialog(String message)
Shows an error dialog with the given message. |
void |
updateState()
Forces an updated of the state. |
| Method Detail |
|---|
Window getWindow()
AssistantPage is shown.
AssistantPage getCurrentPage()
page.
void setCurrentPage(AssistantPage page)
page.
Should only be called by the framwoerk.
page - The current page.void updateState()
void showErrorDialog(String message)
message - The error message to display.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||