|
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.JoinChatRoomWizardPage1
public class JoinChatRoomWizardPage1
The CreateChatRoomWizardPage1 is the first page of the "Create chat room" wizard. Contains the SelectAccountPanel, where the user should select the account, for which the new chat room will be created.
| Field Summary | |
|---|---|
static String |
IDENTIFIER
The identifier of this wizard page. |
| Fields inherited from interface net.java.sip.communicator.service.gui.WizardPage |
|---|
DEFAULT_PAGE_IDENTIFIER, FINISH_PAGE_IDENTIFIER, SUMMARY_PAGE_IDENTIFIER |
| Constructor Summary | |
|---|---|
JoinChatRoomWizardPage1(WizardContainer wizard,
NewChatRoom joinChatRoom,
Iterator<ChatRoomProviderWrapper> chatRoomProviders)
Creates an instance of JoinChatRoomWizardPage1. |
|
| Method Summary | |
|---|---|
void |
commitPage()
Saves the selected account before going to the next page. |
Object |
getBackPageIdentifier()
Returns the identifier of the back wizard page. |
Object |
getIdentifier()
Returns the identifier of this wizard page. |
Object |
getNextPageIdentifier()
Returns 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()
Invoked when this WizardPage will be hidden eighter because the user has clicked "Back" or "Next". |
void |
pageShowing()
Before the panel is displayed checks the selections and enables the next button if a check box is already selected or disables it if nothing is selected. |
void |
pageShown()
Invoked when this WizardPage is shown to the user and has become the current wizard page. |
void |
valueChanged(ListSelectionEvent e)
Listens for selection evens so that we would only enable the next button if an account has actually been chosen. |
| 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 JoinChatRoomWizardPage1(WizardContainer wizard,
NewChatRoom joinChatRoom,
Iterator<ChatRoomProviderWrapper> chatRoomProviders)
wizard - the parent wizard containerjoinChatRoom - the object that will collect the information through
the wizardchatRoomProviders - The list of available installed
ChatRoomProviderWrapper, from which the user could select.| Method Detail |
|---|
public void pageShowing()
pageShowing in interface WizardPagepublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenere - the ListSelectionEvent that has just occurred.public Object getIdentifier()
getIdentifier in interface WizardPagepublic Object getNextPageIdentifier()
getNextPageIdentifier in interface WizardPagepublic Object getBackPageIdentifier()
getBackPageIdentifier in interface WizardPagepublic Object getWizardForm()
getWizardForm in interface WizardPagepublic void pageHiding()
WizardPageYou should add here all operations you need to be executed when this WizardPage is about to be hidden.
pageHiding in interface WizardPagepublic void pageShown()
WizardPageYou should add here all operations you need to be executed when this WizardPage is shown.
pageShown in interface WizardPagepublic void commitPage()
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 | |||||||||