Uses of Interface
com.biglybt.core.global.GlobalManager
Packages that use GlobalManager
Package
Description
-
Uses of GlobalManager in com.biglybt.activities
Fields in com.biglybt.activities declared as GlobalManager -
Uses of GlobalManager in com.biglybt.core
Methods in com.biglybt.core that return GlobalManager -
Uses of GlobalManager in com.biglybt.core.config.impl
Methods in com.biglybt.core.config.impl with parameters of type GlobalManagerModifier and TypeMethodDescriptionstatic StringTransferSpeedValidator.getActiveAutoUploadParameter(GlobalManager gm) static StringTransferSpeedValidator.getActiveUploadParameter(GlobalManager gm) static booleanTransferSpeedValidator.isAutoSpeedActive(GlobalManager gm) -
Uses of GlobalManager in com.biglybt.core.download
Methods in com.biglybt.core.download that return GlobalManagerMethods in com.biglybt.core.download with parameters of type GlobalManagerModifier and TypeMethodDescriptionstatic DownloadManagerDownloadManagerFactory.create(GlobalManager gm, byte[] torrent_hash, String torrentFileName, String torrent_save_dir, String torrent_save_file, int initialState, boolean persistent, boolean recovered, boolean for_seeding, boolean has_ever_been_started, List file_priorities) -
Uses of GlobalManager in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as GlobalManagerModifier and TypeFieldDescription(package private) final GlobalManagerDownloadManagerImpl.globalManagerMethods in com.biglybt.core.download.impl that return GlobalManagerConstructors in com.biglybt.core.download.impl with parameters of type GlobalManagerModifierConstructorDescriptionDownloadManagerImpl(GlobalManager _gm, byte[] _torrent_hash, String _torrentFileName, String _torrent_save_dir, String _torrent_save_file, int _initialState, boolean _persistent, boolean _recovered, boolean _open_for_seeding, boolean _has_ever_been_started, List _file_priorities) -
Uses of GlobalManager in com.biglybt.core.global
Methods in com.biglybt.core.global that return GlobalManagerModifier and TypeMethodDescriptionstatic GlobalManagerGlobalManagerFactory.create(Core core, GlobalMangerProgressListener operation) -
Uses of GlobalManager in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement GlobalManagerFields in com.biglybt.core.global.impl declared as GlobalManagerConstructors in com.biglybt.core.global.impl with parameters of type GlobalManager -
Uses of GlobalManager in com.biglybt.core.helpers
Fields in com.biglybt.core.helpers declared as GlobalManagerConstructors in com.biglybt.core.helpers with parameters of type GlobalManagerModifierConstructorDescriptionTorrentFolderWatcher(GlobalManager global_manager) Start a folder watcher, which will auto-import torrents via the given manager. -
Uses of GlobalManager in com.biglybt.core.history.impl
Methods in com.biglybt.core.history.impl with parameters of type GlobalManagerModifier and TypeMethodDescriptionprivate voidDownloadHistoryManagerImpl.syncFromExisting(GlobalManager global_manager) -
Uses of GlobalManager in com.biglybt.core.impl
Fields in com.biglybt.core.impl declared as GlobalManagerMethods in com.biglybt.core.impl that return GlobalManager -
Uses of GlobalManager in com.biglybt.core.subs
Fields in com.biglybt.core.subs declared as GlobalManager -
Uses of GlobalManager in com.biglybt.core.torrentdownloader
Methods in com.biglybt.core.torrentdownloader with parameters of type GlobalManagerModifier and TypeMethodDescriptionstatic voidTorrentDownloaderFactory.initManager(GlobalManager gm, boolean autostart) -
Uses of GlobalManager in com.biglybt.core.torrentdownloader.impl
Fields in com.biglybt.core.torrentdownloader.impl declared as GlobalManagerMethods in com.biglybt.core.torrentdownloader.impl with parameters of type GlobalManagerModifier and TypeMethodDescriptionvoidTorrentDownloaderManager.init(GlobalManager _gm, boolean _autostart) -
Uses of GlobalManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return GlobalManager -
Uses of GlobalManager in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as GlobalManagerConstructors in com.biglybt.pifimpl.local.download with parameters of type GlobalManager -
Uses of GlobalManager in com.biglybt.ui.console
Methods in com.biglybt.ui.console that return GlobalManager -
Uses of GlobalManager in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as GlobalManagerModifier and TypeFieldDescriptionprivate final GlobalManagerUserAlerts.global_manager(package private) GlobalManagerTrayWindow.globalManagerMethods in com.biglybt.ui.swt with parameters of type GlobalManagerModifier and TypeMethodDescriptionstatic booleanUIExitUtilsSWT.canClose(GlobalManager globalManager, boolean bForRestart) private static voidTorrentUtil.moveSelectedTorrentsTo(GlobalManager gm, List<DownloadManager> all_dms, List<DownloadManager> selected_dms, int iNewPos) Constructors in com.biglybt.ui.swt with parameters of type GlobalManager -
Uses of GlobalManager in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type GlobalManagerModifier and TypeMethodDescriptionprivate static longSelectableSpeedMenu.adjustMaxBandWidth(long maxBandwidth, GlobalManager globalManager, boolean up_menu, int kInB) static voidSelectableSpeedMenu.generateMenuItems(org.eclipse.swt.widgets.Menu parent, Core core, GlobalManager globalManager, boolean up_menu) private static final org.eclipse.swt.widgets.ListenerSelectableSpeedMenu.getLimitMenuItemListener(boolean up_menu, org.eclipse.swt.widgets.Menu parent, GlobalManager globalManager, String configKey) Gets the selection listener of a upload or download limit menu item (including unlimited) -
Uses of GlobalManager in com.biglybt.ui.swt.minibar
Fields in com.biglybt.ui.swt.minibar declared as GlobalManagerMethods in com.biglybt.ui.swt.minibar with parameters of type GlobalManagerModifier and TypeMethodDescriptionstatic AllTransfersBarAllTransfersBar.getBarIfOpen(GlobalManager g_manager) Constructors in com.biglybt.ui.swt.minibar with parameters of type GlobalManagerModifierConstructorDescriptionprivateAllTransfersBar(GlobalManager gmanager, org.eclipse.swt.widgets.Shell main) -
Uses of GlobalManager in com.biglybt.ui.swt.systray
Fields in com.biglybt.ui.swt.systray declared as GlobalManager -
Uses of GlobalManager in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as GlobalManagerModifier and TypeFieldDescriptionprivate GlobalManagerMyTorrentsView.globalManager(package private) GlobalManagerViewDownSpeedGraph.manager(package private) GlobalManagerViewUpSpeedGraph.manager -
Uses of GlobalManager in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as GlobalManagerMethods in com.biglybt.ui.swt.views.skin with parameters of type GlobalManagerModifier and TypeMethodDescriptionprivate voidSB_Transfers.resetStats(GlobalManager gm, DownloadManagerListener listener, SB_Transfers.stats statsWithLowNoise, SB_Transfers.stats statsNoLowNoise) private voidSB_Transfers.updateErrorTooltip(GlobalManager gm, SB_Transfers.stats stats) -
Uses of GlobalManager in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as GlobalManagerModifier and TypeFieldDescriptionprivate GlobalManagerTransferStatsView.global_manager(package private) GlobalManagerActivityView.manager -
Uses of GlobalManager in com.biglybt.ui.swt.views.tableitems.mytracker
Fields in com.biglybt.ui.swt.views.tableitems.mytracker declared as GlobalManagerModifier and TypeFieldDescriptionprotected static GlobalManagerCategoryItem.gmDefault Constructorprivate static GlobalManagerNameItem.gm