Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.MainFrame

Packages that use MainFrame
net.java.sip.communicator.impl.gui   
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.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.login   
net.java.sip.communicator.impl.gui.main.menus   
net.java.sip.communicator.impl.gui.main.presence   
 

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

Methods in net.java.sip.communicator.impl.gui that return MainFrame
 MainFrame UIServiceImpl.getMainFrame()
          Returns the MainFrame.
 

Constructors in net.java.sip.communicator.impl.gui with parameters of type MainFrame
DefaultContactEventHandler(MainFrame mainFrame)
          Creates an instance of DefaultContactEventHandler.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.account with parameters of type MainFrame
AccountRegWizardContainerImpl(MainFrame mainFrame)
           
 

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

Constructors in net.java.sip.communicator.impl.gui.main.authorization with parameters of type MainFrame
AuthorizationHandlerImpl(MainFrame mainFrame)
           
AuthorizationRequestedDialog(MainFrame mainFrame, Contact contact, AuthorizationRequest request)
          Constructs the RequestAuthorisationDialog.
AuthorizationResponseDialog(MainFrame mainFrame, Contact contact, AuthorizationResponse response)
          Constructs the RequestAuthorisationDialog.
RequestAuthorizationDialog(MainFrame mainFrame, Contact contact, AuthorizationRequest request)
          Constructs the RequestAuthorisationDialog.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.call with parameters of type MainFrame
CallButton(MainFrame mainFrame)
          Creates the contact list call button.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type MainFrame
ChatRoomCommonRightButtonMenu(MainFrame mainFrame, ChatRoomProviderWrapper provider)
          Creates an instance of ChatRoomsListRightButtonMenu.
ChatRoomListDialog(MainFrame parentWindow)
          Creates an instance of MyChatRoomsDialog by specifying the parent window.
ChatRoomTableDialog(MainFrame parentWindow)
          Creates an instance of MyChatRoomsDialog by specifying the parent window.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms with parameters of type MainFrame
CreateChatRoomWizard(MainFrame mainFrame)
          Creates an instance of CreateChatRoomWizard.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms with parameters of type MainFrame
JoinChatRoomWizard(MainFrame mainFrame)
          Creates an instance of CreateChatRoomWizard.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.configforms with parameters of type MainFrame
ConfigurationFrame(MainFrame mainFrame)
          Initializes a new ConfigurationFrame instance.
 

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return MainFrame
 MainFrame ContactList.getMainFrame()
          Returns the main frame.
 

Constructors in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type MainFrame
AddContactDialog(MainFrame mainFrame)
          Creates an instance of AddContactDialog that represents a dialog that adds a new contact to an already existing meta contact.
AddContactDialog(MainFrame parentWindow, MetaContact metaContact)
          Creates an AddContactDialog by specifying the parent window and a meta contact, to which to add the new contact.
CommonRightButtonMenu(MainFrame mainFrame)
          Creates an instance of GroupRightButtonMenu.
ContactList(MainFrame mainFrame)
          Creates an instance of the ContactList.
ContactListPane(MainFrame mainFrame)
          Creates the contactlist scroll panel defining the parent frame.
GroupRightButtonMenu(MainFrame mainFrame, MetaContactGroup group)
          Creates an instance of GroupRightButtonMenu.
MoveSubcontactMessageDialog(MainFrame parentWindow, ContactListListener listener)
          Creates an instance of MoveSubcontactMessageDialog and constructs all panels contained in this dialog.
RenameContactDialog(MainFrame mainFrame, MetaContact metaContact)
          Creates an instance of RenameContactDialog.
RenameGroupDialog(MainFrame mainFrame, MetaContactGroup metaGroup)
          Creates an instance of RenameGroupDialog.
SearchField(MainFrame frame)
          Creates the SearchField.
UnknownContactPanel(MainFrame window)
          Creates the UnknownContactPanel by specifying the parent window.
 

Uses of MainFrame in net.java.sip.communicator.impl.gui.main.login
 

Methods in net.java.sip.communicator.impl.gui.main.login with parameters of type MainFrame
 void LoginManager.runLogin(MainFrame parent)
          Shows login window for each registered account.
 

Constructors in net.java.sip.communicator.impl.gui.main.login with parameters of type MainFrame
LoginManager(MainFrame mainFrame)
          Creates an instance of the LoginManager, by specifying the main application window.
 

Uses of MainFrame in net.java.sip.communicator.impl.gui.main.menus
 

Constructors in net.java.sip.communicator.impl.gui.main.menus with parameters of type MainFrame
FileMenu(MainFrame parentWindow)
          Creates an instance of FileMenu.
HelpMenu(MainFrame mainFrame)
          Creates an instance of HelpMenu.
MainMenu(MainFrame mainFrame)
          Initializes a new MainMenu instance.
ToolsMenu(MainFrame parentWindow)
          Creates an instance of FileMenu.
ViewMenu(MainFrame mainFrame)
          Creates an instance of ViewMenu.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.presence with parameters of type MainFrame
AccountStatusPanel(MainFrame mainFrame)
          Creates an instance of AccountStatusPanel by specifying the main window, where this panel is added.
GlobalStatusSelectorBox(MainFrame mainFrame)
          Creates an instance of SimpleStatusSelectorBox.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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