Interface TableViewSWTMenuFillListener
- All Known Implementing Classes:
ArchivedFilesView, FilesView, MySharesView, MyTorrentsSubView, MyTorrentsView, MyTorrentsView_Big, MyTorrentsView_Small, MyTrackerView, PeersGeneralView, PeersSuperView, PeersView, PeersViewBase, PiecesSuperView, PiecesView, PiecesViewBase, SBC_AllTrackersView, SBC_ArchivedDownloadsView, SBC_ChatOverview, SBC_DownloadHistoryView, SBC_TagDiscovery, SBC_TagsOverview, TrackerAvailView, TrackerView
public interface TableViewSWTMenuFillListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddThisColumnSubMenu(String sColumnName, org.eclipse.swt.widgets.Menu menuThisColumn) Create a SubMenu for column specific tasks.void
-
Method Details
-
fillMenu
-
addThisColumnSubMenu
Create a SubMenu for column specific tasks. Everytime the user opens the context menu, the "This Column" submenu is cleared, and this function is called to refill it.- Parameters:
sColumnName- The name of the column the user clicked onmenuThisColumn- the menu to fill with MenuItems
-