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, TableRowViewer, TrayWindow
public interface UIUpdatable
-
Method Summary
Modifier and TypeMethodDescriptionA name for this UIUpdatable so we can track who's being badvoidupdateUI()Update your UI!
-
Method Details
-
updateUI
void updateUI()Update your UI!- Since:
- 3.1.1.1
-
getUpdateUIName
String getUpdateUIName()A name for this UIUpdatable so we can track who's being bad- Returns:
- some name
- Since:
- 3.1.1.1
-