|
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.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JScrollPane
net.java.sip.communicator.impl.gui.customcontrols.SCScrollPane
net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
public class AccountRegSummaryPage
The AccountRegSummaryPage is the last page of the account registration wizard.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JScrollPane |
|---|
JScrollPane.AccessibleJScrollPane, JScrollPane.ScrollBar |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JScrollPane |
|---|
columnHeader, horizontalScrollBar, horizontalScrollBarPolicy, lowerLeft, lowerRight, rowHeader, upperLeft, upperRight, verticalScrollBar, verticalScrollBarPolicy, viewport |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface net.java.sip.communicator.service.gui.WizardPage |
|---|
DEFAULT_PAGE_IDENTIFIER, FINISH_PAGE_IDENTIFIER, SUMMARY_PAGE_IDENTIFIER |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AccountRegSummaryPage(AccountRegWizardContainerImpl wizardContainer)
Creates an AccountRegSummaryPage. |
|
| Method Summary | |
|---|---|
void |
commitPage()
Implements the WizardPage.pageNext method, which is invoked from the wizard container when user clicks the "Next" button. |
Object |
getBackPageIdentifier()
Implements the WizardPage.getBackPageIdentifier method. |
Object |
getIdentifier()
Implements the WizardPage.getIdentifier method. |
Object |
getNextPageIdentifier()
Implements the WizardPage.getNextPageIdentifier method. |
Object |
getWizardForm()
Implements the WizardPage.getWizardForm method. |
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 obtains the summary data from the current wizard. |
void |
pageShown()
Invoked when this WizardPage is shown to the user and has become the current wizard page. |
| Methods inherited from class net.java.sip.communicator.impl.gui.customcontrols.SCScrollPane |
|---|
setViewportView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccountRegSummaryPage(AccountRegWizardContainerImpl wizardContainer)
wizardContainer - The account registration wizard container where
this summary page is registered.| Method Detail |
|---|
public Object getIdentifier()
WizardPage.getIdentifier method.
getIdentifier in interface WizardPagepublic Object getNextPageIdentifier()
WizardPage.getNextPageIdentifier method.
getNextPageIdentifier in interface WizardPagepublic Object getBackPageIdentifier()
WizardPage.getBackPageIdentifier method.
getBackPageIdentifier in interface WizardPagepublic Object getWizardForm()
WizardPage.getWizardForm method.
getWizardForm in interface WizardPagepublic void pageShowing()
pageShowing in interface WizardPagepublic void commitPage()
commitPage in interface WizardPagepublic void pageBack()
WizardPage
pageBack 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 WizardPage
|
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 | |||||||||