Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.gui.WindowID

Packages that use WindowID
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 WindowID in net.java.sip.communicator.impl.gui
 

Methods in net.java.sip.communicator.impl.gui that return WindowID
 WindowID PopupDialogImpl.getIdentifier()
          Implements the ExportedWindow.getIdentifier() method.
 

Methods in net.java.sip.communicator.impl.gui that return types with arguments of type WindowID
 Iterator<WindowID> UIServiceImpl.getSupportedExportedWindows()
          Implements getSupportedExportedWindows in the UIService interface.
 

Methods in net.java.sip.communicator.impl.gui with parameters of type WindowID
 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.
 boolean UIServiceImpl.isExportedWindowSupported(WindowID windowID)
          Implements the UIService.isExportedWindowSupported method.
 

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

Methods in net.java.sip.communicator.impl.gui.main that return WindowID
 WindowID MainFrame.getIdentifier()
          Returns the identifier of this window.
 

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

Methods in net.java.sip.communicator.impl.gui.main.chat that return WindowID
 WindowID ChatWindow.getIdentifier()
          Implements the ExportedWindow.getIdentifier() method.
 

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return WindowID
 WindowID AddContactDialog.getIdentifier()
          Returns this exported window identifier.
 

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

Methods in net.java.sip.communicator.plugin.branding that return WindowID
 WindowID AboutWindow.getIdentifier()
          Implements the ExportedWindow.getIdentifier() method.
 

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

Fields in net.java.sip.communicator.service.gui declared as WindowID
static WindowID ExportedWindow.ABOUT_WINDOW
          The about window identifier.
static WindowID ExportedWindow.ADD_CONTACT_WINDOW
          The add contact window identifier.
static WindowID ExportedWindow.CHAT_WINDOW
          The chat window identifier.
static WindowID ExportedWindow.MAIN_WINDOW
          The main (contact list) window identifier.
static WindowID PopupDialog.WINDOW_GENERAL_POPUP
           
 

Methods in net.java.sip.communicator.service.gui that return WindowID
 WindowID ExportedWindow.getIdentifier()
          Returns the WindowID corresponding to this window.
 

Methods in net.java.sip.communicator.service.gui that return types with arguments of type WindowID
 Iterator<WindowID> UIService.getSupportedExportedWindows()
          Returns an iterator over a set of windowID-s.
 

Methods in net.java.sip.communicator.service.gui with parameters of type WindowID
 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.
 boolean UIService.isExportedWindowSupported(WindowID windowID)
          Checks if a window with the given WindowID is contained in the current UI implementation.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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