Uses of Interface
com.biglybt.core.global.GlobalManager
-
-
Uses of GlobalManager in com.biglybt.activities
Fields in com.biglybt.activities declared as GlobalManager Modifier and Type Field Description private GlobalManager
ActivitiesEntry. gm
-
Uses of GlobalManager in com.biglybt.core
Methods in com.biglybt.core that return GlobalManager Modifier and Type Method Description GlobalManager
Core. getGlobalManager()
-
Uses of GlobalManager in com.biglybt.core.config.impl
Methods in com.biglybt.core.config.impl with parameters of type GlobalManager Modifier and Type Method Description static java.lang.String
TransferSpeedValidator. getActiveAutoUploadParameter(GlobalManager gm)
static java.lang.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 GlobalManager Modifier and Type Method Description GlobalManager
DownloadManager. getGlobalManager()
Methods in com.biglybt.core.download with parameters of type GlobalManager Modifier and Type Method Description static DownloadManager
DownloadManagerFactory. create(GlobalManager gm, byte[] torrent_hash, java.lang.String torrentFileName, java.lang.String torrent_save_dir, java.lang.String torrent_save_file, int initialState, boolean persistent, boolean recovered, boolean has_ever_been_started, java.util.List file_priorities)
static DownloadManager
DownloadManagerFactory. create(GlobalManager gm, byte[] torrent_hash, java.lang.String torrentFileName, java.lang.String savePath, java.lang.String saveFile, int initialState, boolean persistent, boolean for_seeding, java.util.List file_priorities, DownloadManagerInitialisationAdapter adapter)
-
Uses of GlobalManager in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as GlobalManager Modifier and Type Field Description (package private) GlobalManager
DownloadManagerImpl. globalManager
Methods in com.biglybt.core.download.impl that return GlobalManager Modifier and Type Method Description GlobalManager
DownloadManagerImpl. getGlobalManager()
Constructors in com.biglybt.core.download.impl with parameters of type GlobalManager Constructor Description DownloadManagerImpl(GlobalManager _gm, byte[] _torrent_hash, java.lang.String _torrentFileName, java.lang.String _torrent_save_dir, java.lang.String _torrent_save_file, int _initialState, boolean _persistent, boolean _recovered, boolean _open_for_seeding, boolean _has_ever_been_started, java.util.List _file_priorities, DownloadManagerInitialisationAdapter _initialisation_adapter)
-
Uses of GlobalManager in com.biglybt.core.global
Methods in com.biglybt.core.global that return GlobalManager Modifier and Type Method Description static 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 GlobalManager Modifier and Type Class Description class
GlobalManagerImpl
Fields in com.biglybt.core.global.impl declared as GlobalManager Modifier and Type Field Description protected GlobalManager
GlobalManagerHostSupport. gm
Constructors in com.biglybt.core.global.impl with parameters of type GlobalManager Constructor Description GlobalManagerHostSupport(GlobalManager _gm)
-
Uses of GlobalManager in com.biglybt.core.helpers
Fields in com.biglybt.core.helpers declared as GlobalManager Modifier and Type Field Description private GlobalManager
TorrentFolderWatcher. _global_manager
Constructors in com.biglybt.core.helpers with parameters of type GlobalManager Constructor Description TorrentFolderWatcher(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 GlobalManager Modifier and Type Method Description private void
DownloadHistoryManagerImpl. syncFromExisting(GlobalManager global_manager)
-
Uses of GlobalManager in com.biglybt.core.impl
Fields in com.biglybt.core.impl declared as GlobalManager Modifier and Type Field Description (package private) GlobalManager
CoreImpl. global_manager
Methods in com.biglybt.core.impl that return GlobalManager Modifier and Type Method Description GlobalManager
CoreImpl. getGlobalManager()
-
Uses of GlobalManager in com.biglybt.core.torrentdownloader
Methods in com.biglybt.core.torrentdownloader with parameters of type GlobalManager Modifier and Type Method Description static 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 GlobalManager Modifier and Type Field Description private GlobalManager
TorrentDownloaderManager. gm
Methods in com.biglybt.core.torrentdownloader.impl with parameters of type GlobalManager Modifier and Type Method Description void
TorrentDownloaderManager. init(GlobalManager _gm, boolean _autostart)
-
Uses of GlobalManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return GlobalManager Modifier and Type Method Description protected GlobalManager
PluginInitializer. getGlobalManager()
-
Uses of GlobalManager in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as GlobalManager Modifier and Type Field Description private GlobalManager
DownloadManagerImpl. global_manager
Constructors in com.biglybt.pifimpl.local.download with parameters of type GlobalManager Constructor Description DownloadManagerStatsImpl(GlobalManager _gm)
-
Uses of GlobalManager in com.biglybt.ui.console
Methods in com.biglybt.ui.console that return GlobalManager Modifier and Type Method Description GlobalManager
ConsoleInput. getGlobalManager()
-
Uses of GlobalManager in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as GlobalManager Modifier and Type Field Description private GlobalManager
UserAlerts. global_manager
(package private) GlobalManager
TrayWindow. globalManager
Methods in com.biglybt.ui.swt with parameters of type GlobalManager Modifier and Type Method Description static boolean
UIExitUtilsSWT. canClose(GlobalManager globalManager, boolean bForRestart)
private static void
TorrentUtil. moveSelectedTorrentsTo(GlobalManager gm, java.util.List<DownloadManager> all_dms, java.util.List<DownloadManager> selected_dms, int iNewPos)
Constructors in com.biglybt.ui.swt with parameters of type GlobalManager Constructor Description UserAlerts(GlobalManager global_manager)
-
Uses of GlobalManager in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type GlobalManager Modifier and Type Method Description private 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 org.eclipse.swt.widgets.Listener
SelectableSpeedMenu. getLimitMenuItemListener(boolean up_menu, org.eclipse.swt.widgets.Menu parent, GlobalManager globalManager, java.lang.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 GlobalManager Modifier and Type Field Description private GlobalManager
AllTransfersBar. g_manager
Methods in com.biglybt.ui.swt.minibar with parameters of type GlobalManager Modifier and Type Method Description static AllTransfersBar
AllTransfersBar. getBarIfOpen(GlobalManager g_manager)
Constructors in com.biglybt.ui.swt.minibar with parameters of type GlobalManager Constructor Description 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 Modifier and Type Field Description protected GlobalManager
SystemTraySWT. gm
-
Uses of GlobalManager in com.biglybt.ui.swt.utils
Fields in com.biglybt.ui.swt.utils declared as GlobalManager Modifier and Type Field Description private static GlobalManager
SearchSubsUtils. gm
-
Uses of GlobalManager in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as GlobalManager Modifier and Type Field Description private GlobalManager
MyTorrentsView. globalManager
(package private) GlobalManager
ViewDownSpeedGraph. manager
(package private) GlobalManager
ViewUpSpeedGraph. manager
-
Uses of GlobalManager in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type GlobalManager Modifier and Type Method Description private 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 GlobalManager Modifier and Type Field Description private 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 GlobalManager Modifier and Type Field Description protected static GlobalManager
CategoryItem. gm
Default Constructor
-