Uses of Class
com.biglybt.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.OpenTorrentInstance
-
Packages that use OpenTorrentOptionsWindow.OpenTorrentInstance Package Description com.biglybt.ui.swt.shells.opentorrent -
-
Uses of OpenTorrentOptionsWindow.OpenTorrentInstance in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as OpenTorrentOptionsWindow.OpenTorrentInstance Modifier and Type Field Description private OpenTorrentOptionsWindow.OpenTorrentInstance
OpenTorrentOptionsWindow. multi_selection_instance
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type OpenTorrentOptionsWindow.OpenTorrentInstance Modifier and Type Field Description private java.util.List<OpenTorrentOptionsWindow.OpenTorrentInstance>
OpenTorrentOptionsWindow. open_instances
private java.util.List<OpenTorrentOptionsWindow.OpenTorrentInstance>
OpenTorrentOptionsWindow. selected_instances
private TableViewSWT<OpenTorrentOptionsWindow.OpenTorrentInstance>
OpenTorrentOptionsWindow. tvTorrents
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type OpenTorrentOptionsWindow.OpenTorrentInstance Modifier and Type Method Description private java.util.List<OpenTorrentOptionsWindow.OpenTorrentInstance>
OpenTorrentOptionsWindow. getInstances()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type OpenTorrentOptionsWindow.OpenTorrentInstance Modifier and Type Method Description private void
OpenTorrentOptionsWindow. addInstance(OpenTorrentOptionsWindow.OpenTorrentInstance instance)
void
OpenTorrentOptionsWindow.OpenTorrentInstanceListener. instanceChanged(OpenTorrentOptionsWindow.OpenTorrentInstance instance)
private void
OpenTorrentOptionsWindow. removeInstance(OpenTorrentOptionsWindow.OpenTorrentInstance instance, boolean is_removal)
private void
OpenTorrentOptionsWindow. selectInstance(OpenTorrentOptionsWindow.OpenTorrentInstance instance)
Method parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type OpenTorrentOptionsWindow.OpenTorrentInstance Modifier and Type Method Description private void
OpenTorrentOptionsWindow. selectInstances(java.util.List<OpenTorrentOptionsWindow.OpenTorrentInstance> _instances)
-