|
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.ConnectionPanel
public class ConnectionPanel
The panel containing information about the connection.
| 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 | |
|---|---|
ConnectionPanel(SIPAccountRegistrationForm regform)
Creates an instance of the ConnectionPanel. |
|
| Method Summary | |
|---|---|
void |
changedUpdate(DocumentEvent e)
Not used. |
(package private) void |
enablesProxyAutoConfigure(boolean isEnable)
Enables/disables the proxy auto-configuration. |
(package private) String |
getAuthenticationName()
Returns the authentication name. |
(package private) String |
getCertificateId()
Gets the ID of the selected client TLS certificate or null if no certificate is selected. |
(package private) String |
getDTMFMethod()
Returns the DTMF method. |
(package private) String |
getKeepAliveInterval()
Returns the keep alive interval |
(package private) String |
getKeepAliveMethod()
Returns the keep alive method. |
(package private) String |
getProxy()
Returns the proxy. |
(package private) String |
getProxyPort()
Return the proxy port. |
(package private) String |
getSelectedTransport()
Returns the selected transport. |
(package private) String |
getServerAddress()
Returns the server address. |
(package private) String |
getServerPort()
Returns the server port. |
(package private) String |
getVoicemailCheckURI()
Returns the voicemail check URI. |
(package private) String |
getVoicemailURI()
Returns the voicemail URI. |
void |
insertUpdate(DocumentEvent e)
Handles the DocumentEvent triggered when user types in the proxy or port field. |
(package private) boolean |
isMessageWaitingEnabled()
Returns is message waiting indications is enabled. |
(package private) boolean |
isProxyAutoConfigureEnabled()
Indicates if the proxy auto-configure is enabled. |
boolean |
isValidated()
Whether current inserted values into the panel are valid and enough to continue with account creation/modification. |
void |
itemStateChanged(ItemEvent e)
Indicates that the state of the item has changed. |
void |
removeUpdate(DocumentEvent e)
Handles the DocumentEvent triggered when user deletes letters from the proxy and port fields. |
(package private) void |
setAuthenticationName(String authName)
Sets the authentication name. |
(package private) void |
setCertificateId(String id)
Sets the selected client TLS certificate entry. |
(package private) void |
setDTMFMethod(String dtmfMethod)
Sets the DTMF method. |
(package private) void |
setKeepAliveInterval(String keepAliveInterval)
Sets the keep alive interval |
(package private) void |
setKeepAliveMethod(String keepAliveMethod)
Sets the keep alive method. |
(package private) void |
setMessageWaitingIndications(boolean enabled)
Sets is message waiting indications is enabled. |
(package private) void |
setProxy(String proxyAddress)
Sets the proxy address. |
(package private) void |
setProxyPort(String proxyPort)
Sets the proxy port. |
(package private) void |
setSelectedTransport(String preferredTransport)
Sets the selected transport. |
(package private) void |
setServerAddress(String serverAddress)
Sets the server address. |
(package private) void |
setServerEnabled(boolean isEnabled)
Enables/disables the server text field. |
void |
setServerFieldAccordingToUIN(String serverAddress)
Parse the server part from the sip id and set it to server as default value. |
(package private) void |
setServerOverridden(boolean isServerOverridden)
Sets the serverOverridden property. |
(package private) void |
setServerPort(String serverPort)
Sets the server port. |
(package private) void |
setVoicemailCheckURI(String voicemailCheckURI)
Sets the voicemail check URI. |
(package private) void |
setVoicemailURI(String voicemailURI)
Sets the voicemail URI. |
| 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 ConnectionPanel(SIPAccountRegistrationForm regform)
regform - the parent registration form| Method Detail |
|---|
public void setServerFieldAccordingToUIN(String serverAddress)
serverAddress - the address of the serverpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenere - the ItemEvent that notified usString getServerAddress()
void setServerAddress(String serverAddress)
serverAddress - the server addressvoid setServerEnabled(boolean isEnabled)
isEnabled - true to enable the server text field,
false - otherwiseString getAuthenticationName()
void setAuthenticationName(String authName)
authName - the authentication nameString getServerPort()
void setServerPort(String serverPort)
serverPort - the server portString getProxy()
void setProxy(String proxyAddress)
proxyAddress - the proxy addressString getProxyPort()
void setProxyPort(String proxyPort)
proxyPort - the proxy portString getSelectedTransport()
void setSelectedTransport(String preferredTransport)
preferredTransport - the transport to selectString getCertificateId()
void setCertificateId(String id)
id - The ID of the entry to select.String getKeepAliveMethod()
void setKeepAliveMethod(String keepAliveMethod)
keepAliveMethod - the keep alive methodString getKeepAliveInterval()
String getDTMFMethod()
void setDTMFMethod(String dtmfMethod)
dtmfMethod - the DTMF methodString getVoicemailURI()
void setVoicemailURI(String voicemailURI)
voicemailURI - the voicemail URI.String getVoicemailCheckURI()
void setVoicemailCheckURI(String voicemailCheckURI)
voicemailCheckURI - the voicemail URI.boolean isMessageWaitingEnabled()
void setMessageWaitingIndications(boolean enabled)
enabled - is message waiting indications is enabled.void setKeepAliveInterval(String keepAliveInterval)
keepAliveInterval - the keep alive intervalvoid setServerOverridden(boolean isServerOverridden)
isServerOverridden - true to indicate that the server is
overridden, false - otherwiseboolean isProxyAutoConfigureEnabled()
void enablesProxyAutoConfigure(boolean isEnable)
isEnable - true to enable proxy auto-configuration,
false - otherwisepublic 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 changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenere - the document eventpublic boolean isValidated()
isValidated in interface ValidatingPanel
|
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 | |||||||||