Uses of Interface
com.biglybt.core.Core
-
-
Uses of Core in com.biglybt.activities
Methods in com.biglybt.activities with parameters of type Core Modifier and Type Method Description (package private) static void
ActivitiesManager. _initialize(Core core)
static void
ActivitiesManager. initialize(Core core)
-
Uses of Core in com.biglybt.core
Methods in com.biglybt.core that return Core Modifier and Type Method Description static Core
CoreFactory. create()
Core is a singleton that must be initially created by someone, and initialisedstatic Core
CoreFactory. getSingleton()
Once created the singleton can be accessed via this methodMethods in com.biglybt.core with parameters of type Core Modifier and Type Method Description void
CoreLifecycleAdapter. componentCreated(Core core, CoreComponent component)
void
CoreLifecycleListener. componentCreated(Core core, CoreComponent component)
void
CoreRunningListener. coreRunning(Core core)
boolean
CoreLifecycleAdapter. restartRequested(Core core)
boolean
CoreLifecycleListener. restartRequested(Core core)
void
CoreLifecycleAdapter. started(Core core)
void
CoreLifecycleListener. started(Core core)
void
CoreLifecycleAdapter. stopped(Core core)
void
CoreLifecycleListener. stopped(Core core)
void
CoreLifecycleAdapter. stopping(Core core)
void
CoreLifecycleListener. stopping(Core core)
boolean
CoreLifecycleAdapter. stopRequested(Core core)
boolean
CoreLifecycleListener. stopRequested(Core core)
return true if the request has been accepted (and hence the listener will arrange for a stop to occur -
Uses of Core in com.biglybt.core.backup
Methods in com.biglybt.core.backup with parameters of type Core Modifier and Type Method Description static BackupManager
BackupManagerFactory. getManager(Core core)
-
Uses of Core in com.biglybt.core.backup.impl
Fields in com.biglybt.core.backup.impl declared as Core Modifier and Type Field Description private Core
BackupManagerImpl. core
Methods in com.biglybt.core.backup.impl with parameters of type Core Modifier and Type Method Description static BackupManager
BackupManagerImpl. getSingleton(Core core)
Constructors in com.biglybt.core.backup.impl with parameters of type Core Constructor Description BackupManagerImpl(Core _core)
-
Uses of Core in com.biglybt.core.config.impl
Methods in com.biglybt.core.config.impl with parameters of type Core Modifier and Type Method Description static boolean
TransferSpeedValidator. isAutoUploadAvailable(Core core)
-
Uses of Core in com.biglybt.core.content
Fields in com.biglybt.core.content declared as Core Modifier and Type Field Description private static Core
RelatedContentManager. core
Methods in com.biglybt.core.content with parameters of type Core Modifier and Type Method Description static void
RelatedContentManager. preInitialise(Core _core)
-
Uses of Core in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as Core Modifier and Type Field Description private Core
DeviceManagerImpl. core
private Core
TranscodeManagerImpl. core
Methods in com.biglybt.core.devices.impl that return Core Modifier and Type Method Description protected Core
DeviceManagerImpl. getCore()
Methods in com.biglybt.core.devices.impl with parameters of type Core Modifier and Type Method Description (package private) void
DeviceiTunesManager. init(Core core)
(package private) void
DeviceManagerImpl. initWithCore(Core _core)
-
Uses of Core in com.biglybt.core.disk
Methods in com.biglybt.core.disk with parameters of type Core Modifier and Type Method Description static void
DiskManagerFactory. initialise(Core core)
-
Uses of Core in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as Core Modifier and Type Field Description private static Core
DiskManagerAllocationScheduler. core
private Core
DiskManagerOperationScheduler. core
private static Core
DiskManagerRecheckScheduler. core
Methods in com.biglybt.core.disk.impl with parameters of type Core Modifier and Type Method Description static void
DiskManagerOperationScheduler. initialise(Core core)
Constructors in com.biglybt.core.disk.impl with parameters of type Core Constructor Description DiskManagerOperationScheduler(Core _core)
-
Uses of Core in com.biglybt.core.download
Fields in com.biglybt.core.download declared as Core Modifier and Type Field Description (package private) Core
DownloadManagerEnhancer. core
Methods in com.biglybt.core.download with parameters of type Core Modifier and Type Method Description static DownloadManagerEnhancer
DownloadManagerEnhancer. initialise(Core core)
Constructors in com.biglybt.core.download with parameters of type Core Constructor Description DownloadManagerEnhancer(Core _core)
-
Uses of Core in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as Core Modifier and Type Field Description (package private) static Core
DownloadManagerRateController. core
-
Uses of Core in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type Core Modifier and Type Method Description static GlobalManager
GlobalManagerFactory. create(Core core, GlobalMangerProgressListener operation)
-
Uses of Core in com.biglybt.core.global.impl
Constructors in com.biglybt.core.global.impl with parameters of type Core Constructor Description DownloadStateTagger(Core core)
GlobalManagerImpl(Core core, GlobalMangerProgressListener listener)
GlobalManagerStatsWriter(Core core, GlobalManagerStats stats)
-
Uses of Core in com.biglybt.core.history.impl
Fields in com.biglybt.core.history.impl declared as Core Modifier and Type Field Description private Core
DownloadHistoryManagerImpl. core
-
Uses of Core in com.biglybt.core.impl
Classes in com.biglybt.core.impl that implement Core Modifier and Type Class Description class
CoreImpl
Fields in com.biglybt.core.impl declared as Core Modifier and Type Field Description protected static Core
CoreImpl. singleton
Methods in com.biglybt.core.impl that return Core Modifier and Type Method Description static Core
CoreImpl. create()
static Core
CoreImpl. getSingleton()
-
Uses of Core in com.biglybt.core.ipchecker.natchecker
Constructors in com.biglybt.core.ipchecker.natchecker with parameters of type Core Constructor Description NatChecker(Core core, java.net.InetAddress bind_ip, int port, boolean ipv6, boolean http_test)
-
Uses of Core in com.biglybt.core.nat
Fields in com.biglybt.core.nat declared as Core Modifier and Type Field Description private Core
NATTraverser. core
Constructors in com.biglybt.core.nat with parameters of type Core Constructor Description NATTraverser(Core _core)
-
Uses of Core in com.biglybt.core.networkmanager
Fields in com.biglybt.core.networkmanager declared as Core Modifier and Type Field Description private Core
NetworkManager. core
Methods in com.biglybt.core.networkmanager with parameters of type Core Modifier and Type Method Description void
NetworkManager. initialize(Core _core)
-
Uses of Core in com.biglybt.core.networkmanager.admin
Methods in com.biglybt.core.networkmanager.admin with parameters of type Core Modifier and Type Method Description abstract NetworkAdminProtocol
NetworkAdmin. createInboundProtocol(Core core, int type, int port)
abstract NetworkAdminProtocol[]
NetworkAdmin. getInboundProtocols(Core core)
abstract NetworkAdminNATDevice[]
NetworkAdmin. getNATDevices(Core core)
abstract NetworkAdminProtocol[]
NetworkAdmin. getOutboundProtocols(Core core)
abstract void
NetworkAdmin. runInitialChecks(Core core)
-
Uses of Core in com.biglybt.core.networkmanager.admin.impl
Fields in com.biglybt.core.networkmanager.admin.impl declared as Core Modifier and Type Field Description private Core
NetworkAdminHTTPTester. core
private Core
NetworkAdminProtocolImpl. core
private Core
NetworkAdminTCPTester. core
private Core
NetworkAdminUDPTester. core
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type Core Modifier and Type Method Description NetworkAdminProtocol
NetworkAdminImpl. createInboundProtocol(Core core, int type, int port)
NetworkAdminProtocol[]
NetworkAdminImpl. getInboundProtocols(Core core)
NetworkAdminNATDevice[]
NetworkAdminImpl. getNATDevices(Core core)
NetworkAdminProtocol[]
NetworkAdminImpl. getOutboundProtocols(Core core)
void
NetworkAdminImpl. runInitialChecks(Core core)
private void
NetworkAdminImpl. setup(Core core)
Constructors in com.biglybt.core.networkmanager.admin.impl with parameters of type Core Constructor Description NetworkAdminDistributedNATTester(NetworkAdminImpl _admin, Core _core)
NetworkAdminHTTPTester(Core _core, NetworkAdminProgressListener _listener)
NetworkAdminProtocolImpl(Core _core, int _type)
NetworkAdminProtocolImpl(Core _core, int _type, int _port)
NetworkAdminTCPTester(Core _core, NetworkAdminProgressListener _listener)
NetworkAdminUDPTester(Core _core, NetworkAdminProgressListener _listener)
-
Uses of Core in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as Core Modifier and Type Field Description private Core
PairingManagerImpl. core
private Core
PairingManagerTunnelHandler. core
Methods in com.biglybt.core.pairing.impl with parameters of type Core Modifier and Type Method Description protected void
PairingManagerImpl. initialise(Core _core)
Constructors in com.biglybt.core.pairing.impl with parameters of type Core Constructor Description PairingManagerTunnelHandler(PairingManagerImpl _manager, Core _core)
-
Uses of Core in com.biglybt.core.peermanager.nat
Methods in com.biglybt.core.peermanager.nat with parameters of type Core Modifier and Type Method Description static void
PeerNATTraverser. initialise(Core core)
Constructors in com.biglybt.core.peermanager.nat with parameters of type Core Constructor Description PeerNATTraverser(Core core)
-
Uses of Core in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy with parameters of type Core Modifier and Type Method Description static void
AEProxyFactory. initialise(Core core)
-
Uses of Core in com.biglybt.core.proxy.impl
Methods in com.biglybt.core.proxy.impl with parameters of type Core Modifier and Type Method Description static void
AEPluginProxyHandler. initialise(Core core)
-
Uses of Core in com.biglybt.core.security
Fields in com.biglybt.core.security declared as Core Modifier and Type Field Description private static Core
BGSpongy. core
Methods in com.biglybt.core.security with parameters of type Core Modifier and Type Method Description static void
BGSpongy. initialize(Core _core)
-
Uses of Core in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as Core Modifier and Type Field Description (package private) Core
SpeedLimitHandler. core
Methods in com.biglybt.core.speedmanager with parameters of type Core Modifier and Type Method Description static SpeedManager
SpeedManagerFactory. createSpeedManager(Core core, SpeedManagerAdapter adapter)
static SpeedLimitHandler
SpeedLimitHandler. getSingleton(Core core)
Constructors in com.biglybt.core.speedmanager with parameters of type Core Constructor Description SpeedLimitHandler(Core _core)
-
Uses of Core in com.biglybt.core.speedmanager.impl
Fields in com.biglybt.core.speedmanager.impl declared as Core Modifier and Type Field Description (package private) Core
SpeedManagerImpl. core
Constructors in com.biglybt.core.speedmanager.impl with parameters of type Core Constructor Description SpeedManagerImpl(Core _core, SpeedManagerAdapter _adapter)
-
Uses of Core in com.biglybt.core.stats
Methods in com.biglybt.core.stats with parameters of type Core Modifier and Type Method Description static StatsWriterPeriodic
StatsWriterFactory. createPeriodicDumper(Core core)
static StatsWriterStreamer
StatsWriterFactory. createStreamer(Core core)
-
Uses of Core in com.biglybt.core.stats.impl
Fields in com.biglybt.core.stats.impl declared as Core Modifier and Type Field Description (package private) Core
StatsWriterImpl. core
private Core
StatsWriterPeriodicImpl. core
protected Core
StatsWriterStreamerImpl. core
Methods in com.biglybt.core.stats.impl with parameters of type Core Modifier and Type Method Description static StatsWriterPeriodic
StatsWriterPeriodicImpl. create(Core _core)
Constructors in com.biglybt.core.stats.impl with parameters of type Core Constructor Description StatsWriterImpl(Core _core)
StatsWriterPeriodicImpl(Core _core)
StatsWriterStreamerImpl(Core _core)
-
Uses of Core in com.biglybt.core.stats.transfer
Methods in com.biglybt.core.stats.transfer with parameters of type Core Modifier and Type Method Description static void
StatsFactory. initialize(Core core, GlobalManagerStats stats)
-
Uses of Core in com.biglybt.core.stats.transfer.impl
Fields in com.biglybt.core.stats.transfer.impl declared as Core Modifier and Type Field Description private Core
LongTermStatsImpl. core
private Core
LongTermStatsWrapper. core
(package private) Core
OverallStatsImpl. core
Constructors in com.biglybt.core.stats.transfer.impl with parameters of type Core Constructor Description LongTermStatsImpl(Core _core, GlobalManagerStats _gm_stats)
LongTermStatsWrapper(Core _core, GlobalManagerStats _stats)
OverallStatsImpl(Core _core, GlobalManagerStats _gm_stats)
-
Uses of Core in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type Core Modifier and Type Method Description static SubscriptionUtils.SubscriptionDownloadDetails[]
SubscriptionUtils. getAllCachedDownloadDetails(Core core)
-
Uses of Core in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as Core Modifier and Type Field Description private Core
SubscriptionManagerImpl. core
Methods in com.biglybt.core.subs.impl with parameters of type Core Modifier and Type Method Description protected void
SubscriptionManagerImpl. initWithCore(Core _core)
-
Uses of Core in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as Core Modifier and Type Field Description private Core
TagPropertyConstraintHandler. core
private Core
TagPropertyTrackerHandler. core
private Core
TagPropertyUntaggedHandler. core
Constructors in com.biglybt.core.tag.impl with parameters of type Core Constructor Description TagPropertyConstraintHandler(Core _core, TagManagerImpl _tm)
TagPropertyTrackerHandler(Core _core, TagManagerImpl _tm)
TagPropertyTrackerTemplateHandler(Core _core, TagManagerImpl _tm)
TagPropertyUntaggedHandler(Core _core, TagManagerImpl _tm)
-
Uses of Core in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers declared as Core Modifier and Type Field Description private Core
AllTrackersManagerImpl. core
-
Uses of Core in com.biglybt.core.update
Methods in com.biglybt.core.update with parameters of type Core Modifier and Type Method Description static ClientRestarter
ClientRestarterFactory. create(Core core)
-
Uses of Core in com.biglybt.core.update.impl
Fields in com.biglybt.core.update.impl declared as Core Modifier and Type Field Description protected Core
ClientRestarterImpl. core
Constructors in com.biglybt.core.update.impl with parameters of type Core Constructor Description ClientRestarterImpl(Core _core)
-
Uses of Core in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local declared as Core Modifier and Type Field Description private Core
PluginInitializer. core
protected static Core
PluginManagerImpl. core
Methods in com.biglybt.pifimpl.local that return Core Modifier and Type Method Description protected Core
PluginInitializer. getCore()
Methods in com.biglybt.pifimpl.local with parameters of type Core Modifier and Type Method Description static PluginInitializer
PluginInitializer. getSingleton(Core core)
java.util.List
PluginInitializer. loadPlugins(Core core, boolean bSkipAlreadyLoaded, boolean load_external_plugins, boolean loading_for_startup, boolean initialise_plugins)
static void
PluginManagerImpl. setStartDetails(Core _core)
When AZ is started directly (i.e.Constructors in com.biglybt.pifimpl.local with parameters of type Core Constructor Description PluginInitializer(Core core)
-
Uses of Core in com.biglybt.pifimpl.local.clientid
Fields in com.biglybt.pifimpl.local.clientid declared as Core Modifier and Type Field Description private Core
ClientIDPlugin. core
Methods in com.biglybt.pifimpl.local.clientid with parameters of type Core Modifier and Type Method Description void
ClientIDPlugin. initialize(Core _core)
-
Uses of Core in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as Core Modifier and Type Field Description private Core
DDBaseImpl. core
Methods in com.biglybt.pifimpl.local.ddb with parameters of type Core Modifier and Type Method Description static DDBaseImpl
DDBaseImpl. getSingleton(Core core)
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type Core Constructor Description DDBaseImpl(Core _core)
-
Uses of Core in com.biglybt.pifimpl.local.dht.mainline
Fields in com.biglybt.pifimpl.local.dht.mainline declared as Core Modifier and Type Field Description private Core
MainlineDHTManagerImpl. core
Constructors in com.biglybt.pifimpl.local.dht.mainline with parameters of type Core Constructor Description MainlineDHTManagerImpl(Core core)
-
Uses of Core in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download with parameters of type Core Modifier and Type Method Description static DownloadManagerImpl
DownloadManagerImpl. getSingleton(Core core)
Constructors in com.biglybt.pifimpl.local.download with parameters of type Core Constructor Description DownloadManagerImpl(Core _core)
-
Uses of Core in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as Core Modifier and Type Field Description private Core
MessageManagerImpl. core
Methods in com.biglybt.pifimpl.local.messaging with parameters of type Core Modifier and Type Method Description static MessageManagerImpl
MessageManagerImpl. getSingleton(Core core)
Constructors in com.biglybt.pifimpl.local.messaging with parameters of type Core Constructor Description MessageManagerImpl(Core _core)
-
Uses of Core in com.biglybt.pifimpl.local.network
Fields in com.biglybt.pifimpl.local.network declared as Core Modifier and Type Field Description private Core
ConnectionManagerImpl. core
Methods in com.biglybt.pifimpl.local.network with parameters of type Core Modifier and Type Method Description static ConnectionManagerImpl
ConnectionManagerImpl. getSingleton(Core core)
Constructors in com.biglybt.pifimpl.local.network with parameters of type Core Constructor Description ConnectionManagerImpl(Core _core)
-
Uses of Core in com.biglybt.pifimpl.local.update
Fields in com.biglybt.pifimpl.local.update declared as Core Modifier and Type Field Description private Core
UpdateManagerImpl. core
Methods in com.biglybt.pifimpl.local.update that return Core Modifier and Type Method Description protected Core
UpdateManagerImpl. getCore()
Methods in com.biglybt.pifimpl.local.update with parameters of type Core Modifier and Type Method Description static UpdateManager
UpdateManagerImpl. getSingleton(Core core)
Constructors in com.biglybt.pifimpl.local.update with parameters of type Core Constructor Description UpdateManagerImpl(Core _core)
-
Uses of Core in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils declared as Core Modifier and Type Field Description private Core
UtilitiesImpl. core
Constructors in com.biglybt.pifimpl.local.utils with parameters of type Core Constructor Description UtilitiesImpl(Core _core, PluginInterface _pi)
-
Uses of Core in com.biglybt.pifimpl.local.utils.security
Fields in com.biglybt.pifimpl.local.utils.security declared as Core Modifier and Type Field Description private Core
SESecurityManagerImpl. core
private Core
SESTSConnectionImpl. core
Constructors in com.biglybt.pifimpl.local.utils.security with parameters of type Core Constructor Description SESecurityManagerImpl(Core _core)
SESTSConnectionImpl(Core _core, GenericMessageConnectionImpl _connection, SEPublicKey _my_public_key, SEPublicKeyLocator _key_locator, java.lang.String _reason, int _block_crypto)
-
Uses of Core in com.biglybt.platform
Methods in com.biglybt.platform with parameters of type Core Modifier and Type Method Description void
PlatformManager. startup(Core core)
-
Uses of Core in com.biglybt.platform.dummy
Methods in com.biglybt.platform.dummy with parameters of type Core Modifier and Type Method Description void
PlatformManagerImpl. startup(Core core)
-
Uses of Core in com.biglybt.platform.macosx
Fields in com.biglybt.platform.macosx declared as Core Modifier and Type Field Description private Core
PlatformManagerImpl. core
Methods in com.biglybt.platform.macosx with parameters of type Core Modifier and Type Method Description void
PlatformManagerImpl. startup(Core _core)
-
Uses of Core in com.biglybt.platform.unix
Methods in com.biglybt.platform.unix with parameters of type Core Modifier and Type Method Description void
PlatformManagerImpl. startup(Core core)
-
Uses of Core in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type Core Modifier and Type Method Description private UpdateInstaller
PlatformManagerImpl. getInstaller(Core core)
void
PlatformManagerImpl. startup(Core core)
-
Uses of Core in com.biglybt.plugin.net.netstatus.swt
Methods in com.biglybt.plugin.net.netstatus.swt with parameters of type Core Modifier and Type Method Description void
NetStatusPluginTester. run(Core core)
protected void
NetStatusPluginView. startTestSupport(Core core)
-
Uses of Core in com.biglybt.ui
Fields in com.biglybt.ui declared as Core Modifier and Type Field Description protected static Core
Main. core
-
Uses of Core in com.biglybt.ui.common
Fields in com.biglybt.ui.common declared as Core Modifier and Type Field Description protected Core
UITemplate. core
Methods in com.biglybt.ui.common with parameters of type Core Modifier and Type Method Description void
IUserInterface. coreCreated(Core core)
Core has been created, but not fully initialize (No GlobalManager, etc)void
UITemplate. coreCreated(Core core)
-
Uses of Core in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as Core Modifier and Type Field Description Core
ConsoleInput. core
Methods in com.biglybt.ui.console that return Core Modifier and Type Method Description Core
ConsoleInput. getCore()
Methods in com.biglybt.ui.console with parameters of type Core Modifier and Type Method Description void
UI. coreCreated(Core core)
Constructors in com.biglybt.ui.console with parameters of type Core Constructor Description ConsoleInput(Core core, java.io.PrintStream _out)
Simple constructor to allow other components to use the console commands such as "set"ConsoleInput(java.lang.String con, Core _core, java.io.InputStream _in, java.io.PrintStream _out, java.lang.Boolean _controlling)
ConsoleInput(java.lang.String con, Core _core, java.io.Reader _in, java.io.PrintStream _out, java.lang.Boolean _controlling)
Creates a new instance of ConsoleInputConsoleInput(java.lang.String con, Core _core, java.io.Reader _in, java.io.PrintStream _out, java.lang.Boolean _controlling, UserProfile profile)
-
Uses of Core in com.biglybt.ui.console.multiuser
Constructors in com.biglybt.ui.console.multiuser with parameters of type Core Constructor Description MultiUserConsoleInput(java.lang.String con, Core core, java.io.Reader _in, java.io.PrintStream _out, java.lang.Boolean _controlling, UserProfile profile)
set up the lists of commands that we prohibit, based upon the user type. -
Uses of Core in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as Core Modifier and Type Field Description (package private) static Core
BlockedIpsWindow. core
private Core
Initializer. core
Methods in com.biglybt.ui.swt with parameters of type Core Modifier and Type Method Description void
UI. coreCreated(Core core)
private static org.eclipse.swt.widgets.Shell
BlockedIpsWindow. create(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)
static void
TorrentUtil. fillTorrentMenu(org.eclipse.swt.widgets.Menu menu, DownloadManager[] dms, Core core, boolean include_show_details, int selected_dl_types, TableView tv)
(package private) void
Initializer. handleCoreStarted(Core core)
static void
UIConfigDefaultsSWTv3. initialize(Core core)
static void
BlockedIpsWindow. show(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)
static void
BlockedIpsWindow. showBlockedIps(Core core, org.eclipse.swt.widgets.Shell mainWindow)
Constructors in com.biglybt.ui.swt with parameters of type Core Constructor Description Initializer(Core core, StartServer startServer)
Main Initializer.LocaleUtilSWT(Core core)
-
Uses of Core in com.biglybt.ui.swt.browser.listener
Methods in com.biglybt.ui.swt.browser.listener with parameters of type Core Modifier and Type Method Description private static boolean
TorrentListener. loadTorrentByB64(Core core, BrowserMessage message, java.lang.String b64)
static boolean
TorrentListener. loadTorrentByB64(Core core, java.lang.String b64)
-
Uses of Core in com.biglybt.ui.swt.config
Fields in com.biglybt.ui.swt.config declared as Core Modifier and Type Field Description (package private) Core
IpFilterEditor. core
Constructors in com.biglybt.ui.swt.config with parameters of type Core Constructor Description IpFilterEditor(Core _core, org.eclipse.swt.widgets.Shell parent, IpRange existing_range, java.lang.Runnable run_when_done)
-
Uses of Core in com.biglybt.ui.swt.config.wizard
Fields in com.biglybt.ui.swt.config.wizard declared as Core Modifier and Type Field Description private Core
NatPanel.CheckerUDP. core
Constructors in com.biglybt.ui.swt.config.wizard with parameters of type Core Constructor Description CheckerUDP(Core _core, int _udp_port)
-
Uses of Core in com.biglybt.ui.swt.core.nwmadmin
Constructors in com.biglybt.ui.swt.core.nwmadmin with parameters of type Core Constructor Description NetworkAdminSWTImpl(Core _core, NetworkAdminImpl _network_admin)
-
Uses of Core in com.biglybt.ui.swt.core.proxy
Fields in com.biglybt.ui.swt.core.proxy declared as Core Modifier and Type Field Description private Core
AEProxySelectorSWTImpl. core
Constructors in com.biglybt.ui.swt.core.proxy with parameters of type Core Constructor Description AEProxySelectorSWTImpl(Core _core, AEProxySelectorImpl _proxy_selector)
-
Uses of Core in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as Core Modifier and Type Field Description private static Core
SBC_DiskOpsView. core
Methods in com.biglybt.ui.swt.devices with parameters of type Core Modifier and Type Method Description protected void
DevicesFTUX. _doInstall(Core core, boolean itunes)
private void
SBC_DevicesView. initColumns(Core core)
protected void
DeviceInternetView. startTestSupport(Core core)
private void
DeviceManagerUI. uiAttachedAndCoreRunning(Core core)
Constructors in com.biglybt.ui.swt.devices with parameters of type Core Constructor Description DeviceManagerUI(Core core)
-
Uses of Core in com.biglybt.ui.swt.extlistener
Fields in com.biglybt.ui.swt.extlistener declared as Core Modifier and Type Field Description private Core
StimulusRPC.MyExternalStimulusListener. core
Methods in com.biglybt.ui.swt.extlistener with parameters of type Core Modifier and Type Method Description static void
StimulusRPC. hookListeners(Core core, MainWindow mainWindow)
Hooks some listenersConstructors in com.biglybt.ui.swt.extlistener with parameters of type Core Constructor Description MyExternalStimulusListener(Core core, MainWindow mainWindow)
-
Uses of Core in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type Core Modifier and Type Method Description static void
SelectableSpeedMenu. generateMenuItems(org.eclipse.swt.widgets.Menu parent, Core core, GlobalManager globalManager, boolean up_menu)
abstract void
ListenerNeedingCoreRunning. handleEvent(Core core, org.eclipse.swt.widgets.Event event)
static void
SelectableSpeedMenu. invokeSlider(org.eclipse.swt.widgets.Control cClickedFrom, Core core, boolean isUpSpeed)
static void
SelectableSpeedMenu. invokeSlider(org.eclipse.swt.widgets.Control cClickedFrom, Core core, DownloadManager[] dms, boolean isUpSpeed, org.eclipse.swt.widgets.Shell parentShell)
-
Uses of Core in com.biglybt.ui.swt.nat
Fields in com.biglybt.ui.swt.nat declared as Core Modifier and Type Field Description private Core
NatTestWindow.CheckerUDP. core
Methods in com.biglybt.ui.swt.nat with parameters of type Core Modifier and Type Method Description static void
NATTestHelpers. runUDP(Core core, int udp_port, java.util.function.Consumer<java.lang.String> logger)
Constructors in com.biglybt.ui.swt.nat with parameters of type Core Constructor Description CheckerUDP(Core _core, int _udp_port)
-
Uses of Core in com.biglybt.ui.swt.plugininstaller
Methods in com.biglybt.ui.swt.plugininstaller with parameters of type Core Modifier and Type Method Description private void
IPWFilePanel. checkValidFile(Core core)
-
Uses of Core in com.biglybt.ui.swt.pluginsuninstaller
Methods in com.biglybt.ui.swt.pluginsuninstaller with parameters of type Core Modifier and Type Method Description private void
UIPWListPanel. _show(Core core)
-
Uses of Core in com.biglybt.ui.swt.progress
Methods in com.biglybt.ui.swt.progress with parameters of type Core Modifier and Type Method Description static void
ProgressWindow. register(Core core)
-
Uses of Core in com.biglybt.ui.swt.search
Methods in com.biglybt.ui.swt.search with parameters of type Core Modifier and Type Method Description private void
SBC_SearchResultsView. initColumns(Core core)
private void
SearchResultsTabArea. initCoreStuff(Core core)
-
Uses of Core in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as Core Modifier and Type Field Description private Core
MainWindowDelayStub. core
private Core
MainWindowImpl. core
Methods in com.biglybt.ui.swt.shells.main with parameters of type Core Modifier and Type Method Description private void
MainWindowImpl. _init(Core core)
Called only on STARTUP_UIFIRSTstatic MainWindow
MainWindowFactory. create(Core core, org.eclipse.swt.widgets.Display display, IUIIntializer uiInitializer)
void
MainWindow. init(Core core)
void
MainWindowDelayStub. init(Core _core)
void
MainWindowFactory.MainWindowInitStub. init(Core core)
void
MainWindowImpl. init(Core core)
Called only on STARTUP_UIFIRSTprivate void
MainWindowImpl. postPluginSetup(Core core)
Constructors in com.biglybt.ui.swt.shells.main with parameters of type Core Constructor Description MainWindowDelayStub(Core _core, org.eclipse.swt.widgets.Display _display, IUIIntializer _uiInitializer)
MainWindowImpl(Core core, IUIIntializer uiInitializer)
Old Initializer. -
Uses of Core in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions with parameters of type Core Modifier and Type Method Description protected void
SubscriptionWizard. init(Core core)
private void
SBC_SubscriptionResultsView. initColumns(Core core)
-
Uses of Core in com.biglybt.ui.swt.systray
Fields in com.biglybt.ui.swt.systray declared as Core Modifier and Type Field Description protected static Core
SystemTraySWT. core
Methods in com.biglybt.ui.swt.systray with parameters of type Core Modifier and Type Method Description private void
SystemTraySWT. ensureDorkBoxPlugin(Core core)
-
Uses of Core in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as Core Modifier and Type Field Description private Core
UpdateMonitor. azCore
Methods in com.biglybt.ui.swt.update with parameters of type Core Modifier and Type Method Description static UpdateMonitor
UpdateMonitor. getSingleton(Core core)
Constructors in com.biglybt.ui.swt.update with parameters of type Core Constructor Description UpdateMonitor(Core _core)
UpdateWindow(UpdateMonitor _update_monitor, Core _core, UpdateCheckInstance _check_instance)
-
Uses of Core in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with parameters of type Core Modifier and Type Method Description private static void
TorrentUIUtilsV3. _loadTorrent(Core core, DownloadUrlInfo dlInfo, boolean playNow, boolean playPrepare, boolean bringToFront)
Constructors in com.biglybt.ui.swt.utils with parameters of type Core Constructor Description UIMagnetHandler(Core core)
-
Uses of Core in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as Core Modifier and Type Field Description private Core
MyTorrentsView. core
Methods in com.biglybt.ui.swt.views with parameters of type Core Modifier and Type Method Description private void
PeersSuperView. addExistingDatasources(Core core)
Add datasources already in existance before we called addListener.private void
MyTrackerView. assignSelectedToCategory(Core core, Category category)
private void
MySharesView. createRows(Core core)
protected MyTorrentsView
MyTorrentsSuperView. createTorrentView(Core _core, java.lang.String tableID, boolean isSeedingView, TableColumnCore[] columns, org.eclipse.swt.widgets.Composite c)
Returns an instance ofMyTorrentsView
Subclasses my override to return a different instance of MyTorrentsViewTableViewSWT<DownloadManager>
MyTorrentsView. init(Core _core, java.lang.String tableID, java.lang.Class<?> forDataSourceType, TableColumnCore[] basicItems)
private void
MyTorrentsSuperView. initializeWithCore(Core core, org.eclipse.swt.widgets.Composite parent, java.lang.Object dataSource)
private void
PeersSuperView. registerGlobalManagerListener(Core core)
private void
PiecesSuperView. registerGlobalManagerListener(Core core)
Constructors in com.biglybt.ui.swt.views with parameters of type Core Constructor Description MyTorrentsView(Core core, java.lang.String tableID, boolean isSeedingView, TableColumnCore[] basicItems, BubbleTextBox filterBox, org.eclipse.swt.widgets.Composite cCatsAndTags, boolean supportsTabs)
Initialize -
Uses of Core in com.biglybt.ui.swt.views.clientstats
Fields in com.biglybt.ui.swt.views.clientstats declared as Core Modifier and Type Field Description private Core
ClientStatsView. core
Methods in com.biglybt.ui.swt.views.clientstats with parameters of type Core Modifier and Type Method Description private void
ClientStatsView. initColumns(Core core)
protected void
ClientStatsView. register(Core core)
-
Uses of Core in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as Core Modifier and Type Field Description private Core
SB_Transfers. core
Methods in com.biglybt.ui.swt.views.skin with parameters of type Core Modifier and Type Method Description void
SBC_LibraryTableView. initShow(Core core)
private void
SBC_LibraryView. setupView(Core core, SWTSkinObject skinObject)
protected void
SB_Transfers. setupViewTitleWithCore(Core _core)
Constructors in com.biglybt.ui.swt.views.skin with parameters of type Core Constructor Description MyTorrentsView_Big(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
MyTorrentsView_Small(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
-
Uses of Core in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as Core Modifier and Type Field Description private Core
DHTOpsView. core
protected Core
DHTView. core
private Core
VivaldiView. core
Methods in com.biglybt.ui.swt.views.stats with parameters of type Core Modifier and Type Method Description private void
DHTOpsView. init(Core core)
private void
DHTView. init(Core core)
private void
VivaldiView. init(Core core)
-
Uses of Core in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils declared as Core Modifier and Type Field Description private Core
LocProvUtils. core
Methods in com.biglybt.ui.swt.views.utils with parameters of type Core Modifier and Type Method Description static void
ManagerUtils. host(Core core, DownloadManager dm)
Host a DownloadManager on our Tracker.static void
LocProvUtils. initialise(Core core)
static void
ManagerUtils. publish(Core core, DownloadManager dm)
Publish a DownloadManager on our Tracker.Constructors in com.biglybt.ui.swt.views.utils with parameters of type Core Constructor Description LocProvUtils(Core _core)
-
Uses of Core in com.biglybt.ui.telnet
Methods in com.biglybt.ui.telnet with parameters of type Core Modifier and Type Method Description void
UI. coreCreated(Core core)
-
Uses of Core in com.biglybt.util
Methods in com.biglybt.util with parameters of type Core Modifier and Type Method Description static void
InitialisationFunctions. earlyInitialisation(Core core)
protected static void
ExternalStimulusHandler. initialise(Core core)
static void
InitialisationFunctions. lateInitialisation(Core core)
-