|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardContainer
The WizardContainer is a base wizard interface that allows to control the wizard buttons. It is extended by the AccountRegistrationWizardContainer and for now is used only there. In spite of this fact it's defined in a different interface, because of the more general character of the methods. It could be extended in the future to make a complete wizard interface.
| Method Summary | |
|---|---|
boolean |
isBackButtonEnabled()
Returns TRUE if "Back" wizard button is enabled, FALSE otherwise. |
boolean |
isCancelButtonEnabled()
Returns TRUE if "Cancel" wizard button is enabled, FALSE otherwise. |
boolean |
isNextFinishButtonEnabled()
Returns TRUE if "Next" or "Finish" wizard button is enabled, FALSE otherwise. |
void |
refresh()
Refreshes the current content of this wizard container. |
void |
setBackButtonEnabled(boolean newValue)
Sets the "Back" wizard button enabled or disabled. |
void |
setCancelButtonEnabled(boolean newValue)
Sets the "Cancel" wizard button enabled or disabled. |
void |
setFinishButtonText(String text)
Sets the text label of the "Finish" wizard button. |
void |
setNextFinishButtonEnabled(boolean newValue)
Sets the "Next" or "Finish" wizard button enabled or disabled. |
| Method Detail |
|---|
boolean isBackButtonEnabled()
void setBackButtonEnabled(boolean newValue)
newValue - TRUE to enable the "Back" wizard button, FALSE to
disable it.boolean isNextFinishButtonEnabled()
void setNextFinishButtonEnabled(boolean newValue)
newValue - TRUE to enable the "Next" or "Finish" wizard button,
FALSE to disable it.boolean isCancelButtonEnabled()
void setCancelButtonEnabled(boolean newValue)
newValue - TRUE to enable the "Cancel" wizard button, FALSE to
disable it.void setFinishButtonText(String text)
text - the new label of the buttonvoid refresh()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||