Package com.biglybt.ui.swt.views.skin
Class SBC_LibraryTableView_Big
- java.lang.Object
-
- com.biglybt.ui.swt.skin.SWTSkinObjectAdapter
-
- com.biglybt.ui.swt.views.skin.SkinView
-
- com.biglybt.ui.swt.views.skin.SBC_LibraryTableView
-
- com.biglybt.ui.swt.views.skin.SBC_LibraryTableView_Big
-
- All Implemented Interfaces:
UIToolBarActivationListener
,UIToolBarEnablerBase
,UIPluginViewToolBarListener
,UIUpdatable
,ObfuscateImage
,SWTSkinObjectListener
public class SBC_LibraryTableView_Big extends SBC_LibraryTableView
-
-
Field Summary
-
Fields inherited from class com.biglybt.ui.swt.views.skin.SBC_LibraryTableView
initialDataSource, torrentFilterMode
-
Fields inherited from interface com.biglybt.ui.swt.skin.SWTSkinObjectListener
EVENT_CREATE_REQUEST, EVENT_CREATED, EVENT_DATASOURCE_CHANGED, EVENT_DESTROY, EVENT_HIDE, EVENT_LANGUAGE_CHANGE, EVENT_OBFUSCATE, EVENT_SELECT, EVENT_SHOW, NAMES
-
Fields inherited from interface com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
-
-
Constructor Summary
Constructors Constructor Description SBC_LibraryTableView_Big()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableColumnCore[]
getColumns()
Returns the appropriate set of columns for the completed or incomplete torrents views Subclasses may override to return different sets of columnsint
getTableMode()
Return either MODE_SMALLTABLE or MODE_BIGTABLE Subclasses may overridejava.lang.String
getUpdateUIName()
A name for this UIUpdatable so we can track who's being badboolean
useBigTable()
Returns whether the big version of the tables should be used Subclasses may override-
Methods inherited from class com.biglybt.ui.swt.views.skin.SBC_LibraryTableView
doDefaultClick, initShow, obfuscatedImage, refreshToolBarItems, skinObjectDestroyed, skinObjectHidden, skinObjectInitialShow, skinObjectShown, toolBarItemActivated, updateUI
-
Methods inherited from class com.biglybt.ui.swt.views.skin.SkinView
getMainSkinObject, getMdiEntry, getSkin, getSkinObject, isDisposed, isVisible, setMainSkinObject, skinObjectCreated
-
Methods inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectAdapter
dataSourceChanged, eventOccured, skinObjectSelected, updateLanguage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.biglybt.pif.ui.UIPluginViewToolBarListener
isActive
-
-
-
-
Method Detail
-
getUpdateUIName
public java.lang.String getUpdateUIName()
Description copied from interface:UIUpdatable
A name for this UIUpdatable so we can track who's being bad- Specified by:
getUpdateUIName
in interfaceUIUpdatable
- Overrides:
getUpdateUIName
in classSBC_LibraryTableView
- Returns:
- some name
-
getTableMode
public int getTableMode()
Description copied from class:SBC_LibraryTableView
Return either MODE_SMALLTABLE or MODE_BIGTABLE Subclasses may override- Overrides:
getTableMode
in classSBC_LibraryTableView
- Returns:
-
useBigTable
public boolean useBigTable()
Description copied from class:SBC_LibraryTableView
Returns whether the big version of the tables should be used Subclasses may override- Overrides:
useBigTable
in classSBC_LibraryTableView
- Returns:
-
getColumns
public TableColumnCore[] getColumns()
Description copied from class:SBC_LibraryTableView
Returns the appropriate set of columns for the completed or incomplete torrents views Subclasses may override to return different sets of columns- Overrides:
getColumns
in classSBC_LibraryTableView
- Returns:
-
-