Package com.biglybt.plugin.net.buddy.swt
Class ChatMDIEntry
- java.lang.Object
-
- com.biglybt.plugin.net.buddy.swt.ChatMDIEntry
-
- All Implemented Interfaces:
ViewTitleInfo
public class ChatMDIEntry extends java.lang.Object implements ViewTitleInfo
-
-
Field Summary
Fields Modifier and Type Field Description private BuddyPluginBeta.ChatAdapter
adapter
private BuddyPluginBeta.ChatInstance
chat
private java.lang.String
drop_outstanding
private int[]
last_colour
private java.lang.String
last_text
private MdiEntry
mdi_entry
private ChatView
view
-
Fields inherited from interface com.biglybt.ui.common.viewtitleinfo.ViewTitleInfo
TITLE_ACTIVE_STATE, TITLE_EXPORTABLE_DATASOURCE, TITLE_IMAGE_TOOLTIP, TITLE_IMAGEID, TITLE_INDICATOR_COLOR, TITLE_INDICATOR_TEXT, TITLE_INDICATOR_TEXT_TOOLTIP, TITLE_TEXT
-
-
Constructor Summary
Constructors Constructor Description ChatMDIEntry(UIManager _ui_manager, BuddyPluginBeta.ChatInstance _chat, MdiEntry _entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getTitleInfoProperty(int propertyID)
private void
setupMdiEntry(UIManager ui_manager)
protected void
setView(ChatView _view)
private void
update()
-
-
-
Field Detail
-
mdi_entry
private final MdiEntry mdi_entry
-
chat
private final BuddyPluginBeta.ChatInstance chat
-
view
private ChatView view
-
drop_outstanding
private java.lang.String drop_outstanding
-
last_text
private java.lang.String last_text
-
last_colour
private int[] last_colour
-
adapter
private final BuddyPluginBeta.ChatAdapter adapter
-
-
Constructor Detail
-
ChatMDIEntry
public ChatMDIEntry(UIManager _ui_manager, BuddyPluginBeta.ChatInstance _chat, MdiEntry _entry)
-
-
Method Detail
-
setupMdiEntry
private void setupMdiEntry(UIManager ui_manager)
-
setView
protected void setView(ChatView _view)
-
update
private void update()
-
getTitleInfoProperty
public java.lang.Object getTitleInfoProperty(int propertyID)
- Specified by:
getTitleInfoProperty
in interfaceViewTitleInfo
- Parameters:
propertyID
- TITLE_*- Returns:
- value, or null if you don't want to set it
-
-