Package com.biglybt.ui.swt.views.skin
Class SB_Vuze.ViewTitleInfo_Vuze
- java.lang.Object
-
- com.biglybt.ui.swt.views.skin.SB_Vuze.ViewTitleInfo_Vuze
-
- All Implemented Interfaces:
ViewTitleInfo
- Enclosing class:
- SB_Vuze
private static class SB_Vuze.ViewTitleInfo_Vuze extends java.lang.Object implements ViewTitleInfo
-
-
Field Summary
Fields Modifier and Type Field Description private MdiEntry
entry
-
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 ViewTitleInfo_Vuze(MdiEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getTitleInfoProperty(int propertyID)
-
-
-
Field Detail
-
entry
private MdiEntry entry
-
-
Constructor Detail
-
ViewTitleInfo_Vuze
public ViewTitleInfo_Vuze(MdiEntry entry)
-
-
Method Detail
-
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
-
-