Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.util.swing.SIPCommDialog

Packages that use SIPCommDialog
net.java.sip.communicator.impl.certificate   
net.java.sip.communicator.impl.googlecontacts.configform   
net.java.sip.communicator.impl.gui.customcontrols   
net.java.sip.communicator.impl.gui.customcontrols.wizard   
net.java.sip.communicator.impl.gui.main.account   
net.java.sip.communicator.impl.gui.main.authorization   
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.gui.main.call.conference   
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.gui.main.chatroomslist   
net.java.sip.communicator.impl.gui.main.chatroomslist.createforms   
net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms   
net.java.sip.communicator.impl.gui.main.configforms   
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.impl.gui.main.contactlist.addgroup   
net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker   
net.java.sip.communicator.impl.gui.main.presence.message   
net.java.sip.communicator.impl.gui.utils   
net.java.sip.communicator.impl.protocol.ssh   
net.java.sip.communicator.plugin.branding   
net.java.sip.communicator.plugin.certconfig   
net.java.sip.communicator.plugin.exampleplugin   
net.java.sip.communicator.plugin.jabberaccregwizz   
net.java.sip.communicator.plugin.keybindingchooser.globalchooser   
net.java.sip.communicator.plugin.ldap.configform   
net.java.sip.communicator.plugin.otr   
net.java.sip.communicator.plugin.pluginmanager   
net.java.sip.communicator.plugin.securityconfig.masterpassword   
net.java.sip.communicator.plugin.spellcheck   
net.java.sip.communicator.util.swing   
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.certificate
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.certificate
(package private)  class VerifyCertificateDialog
          Dialog that is shown to the user when a certificate verification failed.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.googlecontacts.configform
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.googlecontacts.configform
 class AccountSettingsForm
          The page with hostname/port/encryption fields
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.customcontrols
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.customcontrols
 class ErrorDialog
          Implements a JDialog which displays an error message and, optionally, a Throwable stack trace.
 class MessageDialog
          The MessageDialog is a JDialog that contains a question message, two buttons to confirm or cancel the question and a check box that allows user to choose to not be questioned any more over this subject.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.customcontrols.wizard
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.customcontrols.wizard
 class Wizard
          This class implements a basic wizard dialog, where the programmer can insert one or more Components to act as panels.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.account
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.account
 class AccountRegWizardContainerImpl
          The implementation of the AccountRegistrationWizardContainer.
 class NewAccountDialog
          The NewAccountDialog is the dialog containing the form used to create a new account.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.authorization
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.authorization
 class AuthorizationRequestedDialog
           
 class AuthorizationResponseDialog
          The AuthorizationResponseDialog is the dialog shown when we receive a reply for an authorization request.
 class RequestAuthorizationDialog
          The RequestAuthorisationDialog is a JDialog that is shown when user is trying to add a contact, which requires authorization.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.call
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.call
 class SelectScreenDialog
          A dialog dedicated to desktop streaming/sharing.
 class TransferCallDialog
          Represents a Dialog which allows specifying the target contact address of a transfer-call operation.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.call.conference
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.call.conference
 class ConferenceInviteDialog
          The invite dialog is the one shown when the user clicks on the conference button in the chat toolbar.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chat
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chat
 class ChatOperationReasonDialog
           
 class SendSmsDialog
          The dialog, shown when user click on the chat "Send" button, while the "Send as SMS" option is selected.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chat.conference
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chat.conference
 class ChatInviteDialog
          The invite dialog is the one shown when the user clicks on the conference button in the chat toolbar.
 class InvitationReceivedDialog
          The dialog that pops up when a chat room invitation is received.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chatroomslist
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chatroomslist
 class ChatRoomListDialog
          The dialog containing a list of all chat rooms ever joined by the user and also interface for create a new chat room, join a chat room, search all chat rooms, etc.
 class ChatRoomTableDialog
          The dialog containing a list of all chat rooms of the user and also interface for create a new chat room, join a chat room, search all chat rooms, etc.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
 class CreateChatRoomDialog
          The CreateChatRoomDialog is the dialog containing the form for adding a chat room.
 class CreateChatRoomWizard
          The CreateChatRoomWizard is the wizard through which the user could create its own chat room.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
 class JoinChatRoomDialog
          The JoinChatRoomDialog is the dialog containing the form for joining a chat room.
 class JoinChatRoomWizard
          The JoinChatRoomWizard is the wizard through which the user could join a chat room.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.configforms
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.configforms
 class ConfigurationFrame
          The ConfigurationFrame is the dialog opened when the "Options" menu is selected.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.contactlist
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.contactlist
 class AddContactDialog
          The AddContactDialog is the dialog containing the form for adding a contact.
 class ContactInfoDialog
          The ContactInfoPanel is a popup dialog containing the contact detailed info.
 class MoveSubcontactMessageDialog
          The MoveSubcontactMessageDialog is the the dialog shown when user tries to move a subcontact in the contact list.
 class RenameContactDialog
          The RenameContactDialog is the dialog containing the form for renaming a contact.
 class RenameGroupDialog
          The RenameGroupDialog is the dialog containing the form for renaming a group.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.contactlist.addgroup
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.contactlist.addgroup
 class CreateGroupDialog
          The CreateGroupDialog is the dialog containing the form for creating a group.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker
 class ImagePickerDialog
          Dialog in which we can load an image from file or take new one by using the webcam.
 class WebcamDialog
          A dialog showing the webcam and allowing the user to grap a snapshot
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.presence.message
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.main.presence.message
 class NewStatusMessageDialog
          The NewStatusMessageDialog is the dialog containing the form for changing the status message for a protocol provider.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.gui.utils
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.gui.utils
 class InviteDialog
          The invite dialog is a widget that shows a list of contacts, from which the user could pick in order to create a conference chat or call.
 class OneChoiceInviteDialog
          The invite dialog is a widget that shows a list of contacts, from which the user could pick in order to create a conference chat or call.
 

