Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.gui.ExportedWindow

Packages that use ExportedWindow
net.java.sip.communicator.impl.gui   
net.java.sip.communicator.impl.gui.main   
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.plugin.branding   
net.java.sip.communicator.service.gui   
 

Uses of ExportedWindow in net.java.sip.communicator.impl.gui
 

Classes in net.java.sip.communicator.impl.gui that implement ExportedWindow
 class PopupDialogImpl
          Implements PopupDialog interface.
 

Methods in net.java.sip.communicator.impl.gui that return ExportedWindow
 ExportedWindow UIServiceImpl.getExportedWindow(WindowID windowID)
          Implements the getExportedWindow in the UIService interface.
 ExportedWindow UIServiceImpl.getExportedWindow(WindowID windowID, Object[] params)
          Implements the getExportedWindow in the UIService interface.
 

Methods in net.java.sip.communicator.impl.gui with parameters of type ExportedWindow
 void UIServiceImpl.registerExportedWindow(ExportedWindow window)
          Registers the given ExportedWindow to the list of windows that could be accessed from other bundles.
 void UIServiceImpl.unregisterExportedWindow(ExportedWindow window)
          Unregisters the given ExportedWindow from the list of windows that could be accessed from other bundles.
 

Uses of ExportedWindow in net.java.sip.communicator.impl.gui.main
 

Classes in net.java.sip.communicator.impl.gui.main that implement ExportedWindow
 class MainFrame
          The main application window.
 

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

Classes in net.java.sip.communicator.impl.gui.main.chat that implement ExportedWindow
 class ChatWindow
          The chat window is the place, where users can write and send messages, view received messages.
 

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

Classes in net.java.sip.communicator.impl.gui.main.contactlist that implement ExportedWindow
 class AddContactDialog
          The AddContactDialog is the dialog containing the form for adding a contact.
 

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

Classes in net.java.sip.communicator.plugin.branding that implement ExportedWindow
 class AboutWindow
          The AboutWindow is containing information about the application name, version, license etc..
 

Uses of ExportedWindow in net.java.sip.communicator.service.gui
 

Subinterfaces of ExportedWindow in net.java.sip.communicator.service.gui
 interface PopupDialog
          A configurable popup dialog, that could be used from other services for simple interactions with the user, throught the gui interface.
 

Classes in net.java.sip.communicator.service.gui that implement ExportedWindow
 class AbstractExportedWindow<T extends Window>
           
 

Methods in net.java.sip.communicator.service.gui that return ExportedWindow
 ExportedWindow UIService.getExportedWindow(WindowID windowID)
          Returns an exported window given by the WindowID.
 ExportedWindow UIService.getExportedWindow(WindowID windowID, Object[] params)
          Returns an exported window given by the WindowID.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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