Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Package
net.java.sip.communicator.service.gui

Packages that use net.java.sip.communicator.service.gui
net.java.sip.communicator.impl.argdelegation   
net.java.sip.communicator.impl.globalshortcut   
net.java.sip.communicator.impl.googlecontacts.configform   
net.java.sip.communicator.impl.gui   
net.java.sip.communicator.impl.gui.customcontrols.wizard   
net.java.sip.communicator.impl.gui.event   
net.java.sip.communicator.impl.gui.main   
net.java.sip.communicator.impl.gui.main.account   
net.java.sip.communicator.impl.gui.main.chat   
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.utils   
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.osdependent   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.rss   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.impl.protocol.ssh   
net.java.sip.communicator.plugin.advancedconfig   
net.java.sip.communicator.plugin.aimaccregwizz   
net.java.sip.communicator.plugin.branding   
net.java.sip.communicator.plugin.certconfig   
net.java.sip.communicator.plugin.contactinfo   
net.java.sip.communicator.plugin.contactsourceconfig   
net.java.sip.communicator.plugin.dictaccregwizz   
net.java.sip.communicator.plugin.exampleplugin   
net.java.sip.communicator.plugin.facebookaccregwizz   
net.java.sip.communicator.plugin.generalconfig   
net.java.sip.communicator.plugin.gibberishaccregwizz   
net.java.sip.communicator.plugin.googletalkaccregwizz   
net.java.sip.communicator.plugin.icqaccregwizz   
net.java.sip.communicator.plugin.ippiaccregwizz   
net.java.sip.communicator.plugin.iptelaccregwizz   
net.java.sip.communicator.plugin.ircaccregwizz   
net.java.sip.communicator.plugin.jabberaccregwizz   
net.java.sip.communicator.plugin.ldap.configform   
net.java.sip.communicator.plugin.msnaccregwizz   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.plugin.otr   
net.java.sip.communicator.plugin.pluginmanager   
net.java.sip.communicator.plugin.profiler4j   
net.java.sip.communicator.plugin.provisioning   
net.java.sip.communicator.plugin.reconnectplugin   
net.java.sip.communicator.plugin.rssaccregwizz   
net.java.sip.communicator.plugin.securityconfig   
net.java.sip.communicator.plugin.simpleaccreg   
net.java.sip.communicator.plugin.sip2sipaccregwizz   
net.java.sip.communicator.plugin.sipaccregwizz   
net.java.sip.communicator.plugin.skinmanager   
net.java.sip.communicator.plugin.spellcheck   
net.java.sip.communicator.plugin.sshaccregwizz   
net.java.sip.communicator.plugin.update   
net.java.sip.communicator.plugin.whiteboard   
net.java.sip.communicator.plugin.yahooaccregwizz   
net.java.sip.communicator.plugin.zeroconfaccregwizz   
net.java.sip.communicator.service.gui   
net.java.sip.communicator.service.gui.event   
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.argdelegation
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.globalshortcut
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.googlecontacts.configform
ConfigurationForm
          The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui
Chat
          The Chat interface is meant to be implemented by the GUI component class representing a chat.
ConfigurationContainer
           
Container
          The Container wraps a string which is meant to point to a plugin container.
CreateAccountWindow
           
ExportedWindow
          A window that could be shown, hidden, resized, moved, etc.
PopupDialog
          A configurable popup dialog, that could be used from other services for simple interactions with the user, throught the gui interface.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WindowID
          The WindowID wraps a string which is meant to point to an application dialog, like per example a "Configuration" dialog or "Add contact" dialog.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.customcontrols.wizard
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.event
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.main
ExportedWindow
          A window that could be shown, hidden, resized, moved, etc.
WindowID
          The WindowID wraps a string which is meant to point to an application dialog, like per example a "Configuration" dialog or "Add contact" dialog.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.main.account
AccountRegistrationForm
           
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
CreateAccountWindow
           
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.main.chat
Chat
          The Chat interface is meant to be implemented by the GUI component class representing a chat.
