|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ChatPanel in net.java.sip.communicator.impl.gui |
|---|
| Methods in net.java.sip.communicator.impl.gui that return ChatPanel | |
|---|---|
ChatPanel |
UIServiceImpl.getChat(ChatRoom chatRoom)
Returns the Chat corresponding to the given ChatRoom. |
ChatPanel |
UIServiceImpl.getChat(Contact contact)
Implements UIService.getChat(Contact). |
ChatPanel |
UIServiceImpl.getCurrentChat()
Returns the selected Chat. |
| Uses of ChatPanel in net.java.sip.communicator.impl.gui.main |
|---|
| Methods in net.java.sip.communicator.impl.gui.main that return ChatPanel | |
|---|---|
ChatPanel |
SingleWindowContainer.getCurrentChat()
Returns the currently selected chat panel. |
| Methods in net.java.sip.communicator.impl.gui.main that return types with arguments of type ChatPanel | |
|---|---|
List<ChatPanel> |
SingleWindowContainer.getChats()
Returns the currently available chat panels. |
| Methods in net.java.sip.communicator.impl.gui.main with parameters of type ChatPanel | |
|---|---|
void |
SingleWindowContainer.addChat(ChatPanel chatPanel)
Adds a given ChatPanel to this chat window. |
void |
SingleWindowContainer.openChat(ChatPanel chatPanel,
boolean setSelected)
Opens the specified ChatPanel and optinally brings it to the front. |
void |
SingleWindowContainer.removeChat(ChatPanel chatPanel)
Removes a given ChatPanel from this chat window. |
void |
SingleWindowContainer.setChatIcon(ChatPanel chatPanel,
Icon icon)
|
void |
SingleWindowContainer.setChatTitle(ChatPanel chatPanel,
String title)
|
void |
SingleWindowContainer.setCurrentChat(ChatPanel chatPanel)
Selects the chat tab which corresponds to the given MetaContact. |
void |
SingleWindowContainer.setTabIcon(ChatPanel chatPanel,
Icon icon)
Sets the given icon to the tab opened for the given chat panel. |
void |
SingleWindowContainer.setTabTitle(ChatPanel chatPanel,
String title)
Sets the given title to the tab opened for the given chat panel. |
void |
SingleWindowContainer.updateHistoryButtonState(ChatPanel chatPanel)
Updates history buttons state. |
| Uses of ChatPanel in net.java.sip.communicator.impl.gui.main.chat |
|---|
| Methods in net.java.sip.communicator.impl.gui.main.chat that return ChatPanel | |
|---|---|
ChatPanel |
ChatWindowManager.getContactChat(MetaContact metaContact,
boolean create)
Gets the ChatPanel corresponding to the specified MetaContact and optionally creates it if it does not exist. |
ChatPanel |
ChatWindowManager.getContactChat(MetaContact metaContact,
Contact protocolContact)
Returns the chat panel corresponding to the given meta contact |
ChatPanel |
ChatWindowManager.getContactChat(MetaContact metaContact,
Contact protocolContact,
String escapedMessageID)
Returns the chat panel corresponding to the given meta contact |
ChatPanel |
ChatWindow.getCurrentChat()
Returns the currently selected chat panel. |
ChatPanel |
ChatContainer.getCurrentChat()
Returns the currently selected chat panel. |
ChatPanel |
ChatWindowManager.getMultiChat(AdHocChatRoom adHocChatRoom,
boolean create)
Gets the ChatPanel corresponding to the specified AdHocChatRoom and optionally creates it if it does not exist. |
ChatPanel |
ChatWindowManager.getMultiChat(AdHocChatRoom adHocChatRoom,
boolean create,
String escapedMessageID)
Gets the ChatPanel corresponding to the specified AdHocChatRoom and optionally creates it if it does not exist. |
ChatPanel |
ChatWindowManager.getMultiChat(AdHocChatRoomWrapper chatRoomWrapper,
boolean create)
Gets the ChatPanel corresponding to the specified AdHocChatRoomWrapper and optionally creates it if it does not exist yet. |
ChatPanel |
ChatWindowManager.getMultiChat(ChatRoom chatRoom,
boolean create)
Gets the ChatPanel corresponding to the specified ChatRoom and optionally creates it if it does not exist. |
ChatPanel |
ChatWindowManager.getMultiChat(ChatRoom chatRoom,
boolean create,
String escapedMessageID)
Gets the ChatPanel corresponding to the specified ChatRoom and optionally creates it if it does not exist. |
ChatPanel |
ChatWindowManager.getMultiChat(ChatRoomWrapper chatRoomWrapper,
boolean create)
Gets the ChatPanel corresponding to the specified ChatRoomWrapper and optionally creates it if it does not exist yet. |
ChatPanel |
ChatWindowManager.getSelectedChat()
Returns the currently selected ChatPanel. |
| Methods in net.java.sip.communicator.impl.gui.main.chat that return types with arguments of type ChatPanel | |
|---|---|
Collection<ChatPanel> |
ChatWindowManager.getAllChats()
Returns all currently instantiated ChatPanels. |
List<ChatPanel> |
ChatWindowManager.getChatPanels()
Returns all open ChatPanels. |
List<ChatPanel> |
ChatWindow.getChats()
Returns the currently available chat panels. |
List<ChatPanel> |
ChatContainer.getChats()
Returns all chats this ChatContainer contains. |
| Methods in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatPanel | |
|---|---|
void |
ChatWindow.addChat(ChatPanel chatPanel)
Adds a given ChatPanel to this chat window. |
void |
ChatContainer.addChat(ChatPanel chatPanel)
Adds a given ChatPanel to this chat window. |
void |
ChatChangeListener.chatChanged(ChatPanel panel)
|
void |
ChatHistoryListener.chatHistoryChanged(ChatPanel chatPanel)
Notified when the history of the given ChatPanel changes. |
void |
ChatWindowManager.closeChat(ChatPanel chatPanel)
Closes the given chat panel. |
void |
ChatWindow.openChat(ChatPanel chatPanel,
boolean setSelected)
Opens the specified ChatPanel and optionally brings it to the front. |
void |
ChatContainer.openChat(ChatPanel chatPanel,
boolean setSelected)
Opens the specified ChatPanel and optionally brings it to the front. |
void |
ChatWindowManager.openChat(ChatPanel chatPanel,
boolean setSelected)
Opens the specified ChatPanel and optionally brings it to the front. |
void |
ChatWindow.removeChat(ChatPanel chatPanel)
Removes a given ChatPanel from this chat window. |
void |
ChatContainer.removeChat(ChatPanel chatPanel)
Removes a given ChatPanel from this chat window. |
void |
ChatWindowManager.removeNonReadChatState(ChatPanel chatPanel)
Removes the non read state of the currently selected chat session. |
void |
SmileysSelectorBox.setChat(ChatPanel chatPanel)
Sets the chat panel, for which smilieys would be created. |
void |
ChatWindow.setChatIcon(ChatPanel chatPanel,
Icon icon)
|
void |
ChatContainer.setChatIcon(ChatPanel chatPanel,
Icon icon)
Sets the icon for the given chat. |
void |
ChatWindow.setChatTitle(ChatPanel chatPanel,
String title)
Sets the title of this chat container. |
void |
ChatContainer.setChatTitle(ChatPanel chatPanel,
String title)
Sets the title of this chat container. |
void |
ChatWindow.setCurrentChat(ChatPanel chatPanel)
Selects the chat tab which corresponds to the given MetaContact. |
void |
ChatContainer.setCurrentChat(ChatPanel chatPanel)
Selects the chat tab which corresponds to the given MetaContact. |
void |
ChatWindow.setTabIcon(ChatPanel chatPanel,
Icon icon)
Sets the given icon to the tab opened for the given chat panel. |
void |
ChatWindow.setTabTitle(ChatPanel chatPanel,
String title)
Sets the given title to the tab opened for the given chat panel. |
void |
ChatWindow.updateHistoryButtonState(ChatPanel chatPanel)
Updates history buttons state. |
void |
ChatContainer.updateHistoryButtonState(ChatPanel chatPanel)
Updates history buttons state. |
| Constructors in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatPanel | |
|---|---|
ChatContactRightButtonMenu(ChatPanel chatPanel,
ChatContact<?> chatContact)
Creates an instance of ChatRoomsListRightButtonMenu. |
|
ChatTransferHandler(ChatPanel chatPanel)
Constructs the ChatTransferHandler by specifying the ChatPanel we're currently dealing with. |
|
ChatTransportSelectorBox(ChatPanel chatPanel,
ChatSession chatSession,
ChatTransport selectedChatTransport)
Creates an instance of ChatTransportSelectorBox. |
|
ChatWritePanel(ChatPanel panel)
Creates an instance of ChatWritePanel. |
|
SendSmsDialog(ChatPanel chatPanel,
ChatTransport chatTransport,
String message)
Creates and constructs the SendSmsDialog, by specifying its parent chat, the message that will be send at the end and the OperationSetSmsMessaging to be used for sending the message. |
|
| Uses of ChatPanel in net.java.sip.communicator.impl.gui.main.chat.conference |
|---|
| Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ChatPanel | |
|---|---|
ChatInviteDialog(ChatPanel chatPanel)
Constructs the ChatInviteDialog. |
|
ChatRoomMemberListPanel(ChatPanel chatPanel)
Initializes a new ChatRoomMemberListPanel instance which is to depict the members of a chat specified by its ChatPanel. |
|
| Uses of ChatPanel in net.java.sip.communicator.impl.gui.main.chat.filetransfer |
|---|
| Constructors in net.java.sip.communicator.impl.gui.main.chat.filetransfer with parameters of type ChatPanel | |
|---|---|
ReceiveFileConversationComponent(ChatPanel chatPanel,
OperationSetFileTransfer opSet,
IncomingFileTransferRequest request,
Date date)
Creates a ReceiveFileConversationComponent. |
|
SendFileConversationComponent(ChatPanel chatPanel,
String toContactName,
File file)
Creates a SendFileConversationComponent by specifying the parent chat panel, where this component is added, the destination contact of the transfer and file to transfer. |
|
| Uses of ChatPanel in net.java.sip.communicator.impl.gui.main.chat.toolBars |
|---|
| Methods in net.java.sip.communicator.impl.gui.main.chat.toolBars with parameters of type ChatPanel | |
|---|---|
void |
MainToolBar.changeHistoryButtonsState(ChatPanel chatPanel)
Disables/Enables history arrow buttons depending on whether the current page is the first, the last page or a middle page. |
void |
MainToolBar.chatChanged(ChatPanel chatPanel)
Implements ChatChangeListener#chatChanged(ChatPanel). |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||