|
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.JPanel
net.java.sip.communicator.util.swing.TransparentPanel
net.java.sip.communicator.impl.gui.main.contactlist.addcontact.AddContactPanel
public class AddContactPanel
The AddContactPanel is the form for adding a contact. It's used in the "Add Contact" wizard and the "Add Contact" dialog.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| 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.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 java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AddContactPanel()
Creates and initializes the AddContactPanel. |
|
AddContactPanel(WizardContainer wizard)
Creates and initializes the AddContactPanel. |
|
AddContactPanel(WizardContainer wizard,
String contactAddress)
Creates and initializes the AddContactPanel. |
|
| Method Summary | |
|---|---|
void |
changedUpdate(DocumentEvent e)
|
String |
getUIN()
Returns the string identifier entered by user. |
void |
insertUpdate(DocumentEvent e)
Indicates that a letter has been inserted in the document. |
void |
removeUpdate(DocumentEvent e)
Indicates that a letter has been removed from the document. |
void |
requestFocusInField()
Requests the focus in the text field. |
void |
setNextFinishButtonAccordingToUIN()
Updates the state of next and finish buttons according to the text in the text field. |
void |
setUIN(String uin)
Sets the user identifier. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddContactPanel()
public AddContactPanel(WizardContainer wizard)
wizard - the parent wizard, where this add contact panel is added
public AddContactPanel(WizardContainer wizard,
String contactAddress)
wizard - the parent wizard, where this add contact panel is addedcontactAddress - the address of the contact to add| Method Detail |
|---|
public String getUIN()
public void setUIN(String uin)
uin - the user identifierpublic void requestFocusInField()
public void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenere - the DocumentEvent that notified uspublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenere - the DocumentEvent that notified uspublic void setNextFinishButtonAccordingToUIN()
|
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 | |||||||||