|
SIP Communicator: 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.contactlist.addcontact.AddContactWizardPage2
public class AddContactWizardPage2
The AddContactWizardPage2 is the second page of the "Add Contact" wizard. Contains the SelectGroupPanel, where the user should select the group, where the new contact will be added.
| 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 | |
|---|---|
AddContactWizardPage2(AddContactWizard wizard,
NewContact newContact)
Creates an instance of AddContactWizardPage2. |
|
| Method Summary | |
|---|---|
void |
commitPage()
Invoked when user clicks on the "Next" wizard button. |
int |
countGroups()
The number of groups. |
void |
editingCanceled(ChangeEvent e)
When user canceled editing the next button is enabled or disabled depending on if the user has selected a check box or not. |
void |
editingStopped(ChangeEvent e)
When user stopped editing the next button is enabled or disabled depending on if the user has selected a check box or not. |
Object |
getBackPageIdentifier()
Implements the WizardPanelDescriptor method to return the identifier of the previous wizard page. |
Object |
getIdentifier()
Returns the identifier of this WizardPage. |
Object |
getNextPageIdentifier()
Implements the WizardPanelDescriptor method to return the identifier of the next wizard page. |
Object |
getWizardForm()
Returns the user interface form represented by this 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 checkbox 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. |
| 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 AddContactWizardPage2(AddContactWizard wizard,
NewContact newContact)
wizard - the parent wizard, where this page is containednewContact - An object that collects all user choices through the
wizard.| Method Detail |
|---|
public Object getNextPageIdentifier()
getNextPageIdentifier in interface WizardPagepublic Object getBackPageIdentifier()
getBackPageIdentifier in interface WizardPagepublic void pageShowing()
pageShowing in interface WizardPagepublic void editingCanceled(ChangeEvent e)
editingCanceled in interface CellEditorListenerpublic void editingStopped(ChangeEvent e)
editingStopped in interface CellEditorListenerpublic Object getIdentifier()
WizardPage
getIdentifier in interface WizardPagepublic Object getWizardForm()
WizardPage
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()
WizardPage
commitPage in interface WizardPagepublic void pageBack()
WizardPage
pageBack in interface WizardPagepublic int countGroups()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||