public interface ChatRoomPlugin
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getGUI()
Return's the GUI for the ChatRoomPlugin.
|
javax.swing.Icon |
getTabIcon()
Return the Icon to use on the tab containing the ChatRoomPlugin.
|
java.lang.String |
getTabTitle()
Return the name of the title you wish to identify this ChatRoomPlugin by.
|
java.lang.String |
getTabToolTip()
Return the tooltip to use on a mouseover of the tab.
|
void |
setChatRoom(ChatRoom room)
Sets the ChatRoom to attach to.
|
void |
tabSelected()
Called whenever the tab containing the ChatRoomPlugin is clicked.
|
void setChatRoom(ChatRoom room)
room
- the ChatRoom that the ChatRoomPlugin will be attaching to.void tabSelected()
java.lang.String getTabTitle()
javax.swing.Icon getTabIcon()
java.lang.String getTabToolTip()
javax.swing.JComponent getGUI()