Uses of SIPCommDialog in net.java.sip.communicator.impl.protocol.ssh
 

Subclasses of SIPCommDialog in net.java.sip.communicator.impl.protocol.ssh
(package private)  class SSHContactInfo
           
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.branding
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.branding
 class JitsiWarningWindow
          The JitsiWarningWindow.
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.certconfig
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.certconfig
 class CertConfigEntryDialog
          Dialog window to add/edit client certificate configuration entries.
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.exampleplugin
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.exampleplugin
 class PluginDialog
          A plugin dialog that is open through the right button menu over a contact and shows the contact name.
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.jabberaccregwizz
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.jabberaccregwizz
 class JabberServerChooserDialog
          A dialog that shows the list of available Jabber servers.
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.keybindingchooser.globalchooser
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.keybindingchooser.globalchooser
 class GlobalShortcutDialog
          Dialog to choose the shortcut.
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.ldap.configform
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.ldap.configform
 class DirectorySettingsForm
          The page with hostname/port/encryption fields
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.otr
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.otr
 class OtrBuddyAuthenticationDialog
           
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.pluginmanager
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.pluginmanager
 class NewBundleDialog
           
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.securityconfig.masterpassword
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.securityconfig.masterpassword
 class MasterPasswordChangeDialog
          UI dialog to change the master password.
 class SavedPasswordsDialog
          The dialog that displays all saved account passwords.
 

Uses of SIPCommDialog in net.java.sip.communicator.plugin.spellcheck
 

Subclasses of SIPCommDialog in net.java.sip.communicator.plugin.spellcheck
 class SpellCheckerConfigDialog
          The spell check dialog that would be opened from the right click menu in the chat window.
 

Uses of SIPCommDialog in net.java.sip.communicator.util.swing
 

Subclasses of SIPCommDialog in net.java.sip.communicator.util.swing
 class AuthenticationWindow
          The AuthenticationWindow is the window where the user should type his user identifier and password to login.
 class MasterPasswordInputDialog
          The master password input dialog.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.