|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
public class JoinChatRoomWizardPage2
The JoinChatRoomWizardPage2 is the second page of the "Join chat room" wizard. Contains the SearchChatRoomPanel, where the user should specify the chat room to join.
| Field Summary | |
|---|---|
static String |
IDENTIFIER
|
| Fields inherited from interface net.java.sip.communicator.service.gui.WizardPage |
|---|
DEFAULT_PAGE_IDENTIFIER, FINISH_PAGE_IDENTIFIER, SUMMARY_PAGE_IDENTIFIER |
| Constructor Summary | |
|---|---|
JoinChatRoomWizardPage2(WizardContainer wizard,
NewChatRoom joinChatRoom)
Creates an instance of JoinChatRoomWizardPage2. |
|
| Method Summary | |
|---|---|
void |
commitPage()
Invoked when user clicks on the "Next" wizard button. |
Object |
getBackPageIdentifier()
Implements the WizardPanelDescriptor method to return the identifier of the previous wizard page. |
Object |
getIdentifier()
Implements the WizardPanelDescriptor method to return the identifier of this page. |
Object |
getNextPageIdentifier()
Implements the WizardPanelDescriptor method to return the identifier of the next wizard page. |
Object |
getWizardForm()
Returns the form contained in this wizard page. |
void |
pageBack()
Invoked when user clicks on the "Back" wizard button. |
void |
pageHiding()
Before finishing the wizard sets the identifier entered by the user to the NewChatRoom object. |
void |
pageShowing()
Invoked when this WizardPage will be shown eighter because the user has clicked "Back" on the next wizard page or "Next" on the previous one. |
void |
pageShown()
Pre-configures some properties when showing the page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String IDENTIFIER
| Constructor Detail |
|---|
public JoinChatRoomWizardPage2(WizardContainer wizard,
NewChatRoom joinChatRoom)
wizard - the parent wizard containerjoinChatRoom - the object that collects all information for the
chat room, collected throughout the wizard| Method Detail |
|---|
public Object getNextPageIdentifier()
getNextPageIdentifier in interface WizardPagepublic Object getBackPageIdentifier()
getBackPageIdentifier in interface WizardPagepublic void pageHiding()
pageHiding in interface WizardPagepublic Object getIdentifier()
getIdentifier in interface WizardPagepublic Object getWizardForm()
getWizardForm in interface WizardPagepublic void pageShown()
pageShown in interface WizardPagepublic void pageShowing()
WizardPageYou should add here all operations you need to be executed when this WizardPage is about to be shown.
pageShowing in interface WizardPagepublic void commitPage()
WizardPage
commitPage in interface WizardPagepublic void pageBack()
WizardPage
pageBack in interface WizardPage
|
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 | |||||||||