Package com.biglybt.ui.common.updater
Interface UIUpdatable
-
- All Known Subinterfaces:
UIUpdatableAlways
- All Known Implementing Classes:
BaseMDI
,MainStatusBar
,MainWindowImpl
,MiniBarManager
,OpenTorrentOptionsWindow
,OpenTorrentWindow
,SBC_ActivityTableView
,SBC_AllTrackersView
,SBC_ArchivedDownloadsView
,SBC_ChatOverview
,SBC_DashboardView
,SBC_DevicesView
,SBC_DiskOpsView
,SBC_DownloadHistoryView
,SBC_LibraryTableView
,SBC_LibraryTableView_Big
,SBC_SubscriptionResultsView
,SBC_TagDiscovery
,SBC_TagsOverview
,SBC_TorrentDetailsView.TorrentDetailMdiEntry
,SideBar
,SideBarToolTips
,SystemTraySWT
,TabbedMDI
,TableColumnSetupWindow
,TrayWindow
public interface UIUpdatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getUpdateUIName()
A name for this UIUpdatable so we can track who's being badvoid
updateUI()
Update your UI!
-