Uses of Interface
com.biglybt.platform.PlatformManager
Packages that use PlatformManager
Package
Description
-
Uses of PlatformManager in com.biglybt.core.impl
Methods in com.biglybt.core.impl with parameters of type PlatformManagerModifier and TypeMethodDescription(package private) void
CoreImpl.setPreventComputerSleep
(PlatformManager platform, boolean prevent_sleep, String prevent_reason) -
Uses of PlatformManager in com.biglybt.platform
Fields in com.biglybt.platform declared as PlatformManagerModifier and TypeFieldDescriptionprotected static PlatformManager
PlatformManagerFactory.platform_manager
Methods in com.biglybt.platform that return PlatformManagerModifier and TypeMethodDescriptionstatic PlatformManager
PlatformManagerFactory.getPlatformManager()
-
Uses of PlatformManager in com.biglybt.platform.dummy
Classes in com.biglybt.platform.dummy that implement PlatformManagerFields in com.biglybt.platform.dummy declared as PlatformManagerMethods in com.biglybt.platform.dummy that return PlatformManager -
Uses of PlatformManager in com.biglybt.platform.macosx
Classes in com.biglybt.platform.macosx that implement PlatformManagerModifier and TypeClassDescriptionclass
Performs platform-specific operations with Mac OS X -
Uses of PlatformManager in com.biglybt.platform.unix
Classes in com.biglybt.platform.unix that implement PlatformManager -
Uses of PlatformManager in com.biglybt.platform.win32
Classes in com.biglybt.platform.win32 that implement PlatformManager -
Uses of PlatformManager in com.biglybt.ui.config
Methods in com.biglybt.ui.config with parameters of type PlatformManagerModifier and TypeMethodDescriptionprivate void
ConfigSectionStartShutdown.buildOptions
(PlatformManager platform, List<Parameter> list) -
Uses of PlatformManager in com.biglybt.ui.swt.associations
Fields in com.biglybt.ui.swt.associations declared as PlatformManagerConstructors in com.biglybt.ui.swt.associations with parameters of type PlatformManager