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 voidActivitiesManager._initialize(Core core) static voidActivitiesManager.initialize(Core core) -
Uses of Core in com.biglybt.core
Methods in com.biglybt.core that return CoreModifier and TypeMethodDescriptionstatic CoreCoreFactory.create()Core is a singleton that must be initially created by someone, and initialisedstatic CoreCoreFactory.getSingleton()Once created the singleton can be accessed via this methodMethods in com.biglybt.core with parameters of type CoreModifier and TypeMethodDescriptionvoidCoreLifecycleAdapter.componentCreated(Core core, CoreComponent component) voidCoreLifecycleListener.componentCreated(Core core, CoreComponent component) voidCoreRunningListener.coreRunning(Core core) booleanCoreLifecycleAdapter.restartRequested(Core core) booleanCoreLifecycleListener.restartRequested(Core core) voidvoidvoidvoidvoidvoidbooleanCoreLifecycleAdapter.stopRequested(Core core) booleanCoreLifecycleListener.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 BackupManagerBackupManagerFactory.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 booleanTransferSpeedValidator.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 CoreDeviceManagerImpl.coreprivate CoreTranscodeManagerImpl.coreMethods 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) voidDeviceManagerImpl.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 CoreDiskManagerAllocationScheduler.coreprivate final CoreDiskManagerOperationScheduler.coreprivate static CoreDiskManagerRecheckScheduler.coreMethods in com.biglybt.core.disk.impl with parameters of type CoreModifier and TypeMethodDescriptionstatic voidDiskManagerOperationScheduler.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 DownloadManagerEnhancerDownloadManagerEnhancer.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 GlobalManagerGlobalManagerFactory.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) protectedGlobalManagerStatsWriter(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 CoreCoreImpl.create()static CoreCoreImpl.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 NetworkAdminProtocolNetworkAdmin.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 voidNetworkAdmin.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 CoreNetworkAdminHTTPTester.coreprivate final CoreNetworkAdminProtocolImpl.coreprivate final CoreNetworkAdminTCPTester.coreprivate final CoreNetworkAdminUDPTester.coreMethods 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) voidNetworkAdminImpl.runInitialChecks(Core core) private voidConstructors in com.biglybt.core.networkmanager.admin.impl with parameters of type CoreModifierConstructorDescriptionprotectedNetworkAdminDistributedNATTester(NetworkAdminImpl _admin, Core _core) protectedNetworkAdminHTTPTester(Core _core, NetworkAdminProgressListener _listener) protectedNetworkAdminProtocolImpl(Core _core, int _type) protectedNetworkAdminProtocolImpl(Core _core, int _type, int _port) protectedNetworkAdminTCPTester(Core _core, NetworkAdminProgressListener _listener) protectedNetworkAdminUDPTester(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 CorePairingManagerImpl.coreprivate final CorePairingManagerTunnelHandler.coreMethods in com.biglybt.core.pairing.impl with parameters of type CoreConstructors in com.biglybt.core.pairing.impl with parameters of type CoreModifierConstructorDescriptionprotectedPairingManagerTunnelHandler(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 SpeedManagerSpeedManagerFactory.createSpeedManager(Core core, SpeedManagerAdapter adapter) static SpeedLimitHandlerSpeedLimitHandler.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 StatsWriterPeriodicStatsWriterFactory.createPeriodicDumper(Core core) static StatsWriterStreamerStatsWriterFactory.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 CoreStatsWriterImpl.coreprivate final CoreStatsWriterPeriodicImpl.coreprotected final CoreStatsWriterStreamerImpl.coreMethods in com.biglybt.core.stats.impl with parameters of type CoreConstructors in com.biglybt.core.stats.impl with parameters of type CoreModifierConstructorDescriptionprotectedStatsWriterImpl(Core _core) protectedStatsWriterPeriodicImpl(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 voidStatsFactory.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 CoreLongTermStatsImpl.coreprivate CoreLongTermStatsWrapper.core(package private) final CoreOverallStatsImpl.coreConstructors 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 voidSubscriptionManagerImpl.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 CoreTagPropertyConstraintHandler.coreprivate final CoreTagPropertyTrackerHandler.coreprivate final CoreTagPropertyUntaggedHandler.coreConstructors in com.biglybt.core.tag.impl with parameters of type CoreModifierConstructorDescriptionprotectedTagPropertyConstraintHandler(Core _core, TagManagerImpl _tm) protectedTagPropertyTrackerHandler(Core _core, TagManagerImpl _tm) protectedTagPropertyTrackerTemplateHandler(Core _core, TagManagerImpl _tm) protectedTagPropertyUntaggedHandler(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 CorePluginInitializer.coreprotected static CorePluginManagerImpl.coreMethods in com.biglybt.pifimpl.local that return CoreMethods in com.biglybt.pifimpl.local with parameters of type CoreModifier and TypeMethodDescriptionstatic PluginInitializerPluginInitializer.getSingleton(Core core) PluginInitializer.loadPlugins(Core core, boolean bSkipAlreadyLoaded, boolean load_external_plugins, boolean loading_for_startup, boolean initialise_plugins) static voidPluginManagerImpl.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 DownloadManagerImplDownloadManagerImpl.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 MessageManagerImplMessageManagerImpl.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 ConnectionManagerImplConnectionManagerImpl.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 CoreSESecurityManagerImpl.coreprivate CoreSESTSConnectionImpl.coreConstructors in com.biglybt.pifimpl.local.utils.security with parameters of type CoreModifierConstructorDescriptionSESecurityManagerImpl(Core _core) protectedSESTSConnectionImpl(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 UpdateInstallerPlatformManagerImpl.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 TypeMethodDescriptionvoidIUserInterface.coreCreated(Core core) Core has been created, but not fully initialize (No GlobalManager, etc)voidUITemplate.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 CoreBlockedIpsWindow.coreprivate final CoreInitializer.coreMethods in com.biglybt.ui.swt with parameters of type CoreModifier and TypeMethodDescriptionvoidUI.coreCreated(Core core) private static org.eclipse.swt.widgets.ShellBlockedIpsWindow.create(Core _core, org.eclipse.swt.widgets.Display display, String ipsBlocked, String ipsBanned) static voidTorrentUtil.fillTorrentMenu(org.eclipse.swt.widgets.Menu menu, DownloadManager[] dms, Core core, boolean include_show_details, int selected_dl_types, TableView tv) (package private) voidInitializer.handleCoreStarted(Core core) static voidUIConfigDefaultsSWTv3.initialize(Core core) (package private) static voidUtils.initStatic(Core core) static voidUtils.runWhenCoreOperationsIdle(Core core, Runnable r) static voidBlockedIpsWindow.show(Core _core, org.eclipse.swt.widgets.Display display, String ipsBlocked, String ipsBanned) static voidBlockedIpsWindow.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 booleanTorrentListener.loadTorrentByB64(Core core, BrowserMessage message, String b64) static booleanTorrentListener.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 voidDevicesFTUX._doInstall(Core core, boolean itunes) private voidSBC_DevicesView.initColumns(Core core) protected voidDeviceInternetView.DeviceInternetViewInstance.startTestSupport(Core core) private voidDeviceManagerUI.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 voidStimulusRPC.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 voidSelectableSpeedMenu.generateMenuItems(org.eclipse.swt.widgets.Menu parent, Core core, GlobalManager globalManager, boolean up_menu) abstract voidListenerNeedingCoreRunning.handleEvent(Core core, org.eclipse.swt.widgets.Event event) static voidSelectableSpeedMenu.invokeSlider(org.eclipse.swt.widgets.Control cClickedFrom, Core core, boolean isUpSpeed) static voidSelectableSpeedMenu.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 voidConstructors 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 TypeMethodDescriptionvoidprotected voidNetStatusPluginView.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 voidSBC_SearchResultsView.initColumns(Core core) private voidSearchResultsTabArea.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 CoreMainWindowDelayStub.coreprivate CoreMainWindowImpl.coreMethods in com.biglybt.ui.swt.shells.main with parameters of type CoreModifier and TypeMethodDescriptionprivate voidCalled only on STARTUP_UIFIRSTstatic MainWindowMainWindowFactory.create(Core core, org.eclipse.swt.widgets.Display display, IUIIntializer uiInitializer) voidvoidvoidvoidCalled only on STARTUP_UIFIRSTprivate voidMainWindowImpl.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) protectedMainWindowImpl(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 voidprivate voidSBC_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 CoreModifier and TypeFieldDescriptionprivate CoreUpdateMonitor.azCoreprivate final CoreUpdateWindow.coreMethods in com.biglybt.ui.swt.update with parameters of type CoreConstructors in com.biglybt.ui.swt.update with parameters of type CoreModifierConstructorDescriptionprotectedUpdateMonitor(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 voidTorrentUIUtilsV3._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 voidPeersSuperView.addExistingDatasources(Core core) Add datasources already in existance before we called addListener.private voidMyTrackerView.assignSelectedToCategory(Core core, Category category) private voidMySharesView.createRows(Core core) protected MyTorrentsViewMyTorrentsSuperView.createTorrentView(Core _core, String tableID, boolean isSeedingView, TableColumnCore[] columns, org.eclipse.swt.widgets.Composite c) Returns an instance ofMyTorrentsViewSubclasses my override to return a different instance of MyTorrentsViewMyTorrentsView.init(Core _core, String tableID, Class<?> _forDataSourceType, TableColumnCore[] basicItems) private voidMyTorrentsSuperView.initializeWithCore(Core core, org.eclipse.swt.widgets.Composite parent, Object dataSource) private voidPeersSuperView.registerGlobalManagerListener(Core core) private voidPiecesSuperView.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 voidClientStatsView.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 TypeMethodDescriptionvoidprivate voidSBC_LibraryView.setupView(Core core, SWTSkinObject skinObject) protected voidSB_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 CoreDHTOpsView.coreprotected CoreDHTView.coreprivate CoreVivaldiView.coreMethods 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 voidManagerUtils.host(Core core, DownloadManager dm) Host a DownloadManager on our Tracker.static voidLocProvUtils.initialise(Core core) static voidManagerUtils.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 voidInitialisationFunctions.earlyInitialisation(Core core) protected static voidExternalStimulusHandler.initialise(Core core) static voidInitialisationFunctions.lateInitialisation(Core core)