Uses of Interface
com.biglybt.core.Core
Packages that use Core
Package
Description
-
Uses of Core in com.biglybt.activities
Methods in com.biglybt.activities with parameters of type CoreModifier and TypeMethodDescription(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 CoreModifier and TypeMethodDescriptionstatic 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 CoreModifier and TypeMethodDescriptionvoid
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
void
void
void
void
void
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 CoreModifier and TypeMethodDescriptionstatic BackupManager
BackupManagerFactory.getManager
(Core core) -
Uses of Core in com.biglybt.core.backup.impl
Fields in com.biglybt.core.backup.impl declared as CoreMethods in com.biglybt.core.backup.impl with parameters of type CoreConstructors in com.biglybt.core.backup.impl with parameters of type Core -
Uses of Core in com.biglybt.core.config.impl
Methods in com.biglybt.core.config.impl with parameters of type CoreModifier and TypeMethodDescriptionstatic boolean
TransferSpeedValidator.isAutoUploadAvailable
(Core core) -
Uses of Core in com.biglybt.core.content
Fields in com.biglybt.core.content declared as CoreMethods in com.biglybt.core.content with parameters of type Core -
Uses of Core in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as CoreModifier and TypeFieldDescriptionprivate Core
DeviceManagerImpl.core
private Core
TranscodeManagerImpl.core
Methods in com.biglybt.core.devices.impl that return CoreMethods in com.biglybt.core.devices.impl with parameters of type CoreModifier and TypeMethodDescription(package private) void
(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 -
Uses of Core in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as CoreModifier and TypeFieldDescriptionprivate static Core
DiskManagerAllocationScheduler.core
private final Core
DiskManagerOperationScheduler.core
private static Core
DiskManagerRecheckScheduler.core
Methods in com.biglybt.core.disk.impl with parameters of type CoreModifier and TypeMethodDescriptionstatic void
DiskManagerOperationScheduler.initialise
(Core core) Constructors in com.biglybt.core.disk.impl with parameters of type Core -
Uses of Core in com.biglybt.core.download
Fields in com.biglybt.core.download declared as CoreMethods in com.biglybt.core.download with parameters of type CoreModifier and TypeMethodDescriptionstatic DownloadManagerEnhancer
DownloadManagerEnhancer.initialise
(Core core) Constructors in com.biglybt.core.download with parameters of type Core -
Uses of Core in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as Core -
Uses of Core in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type CoreModifier and TypeMethodDescriptionstatic 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 CoreModifierConstructorDescription(package private)
DownloadStateTagger
(Core core) GlobalManagerImpl
(Core core, GlobalMangerProgressListener listener) protected
GlobalManagerStatsWriter
(Core core, GlobalManagerStats stats) -
Uses of Core in com.biglybt.core.history.impl
Fields in com.biglybt.core.history.impl declared as Core -
Uses of Core in com.biglybt.core.impl
Classes in com.biglybt.core.impl that implement CoreFields in com.biglybt.core.impl declared as CoreMethods in com.biglybt.core.impl that return CoreModifier and TypeMethodDescriptionstatic 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 CoreModifierConstructorDescriptionNatChecker
(Core core, 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 CoreConstructors in com.biglybt.core.nat with parameters of type Core -
Uses of Core in com.biglybt.core.networkmanager
Fields in com.biglybt.core.networkmanager declared as CoreMethods in com.biglybt.core.networkmanager with parameters of type Core -
Uses of Core in com.biglybt.core.networkmanager.admin
Methods in com.biglybt.core.networkmanager.admin with parameters of type CoreModifier and TypeMethodDescriptionabstract 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 CoreModifier and TypeFieldDescriptionprivate final Core
NetworkAdminHTTPTester.core
private final Core
NetworkAdminProtocolImpl.core
private final Core
NetworkAdminTCPTester.core
private final Core
NetworkAdminUDPTester.core
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type CoreModifier and TypeMethodDescriptionNetworkAdminImpl.createInboundProtocol
(Core core, int type, int port) NetworkAdminImpl.getInboundProtocols
(Core core) NetworkAdminImpl.getNATDevices
(Core core) NetworkAdminImpl.getOutboundProtocols
(Core core) void
NetworkAdminImpl.runInitialChecks
(Core core) private void
Constructors in com.biglybt.core.networkmanager.admin.impl with parameters of type CoreModifierConstructorDescriptionprotected
NetworkAdminDistributedNATTester
(NetworkAdminImpl _admin, Core _core) protected
NetworkAdminHTTPTester
(Core _core, NetworkAdminProgressListener _listener) protected
NetworkAdminProtocolImpl
(Core _core, int _type) protected
NetworkAdminProtocolImpl
(Core _core, int _type, int _port) protected
NetworkAdminTCPTester
(Core _core, NetworkAdminProgressListener _listener) protected
NetworkAdminUDPTester
(Core _core, NetworkAdminProgressListener _listener) -
Uses of Core in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as CoreModifier and TypeFieldDescriptionprivate Core
PairingManagerImpl.core
private final Core
PairingManagerTunnelHandler.core
Methods in com.biglybt.core.pairing.impl with parameters of type CoreConstructors in com.biglybt.core.pairing.impl with parameters of type CoreModifierConstructorDescriptionprotected
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 CoreConstructors in com.biglybt.core.peermanager.nat with parameters of type Core -
Uses of Core in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy with parameters of type Core -
Uses of Core in com.biglybt.core.proxy.impl
Methods in com.biglybt.core.proxy.impl with parameters of type Core -
Uses of Core in com.biglybt.core.security
Fields in com.biglybt.core.security declared as CoreMethods in com.biglybt.core.security with parameters of type Core -
Uses of Core in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as CoreMethods in com.biglybt.core.speedmanager with parameters of type CoreModifier and TypeMethodDescriptionstatic SpeedManager
SpeedManagerFactory.createSpeedManager
(Core core, SpeedManagerAdapter adapter) static SpeedLimitHandler
SpeedLimitHandler.getSingleton
(Core core) Constructors in com.biglybt.core.speedmanager with parameters of type Core -
Uses of Core in com.biglybt.core.speedmanager.impl
Fields in com.biglybt.core.speedmanager.impl declared as CoreConstructors in com.biglybt.core.speedmanager.impl with parameters of type Core -
Uses of Core in com.biglybt.core.stats
Methods in com.biglybt.core.stats with parameters of type CoreModifier and TypeMethodDescriptionstatic 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 CoreModifier and TypeFieldDescription(package private) final Core
StatsWriterImpl.core
private final Core
StatsWriterPeriodicImpl.core
protected final Core
StatsWriterStreamerImpl.core
Methods in com.biglybt.core.stats.impl with parameters of type CoreConstructors in com.biglybt.core.stats.impl with parameters of type CoreModifierConstructorDescriptionprotected
StatsWriterImpl
(Core _core) protected
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 CoreModifier and TypeMethodDescriptionstatic 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 CoreModifier and TypeFieldDescriptionprivate Core
LongTermStatsImpl.core
private Core
LongTermStatsWrapper.core
(package private) final Core
OverallStatsImpl.core
Constructors in com.biglybt.core.stats.transfer.impl with parameters of type CoreModifierConstructorDescriptionLongTermStatsImpl
(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 -
Uses of Core in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as CoreMethods in com.biglybt.core.subs.impl with parameters of type CoreModifier and TypeMethodDescriptionprotected void
SubscriptionManagerImpl.initWithCore
(Core _core) -
Uses of Core in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as CoreModifier and TypeFieldDescriptionprivate final Core
TagPropertyConstraintHandler.core
private final Core
TagPropertyTrackerHandler.core
private final Core
TagPropertyUntaggedHandler.core
Constructors in com.biglybt.core.tag.impl with parameters of type CoreModifierConstructorDescriptionprotected
TagPropertyConstraintHandler
(Core _core, TagManagerImpl _tm) protected
TagPropertyTrackerHandler
(Core _core, TagManagerImpl _tm) protected
TagPropertyTrackerTemplateHandler
(Core _core, TagManagerImpl _tm) protected
TagPropertyUntaggedHandler
(Core _core, TagManagerImpl _tm) -
Uses of Core in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers declared as Core -
Uses of Core in com.biglybt.core.update
Methods in com.biglybt.core.update with parameters of type Core -
Uses of Core in com.biglybt.core.update.impl
Fields in com.biglybt.core.update.impl declared as CoreConstructors in com.biglybt.core.update.impl with parameters of type Core -
Uses of Core in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local declared as CoreModifier and TypeFieldDescriptionprivate Core
PluginInitializer.core
protected static Core
PluginManagerImpl.core
Methods in com.biglybt.pifimpl.local that return CoreMethods in com.biglybt.pifimpl.local with parameters of type CoreModifier and TypeMethodDescriptionstatic PluginInitializer
PluginInitializer.getSingleton
(Core core) 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 -
Uses of Core in com.biglybt.pifimpl.local.clientid
Fields in com.biglybt.pifimpl.local.clientid declared as CoreMethods in com.biglybt.pifimpl.local.clientid with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as CoreMethods in com.biglybt.pifimpl.local.ddb with parameters of type CoreConstructors in com.biglybt.pifimpl.local.ddb with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.dht.mainline
Fields in com.biglybt.pifimpl.local.dht.mainline declared as CoreConstructors in com.biglybt.pifimpl.local.dht.mainline with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download with parameters of type CoreModifier and TypeMethodDescriptionstatic DownloadManagerImpl
DownloadManagerImpl.getSingleton
(Core core) Constructors in com.biglybt.pifimpl.local.download with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as CoreMethods in com.biglybt.pifimpl.local.messaging with parameters of type CoreModifier and TypeMethodDescriptionstatic MessageManagerImpl
MessageManagerImpl.getSingleton
(Core core) Constructors in com.biglybt.pifimpl.local.messaging with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.network
Fields in com.biglybt.pifimpl.local.network declared as CoreMethods in com.biglybt.pifimpl.local.network with parameters of type CoreModifier and TypeMethodDescriptionstatic ConnectionManagerImpl
ConnectionManagerImpl.getSingleton
(Core core) Constructors in com.biglybt.pifimpl.local.network with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.update
Fields in com.biglybt.pifimpl.local.update declared as CoreMethods in com.biglybt.pifimpl.local.update that return CoreMethods in com.biglybt.pifimpl.local.update with parameters of type CoreConstructors in com.biglybt.pifimpl.local.update with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils declared as CoreConstructors in com.biglybt.pifimpl.local.utils with parameters of type Core -
Uses of Core in com.biglybt.pifimpl.local.utils.security
Fields in com.biglybt.pifimpl.local.utils.security declared as CoreModifier and TypeFieldDescriptionprivate Core
SESecurityManagerImpl.core
private Core
SESTSConnectionImpl.core
Constructors in com.biglybt.pifimpl.local.utils.security with parameters of type CoreModifierConstructorDescriptionSESecurityManagerImpl
(Core _core) protected
SESTSConnectionImpl
(Core _core, GenericMessageConnectionImpl _connection, SEPublicKey _my_public_key, SEPublicKeyLocator _key_locator, String _reason, int _block_crypto) -
Uses of Core in com.biglybt.platform
Methods in com.biglybt.platform with parameters of type Core -
Uses of Core in com.biglybt.platform.dummy
Methods in com.biglybt.platform.dummy with parameters of type Core -
Uses of Core in com.biglybt.platform.macosx
Fields in com.biglybt.platform.macosx declared as CoreMethods in com.biglybt.platform.macosx with parameters of type Core -
Uses of Core in com.biglybt.platform.unix
Methods in com.biglybt.platform.unix with parameters of type Core -
Uses of Core in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type CoreModifier and TypeMethodDescriptionprivate UpdateInstaller
PlatformManagerImpl.getInstaller
(Core core) void
-
Uses of Core in com.biglybt.ui
Fields in com.biglybt.ui declared as Core -
Uses of Core in com.biglybt.ui.common
Fields in com.biglybt.ui.common declared as CoreMethods in com.biglybt.ui.common with parameters of type CoreModifier and TypeMethodDescriptionvoid
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 CoreMethods in com.biglybt.ui.console that return CoreMethods in com.biglybt.ui.console with parameters of type CoreConstructors in com.biglybt.ui.console with parameters of type CoreModifierConstructorDescriptionConsoleInput
(Core core, PrintStream _out) Simple constructor to allow other components to use the console commands such as "set"ConsoleInput
(String con, Core _core, InputStream _in, PrintStream _out, Boolean _controlling) ConsoleInput
(String con, Core _core, Reader _in, PrintStream _out, Boolean _controlling) Creates a new instance of ConsoleInputConsoleInput
(String con, Core _core, Reader _in, PrintStream _out, Boolean _controlling, UserProfile profile) -
Uses of Core in com.biglybt.ui.console.multiuser
Constructors in com.biglybt.ui.console.multiuser with parameters of type CoreModifierConstructorDescriptionMultiUserConsoleInput
(String con, Core core, Reader _in, PrintStream _out, 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 CoreModifier and TypeFieldDescription(package private) static Core
BlockedIpsWindow.core
private final Core
Initializer.core
Methods in com.biglybt.ui.swt with parameters of type CoreModifier and TypeMethodDescriptionvoid
UI.coreCreated
(Core core) private static org.eclipse.swt.widgets.Shell
BlockedIpsWindow.create
(Core _core, org.eclipse.swt.widgets.Display display, String ipsBlocked, 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) (package private) static void
Utils.initStatic
(Core core) static void
BlockedIpsWindow.show
(Core _core, org.eclipse.swt.widgets.Display display, String ipsBlocked, String ipsBanned) static void
BlockedIpsWindow.showBlockedIps
(Core core, org.eclipse.swt.widgets.Shell mainWindow) Constructors in com.biglybt.ui.swt with parameters of type CoreModifierConstructorDescriptionInitializer
(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 CoreModifier and TypeMethodDescriptionprivate static boolean
TorrentListener.loadTorrentByB64
(Core core, BrowserMessage message, String b64) static boolean
TorrentListener.loadTorrentByB64
(Core core, String b64) -
Uses of Core in com.biglybt.ui.swt.config
Fields in com.biglybt.ui.swt.config declared as CoreConstructors in com.biglybt.ui.swt.config with parameters of type CoreModifierConstructorDescriptionIpFilterEditor
(Core _core, org.eclipse.swt.widgets.Shell parent, IpRange existing_range, Runnable run_when_done) -
Uses of Core in com.biglybt.ui.swt.config.wizard
Fields in com.biglybt.ui.swt.config.wizard declared as CoreConstructors in com.biglybt.ui.swt.config.wizard with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.core.nwmadmin
Constructors in com.biglybt.ui.swt.core.nwmadmin with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.core.proxy
Fields in com.biglybt.ui.swt.core.proxy declared as CoreConstructors in com.biglybt.ui.swt.core.proxy with parameters of type CoreModifierConstructorDescriptionAEProxySelectorSWTImpl
(Core _core, AEProxySelectorImpl _proxy_selector) -
Uses of Core in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as CoreMethods in com.biglybt.ui.swt.devices with parameters of type CoreModifier and TypeMethodDescriptionprotected void
DevicesFTUX._doInstall
(Core core, boolean itunes) private void
SBC_DevicesView.initColumns
(Core core) protected void
DeviceInternetView.DeviceInternetViewInstance.startTestSupport
(Core core) private void
DeviceManagerUI.uiAttachedAndCoreRunning
(Core core) Constructors in com.biglybt.ui.swt.devices with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.extlistener
Fields in com.biglybt.ui.swt.extlistener declared as CoreMethods in com.biglybt.ui.swt.extlistener with parameters of type CoreModifier and TypeMethodDescriptionstatic void
StimulusRPC.hookListeners
(Core core, MainWindow mainWindow) Hooks some listenersConstructors in com.biglybt.ui.swt.extlistener with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type CoreModifier and TypeMethodDescriptionstatic 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 CoreMethods in com.biglybt.ui.swt.nat with parameters of type CoreModifier and TypeMethodDescriptionstatic void
Constructors in com.biglybt.ui.swt.nat with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.plugin.net.netstatus.swt
Methods in com.biglybt.ui.swt.plugin.net.netstatus.swt with parameters of type CoreModifier and TypeMethodDescriptionvoid
protected void
NetStatusPluginView.startTestSupport
(Core core) -
Uses of Core in com.biglybt.ui.swt.plugininstaller
Methods in com.biglybt.ui.swt.plugininstaller with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.pluginsuninstaller
Methods in com.biglybt.ui.swt.pluginsuninstaller with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.progress
Methods in com.biglybt.ui.swt.progress with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.search
Methods in com.biglybt.ui.swt.search with parameters of type CoreModifier and TypeMethodDescriptionprivate void
SBC_SearchResultsView.initColumns
(Core core) private void
SearchResultsTabArea.initCoreStuff
(Core core) -
Uses of Core in com.biglybt.ui.swt.shells
Methods in com.biglybt.ui.swt.shells with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as CoreModifier and TypeFieldDescriptionprivate Core
MainWindowDelayStub.core
private Core
MainWindowImpl.core
Methods in com.biglybt.ui.swt.shells.main with parameters of type CoreModifier and TypeMethodDescriptionprivate void
Called only on STARTUP_UIFIRSTstatic MainWindow
MainWindowFactory.create
(Core core, org.eclipse.swt.widgets.Display display, IUIIntializer uiInitializer) void
void
void
void
Called only on STARTUP_UIFIRSTprivate void
MainWindowImpl.postPluginSetup
(Core core) Constructors in com.biglybt.ui.swt.shells.main with parameters of type CoreModifierConstructorDescriptionMainWindowDelayStub
(Core _core, org.eclipse.swt.widgets.Display _display, IUIIntializer _uiInitializer) protected
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 CoreModifier and TypeMethodDescriptionprotected void
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 -
Uses of Core in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as CoreMethods in com.biglybt.ui.swt.update with parameters of type CoreConstructors in com.biglybt.ui.swt.update with parameters of type CoreModifierConstructorDescriptionprotected
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 CoreModifier and TypeMethodDescriptionprivate 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 -
Uses of Core in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as CoreMethods in com.biglybt.ui.swt.views with parameters of type CoreModifier and TypeMethodDescriptionprivate 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, 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 MyTorrentsViewMyTorrentsView.init
(Core _core, String tableID, Class<?> _forDataSourceType, TableColumnCore[] basicItems) private void
MyTorrentsSuperView.initializeWithCore
(Core core, org.eclipse.swt.widgets.Composite parent, 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 CoreModifierConstructorDescriptionMyTorrentsView
(Core core, String tableID, boolean isSeedingView, TableColumnCore[] basicItems, BubbleTextBox filterBox, boolean supportsTabs) Initialize -
Uses of Core in com.biglybt.ui.swt.views.clientstats
Fields in com.biglybt.ui.swt.views.clientstats declared as CoreMethods in com.biglybt.ui.swt.views.clientstats with parameters of type CoreModifier and TypeMethodDescriptionprivate void
ClientStatsView.initColumns
(Core core) protected void
-
Uses of Core in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as CoreMethods in com.biglybt.ui.swt.views.skin with parameters of type CoreModifier and TypeMethodDescriptionvoid
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 CoreModifierConstructorDescriptionMyTorrentsView_Big
(Core _core, int torrentFilterMode, Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter) MyTorrentsView_Small
(Core _core, int torrentFilterMode, Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter) -
Uses of Core in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as CoreModifier and TypeFieldDescriptionprivate Core
DHTOpsView.core
protected Core
DHTView.core
private Core
VivaldiView.core
Methods in com.biglybt.ui.swt.views.stats with parameters of type Core -
Uses of Core in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils declared as CoreMethods in com.biglybt.ui.swt.views.utils with parameters of type CoreModifier and TypeMethodDescriptionstatic 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 -
Uses of Core in com.biglybt.ui.telnet
Methods in com.biglybt.ui.telnet with parameters of type Core -
Uses of Core in com.biglybt.util
Methods in com.biglybt.util with parameters of type CoreModifier and TypeMethodDescriptionstatic void
InitialisationFunctions.earlyInitialisation
(Core core) protected static void
ExternalStimulusHandler.initialise
(Core core) static void
InitialisationFunctions.lateInitialisation
(Core core)