|
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
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
net.java.sip.communicator.util.swing.SIPCommDialog
net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
class SSHContactInfo
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.java.sip.communicator.util.swing.SIPCommDialog |
|---|
SIPCommDialog.DialogWindowAdapter |
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| 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.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
SSHContactInfo(ContactSSH sshContact)
Creates a new instance of SSHContactInfo |
|
| Method Summary | |
|---|---|
protected void |
close(boolean isEscaped)
All functions implemented in this method will be invoked when user presses the Escape key. |
String |
getHostName()
Return the hostname |
byte[] |
getIcon()
Return the ssh icon |
String |
getPassword()
Return the password |
int |
getPort()
Return the port |
String |
getTerminalType()
Return the terminal type |
int |
getUpdateInterval()
Return the update interval |
String |
getUserName()
Return the username |
void |
initForm()
initialize the form. |
void |
setHostNameField(String hostName)
Sets the HostName of the dialog |
void |
setPasswordField(String password)
Sets the Password of the dialog |
void |
setPort(String port)
Sets the Port of the dialog |
void |
setTerminalType(String termType)
Sets the Terminal Type of the dialog |
void |
setUpdateInterval(int interval)
Sets the Update Interval of the dialog |
void |
setUserNameField(String userName)
Sets the UserName of the dialog |
| Methods inherited from class net.java.sip.communicator.util.swing.SIPCommDialog |
|---|
addKeyBinding, dispose, setVisible |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SSHContactInfo(ContactSSH sshContact)
sshContact - the concerned contact| Method Detail |
|---|
public void initForm()
public byte[] getIcon()
public void setUserNameField(String userName)
userName - to be associatedpublic void setPasswordField(String password)
password - to be associatedpublic String getHostName()
public String getUserName()
public String getPassword()
public String getTerminalType()
public int getPort()
public int getUpdateInterval()
public void setHostNameField(String hostName)
hostName - to be associatedpublic void setTerminalType(String termType)
termType - to be associatedpublic void setUpdateInterval(int interval)
interval - to be associatedpublic void setPort(String port)
port - to be associatedprotected void close(boolean isEscaped)
SIPCommDialog
close in class SIPCommDialogisEscaped - true if this frame has been closed by pressing
the Esc key; otherwise, false
|
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 | |||||||||