|
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.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
net.java.sip.communicator.util.swing.TransparentPanel
net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
public class PresencePanel
The PresencePanel is the one containing presence information.
| 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 | |
|---|---|
PresencePanel(SIPAccountRegistrationForm regform)
Creates an instance of PresencePanel. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent actionEvent)
|
(package private) char[] |
getClistOptionPassword()
Gets the contact list password. |
(package private) String |
getClistOptionServerUri()
Gets the contact list server uri. |
(package private) String |
getClistOptionUser()
Gets the contact list user. |
(package private) String |
getPollPeriod()
Returns the poll period. |
(package private) String |
getSubscriptionExpiration()
Returns the subscription expiration information. |
(package private) boolean |
isClistOptionUseSipCredentials()
Indicates if contact list has to use SIP account credentials. |
(package private) boolean |
isForcePeerToPeerMode()
Indicates if the peer-to-peer presence mode is selected. |
(package private) boolean |
isPresenceEnabled()
Indicates if the presence is enabled. |
(package private) boolean |
isXCapEnable()
Indicates if XCAP has to use its capabilities. |
(package private) boolean |
isXiVOEnable()
Indicates if XCAP has to use its capabilities. |
(package private) void |
setClistOptionEnableEnabled(boolean isEnabled)
Enables or disable contact list related options. |
(package private) void |
setClistOptionPassword(String xCapPassword)
Sets the contact list password. |
(package private) void |
setClistOptionServerUri(String xCapServerUri)
Sets the contact list server uri. |
(package private) void |
setClistOptionUser(String clistOptionUser)
Sets the contact list user. |
(package private) void |
setClistOptionUseSipCredentials(boolean clistOptionUseSipCredentials)
Sets if contact list has to use SIP account credentials. |
(package private) void |
setClistOptionUseSipCredentialsEnabled(boolean isEnabled)
Enables or disable contact list credentials related options. |
(package private) void |
setForcePeerToPeerMode(boolean forceP2P)
Enables/disables the peer-to-peer presence mode. |
(package private) void |
setPollPeriod(String pollPeriod)
Sets the poll period. |
(package private) void |
setPresenceEnabled(boolean isPresenceEnabled)
Enables/disables the presence. |
(package private) void |
setPresenceOptionsEnabled(boolean isEnabled)
Enables or disable all presence related options. |
(package private) void |
setSubscriptionExpiration(String subscExp)
Sets the subscription expiration information. |
(package private) void |
setXCapEnable(boolean xCapEnable)
Sets if has to use its capabilities. |
(package private) void |
setXiVOEnable(boolean xivoEnable)
Sets if has to use its capabilities. |
| 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 PresencePanel(SIPAccountRegistrationForm regform)
regform - the parent registration form| Method Detail |
|---|
void setPresenceOptionsEnabled(boolean isEnabled)
isEnabled - true to enable the presence related
options, false - to disable them.void setClistOptionUseSipCredentialsEnabled(boolean isEnabled)
isEnabled - true to enable the credentials related
options, false - to disable them.void setClistOptionEnableEnabled(boolean isEnabled)
isEnabled - true to enable the clist options related
options, false - to disable them.boolean isPresenceEnabled()
void setPresenceEnabled(boolean isPresenceEnabled)
isPresenceEnabled - true to enable the presence,
false - otherwiseboolean isForcePeerToPeerMode()
void setForcePeerToPeerMode(boolean forceP2P)
forceP2P - true to select the peer-to-peer presence mode,
false - otherwise.String getPollPeriod()
void setPollPeriod(String pollPeriod)
pollPeriod - the poll periodString getSubscriptionExpiration()
void setSubscriptionExpiration(String subscExp)
subscExp - the subscription expiration informationboolean isXCapEnable()
void setXCapEnable(boolean xCapEnable)
xCapEnable - if has to use its capabilities.boolean isXiVOEnable()
void setXiVOEnable(boolean xivoEnable)
xivoEnable - if has to use its capabilities.boolean isClistOptionUseSipCredentials()
void setClistOptionUseSipCredentials(boolean clistOptionUseSipCredentials)
clistOptionUseSipCredentials - if contact list
has to use SIP account credentials.String getClistOptionServerUri()
void setClistOptionServerUri(String xCapServerUri)
xCapServerUri - the contact list server uri.String getClistOptionUser()
void setClistOptionUser(String clistOptionUser)
clistOptionUser - the contact list user.char[] getClistOptionPassword()
void setClistOptionPassword(String xCapPassword)
xCapPassword - the contact list password.public void actionPerformed(ActionEvent actionEvent)
actionPerformed in interface ActionListener
|
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 | |||||||||