|
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.JList
net.java.sip.communicator.impl.gui.main.account.AccountList
public class AccountList
The AccountList is the list of currently registered accounts shown in the options form.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JList |
|---|
JList.AccessibleJList, JList.DropLocation |
| 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.JList |
|---|
HORIZONTAL_WRAP, VERTICAL, VERTICAL_WRAP |
| 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.protocol.event.ProviderPresenceStatusListener |
|---|
STATUS_MESSAGE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AccountList(AccountsConfigurationPanel parentConfigPanel)
Creates an instance of this account list by specifying the parent container of the list. |
|
| Method Summary | |
|---|---|
void |
ensureAccountRemoved(AccountID accountID)
Ensures that the account with the given accountID is removed from the list. |
Account |
getSelectedAccount()
Returns the selected account. |
void |
mouseClicked(MouseEvent e)
Listens for double mouse click events in order to open the edit form. |
void |
mouseEntered(MouseEvent e)
|
void |
mouseExited(MouseEvent e)
|
void |
mousePressed(MouseEvent e)
Dispatches the mouse event to the contained renderer check box. |
void |
mouseReleased(MouseEvent e)
|
void |
providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
Refreshes the account status icon, when the status has changed. |
void |
providerStatusMessageChanged(PropertyChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the status message of the corresponding provider has occurred and has been confirmed by the server. |
void |
registrationStateChanged(RegistrationStateChangeEvent evt)
Refreshes the account status icon, when the status has changed. |
void |
serviceChanged(org.osgi.framework.ServiceEvent event)
Implements the ServiceListener method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccountList(AccountsConfigurationPanel parentConfigPanel)
parentConfigPanel - the container where this list is added.| Method Detail |
|---|
public Account getSelectedAccount()
public void providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
providerStatusChanged in interface ProviderPresenceStatusListenerevt - the ProviderPresenceStatusChangeEvent that notified
uspublic void providerStatusMessageChanged(PropertyChangeEvent evt)
ProviderPresenceStatusListener
providerStatusMessageChanged in interface ProviderPresenceStatusListenerevt - a PropertyChangeEvent with a STATUS_MESSAGE property name,
containing the old and new status messages.public void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged in interface org.osgi.framework.ServiceListenerevent - The ServiceEvent object.public void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenere - the MouseEvent that notified uspublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenere - the MouseEvent that notified uspublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void registrationStateChanged(RegistrationStateChangeEvent evt)
registrationStateChanged in interface RegistrationStateChangeListenerevt - the event describing the status change.public void ensureAccountRemoved(AccountID accountID)
accountID - the identifier of the account
|
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 | |||||||||