com.aelitis.azureus.ui.swt.views.skin
Class SBC_ActivityTableView
java.lang.Object
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectAdapter
com.aelitis.azureus.ui.swt.views.skin.SkinView
com.aelitis.azureus.ui.swt.views.skin.SBC_ActivityTableView
- All Implemented Interfaces:
- VuzeActivitiesListener, UIUpdatable, SWTSkinObjectListener, UIToolBarActivationListener, UIToolBarEnablerBase, UIPluginViewToolBarListener
public class SBC_ActivityTableView
- extends SkinView
- implements UIUpdatable, UIPluginViewToolBarListener, VuzeActivitiesListener
- Author:
- TuxPaper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBC_ActivityTableView
public SBC_ActivityTableView()
skinObjectInitialShow
public Object skinObjectInitialShow(SWTSkinObject skinObject,
Object params)
- Specified by:
skinObjectInitialShow
in class SkinView
- Returns:
skinObjectDestroyed
public Object skinObjectDestroyed(SWTSkinObject skinObject,
Object params)
- Description copied from class:
SWTSkinObjectAdapter
- Skin Object was destroyed
- Overrides:
skinObjectDestroyed
in class SkinView
getUpdateUIName
public String getUpdateUIName()
- Description copied from interface:
UIUpdatable
- A name for this UIUpdatable so we can track who's being bad
- Specified by:
getUpdateUIName
in interface UIUpdatable
- Returns:
- some name
updateUI
public void updateUI()
- Description copied from interface:
UIUpdatable
- Update your UI!
- Specified by:
updateUI
in interface UIUpdatable
refreshToolBarItems
public void refreshToolBarItems(Map<String,Long> list)
- Description copied from interface:
UIPluginViewToolBarListener
- Fill in list with the toolbar ids and states you wish to set
- Specified by:
refreshToolBarItems
in interface UIPluginViewToolBarListener
toolBarItemActivated
public boolean toolBarItemActivated(ToolBarItem item,
long activationType,
Object datasource)
- Description copied from interface:
UIToolBarActivationListener
- XXX Should have been UIToolBarItem
- Specified by:
toolBarItemActivated
in interface UIToolBarActivationListener
getCurrentlySelectedContent
public ISelectedContent[] getCurrentlySelectedContent()
vuzeNewsEntriesAdded
public void vuzeNewsEntriesAdded(VuzeActivitiesEntry[] entries)
- Specified by:
vuzeNewsEntriesAdded
in interface VuzeActivitiesListener
vuzeNewsEntriesRemoved
public void vuzeNewsEntriesRemoved(VuzeActivitiesEntry[] entries)
- Specified by:
vuzeNewsEntriesRemoved
in interface VuzeActivitiesListener
vuzeNewsEntryChanged
public void vuzeNewsEntryChanged(VuzeActivitiesEntry entry)
- Specified by:
vuzeNewsEntryChanged
in interface VuzeActivitiesListener
removeSelected
protected void removeSelected()
getView
public TableViewSWT getView()
setupSidebarEntry
public static void setupSidebarEntry(MultipleDocumentInterface mdi)