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
-
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the appropriate set of columns for the completed or incomplete torrents views Subclasses may override to return different sets of columnsint
Return either MODE_SMALLTABLE or MODE_BIGTABLE Subclasses may overrideA name for this UIUpdatable so we can track who's being badboolean
Returns whether the big version of the tables should be used Subclasses may overrideMethods 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
-
Constructor Details
-
SBC_LibraryTableView_Big
public SBC_LibraryTableView_Big()
-
-
Method Details
-
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
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:
-