ChatLinkClickedListener
          Event-callback for clicks on links.
ExportedWindow
          A window that could be shown, hidden, resized, moved, etc.
WindowID
          The WindowID wraps a string which is meant to point to an application dialog, like per example a "Configuration" dialog or "Add contact" dialog.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.main.configforms
ConfigurationContainer
           
ConfigurationForm
          The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.main.contactlist
ExportedWindow
          A window that could be shown, hidden, resized, moved, etc.
WindowID
          The WindowID wraps a string which is meant to point to an application dialog, like per example a "Configuration" dialog or "Add contact" dialog.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.gui.utils
Container
          The Container wraps a string which is meant to point to a plugin container.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.neomedia
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.osdependent
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.protocol.jabber
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.protocol.rss
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.protocol.sip
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.impl.protocol.ssh
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.advancedconfig
ConfigurationContainer
           
ConfigurationForm
          The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.aimaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.branding
AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
Container
          The Container wraps a string which is meant to point to a plugin container.
ExportedWindow
          A window that could be shown, hidden, resized, moved, etc.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
WindowID
          The WindowID wraps a string which is meant to point to an application dialog, like per example a "Configuration" dialog or "Add contact" dialog.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.certconfig
ConfigurationForm
          The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.contactinfo
AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.contactsourceconfig
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.dictaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.exampleplugin
AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.facebookaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.generalconfig
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.gibberishaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.googletalkaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.icqaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.ippiaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
ExtendedAccountRegistrationWizard
          The ExtendedAccountRegistrationWizard allows to specify if a sign up form is supported.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.iptelaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
ExtendedAccountRegistrationWizard
          The ExtendedAccountRegistrationWizard allows to specify if a sign up form is supported.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.ircaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.jabberaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.ldap.configform
ConfigurationForm
          The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.msnaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.notificationwiring
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.otr
AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
ChatLinkClickedListener
          Event-callback for clicks on links.
Container
          The Container wraps a string which is meant to point to a plugin container.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.pluginmanager
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.profiler4j
AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
Container
          The Container wraps a string which is meant to point to a plugin container.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.provisioning
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.reconnectplugin
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.rssaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.securityconfig
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.simpleaccreg
ConfigurationForm
          The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.sip2sipaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
ExtendedAccountRegistrationWizard
          The ExtendedAccountRegistrationWizard allows to specify if a sign up form is supported.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.sipaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
ExtendedAccountRegistrationWizard
          The ExtendedAccountRegistrationWizard allows to specify if a sign up form is supported.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.skinmanager
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.spellcheck
Chat
          The Chat interface is meant to be implemented by the GUI component class representing a chat.
Container
          The Container wraps a string which is meant to point to a plugin container.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.sshaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.update
AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
Container
          The Container wraps a string which is meant to point to a plugin container.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.whiteboard
AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.yahooaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.plugin.zeroconfaccregwizz
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
UIService
          The UIService offers generic access to the graphical user interface for all modules that would like to interact with the user.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.service.gui
AccountRegistrationWizard
          The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
Chat
          The Chat interface is meant to be implemented by the GUI component class representing a chat.
ChatLinkClickedListener
          Event-callback for clicks on links.
ConfigurationContainer
           
ConfigurationForm
          The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
Container
          The Container wraps a string which is meant to point to a plugin container.
CreateAccountWindow
           
ExportedWindow
          A window that could be shown, hidden, resized, moved, etc.
PluginComponent
          The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
PopupDialog
          A configurable popup dialog, that could be used from other services for simple interactions with the user, throught the gui interface.
WindowID
          The WindowID wraps a string which is meant to point to an application dialog, like per example a "Configuration" dialog or "Add contact" dialog.
WizardContainer
          The WizardContainer is a base wizard interface that allows to control the wizard buttons.
WizardPage
          The WizardPage represents a page in a WizardContainer.
 

Classes in net.java.sip.communicator.service.gui used by net.java.sip.communicator.service.gui.event
Chat
          The Chat interface is meant to be implemented by the GUI component class representing a chat.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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