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 String
TransferSpeedValidator.getActiveAutoUploadParameter
(GlobalManager gm) static String
TransferSpeedValidator.getActiveUploadParameter
(GlobalManager gm) static boolean
TransferSpeedValidator.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 DownloadManager
DownloadManagerFactory.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 GlobalManager
DownloadManagerImpl.globalManager
Methods 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 GlobalManager
GlobalManagerFactory.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 void
DownloadHistoryManagerImpl.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 void
TorrentDownloaderFactory.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 TypeMethodDescriptionvoid
TorrentDownloaderManager.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 GlobalManager
UserAlerts.global_manager
(package private) GlobalManager
TrayWindow.globalManager
Methods in com.biglybt.ui.swt with parameters of type GlobalManagerModifier and TypeMethodDescriptionstatic boolean
UIExitUtilsSWT.canClose
(GlobalManager globalManager, boolean bForRestart) private static void
TorrentUtil.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 int
SelectableSpeedMenu.adjustMaxBandWidth
(int maxBandwidth, GlobalManager globalManager, boolean up_menu, int kInB) static void
SelectableSpeedMenu.generateMenuItems
(org.eclipse.swt.widgets.Menu parent, Core core, GlobalManager globalManager, boolean up_menu) private static final org.eclipse.swt.widgets.Listener
SelectableSpeedMenu.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 AllTransfersBar
AllTransfersBar.getBarIfOpen
(GlobalManager g_manager) Constructors in com.biglybt.ui.swt.minibar with parameters of type GlobalManagerModifierConstructorDescriptionprivate
AllTransfersBar
(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 GlobalManager
MyTorrentsView.globalManager
(package private) GlobalManager
ViewDownSpeedGraph.manager
(package private) GlobalManager
ViewUpSpeedGraph.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 void
SB_Transfers.resetStats
(GlobalManager gm, DownloadManagerListener listener, SB_Transfers.stats statsWithLowNoise, SB_Transfers.stats statsNoLowNoise) private void
SB_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 GlobalManager
TransferStatsView.global_manager
(package private) GlobalManager
ActivityView.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 GlobalManager
CategoryItem.gm
Default Constructor