|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.chat.history.HistoryWindowManager
public class HistoryWindowManager
Manages all history windows within the gui.
| Constructor Summary | |
|---|---|
HistoryWindowManager()
|
|
| Method Summary | |
|---|---|
void |
addHistoryWindowForContact(Object historyContact,
HistoryWindow historyWindow)
Adds a history window for a given contact in the table of opened history windows. |
boolean |
containsHistoryWindowForContact(Object historyContact)
Checks if there's an open history window for the given history contact. |
HistoryWindow |
getHistoryWindowForContact(Object historyContact)
Returns the history window for the given contact. |
void |
removeHistoryWindowForContact(Object historyContact)
Removes the history window for the given contact. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryWindowManager()
| Method Detail |
|---|
public boolean containsHistoryWindowForContact(Object historyContact)
historyContact - the contact to check for
public HistoryWindow getHistoryWindowForContact(Object historyContact)
historyContact - the contact to search for
public void addHistoryWindowForContact(Object historyContact,
HistoryWindow historyWindow)
historyContact - the contact to addhistoryWindow - the history window to addpublic void removeHistoryWindowForContact(Object historyContact)
historyContact - the contact to remove the history window
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||