Uses of Interface
com.biglybt.platform.PlatformManager
-
-
Uses of PlatformManager in com.biglybt.core.impl
Methods in com.biglybt.core.impl with parameters of type PlatformManager Modifier and Type Method Description (package private) void
CoreImpl. setPreventComputerSleep(PlatformManager platform, boolean prevent_sleep, java.lang.String prevent_reason)
-
Uses of PlatformManager in com.biglybt.platform
Fields in com.biglybt.platform declared as PlatformManager Modifier and Type Field Description protected static PlatformManager
PlatformManagerFactory. platform_manager
Methods in com.biglybt.platform that return PlatformManager Modifier and Type Method Description static PlatformManager
PlatformManagerFactory. getPlatformManager()
-
Uses of PlatformManager in com.biglybt.platform.dummy
Classes in com.biglybt.platform.dummy that implement PlatformManager Modifier and Type Class Description class
PlatformManagerImpl
Fields in com.biglybt.platform.dummy declared as PlatformManager Modifier and Type Field Description private static PlatformManager
PlatformManagerImpl. singleton
Methods in com.biglybt.platform.dummy that return PlatformManager Modifier and Type Method Description static PlatformManager
PlatformManagerImpl. getSingleton()
-
Uses of PlatformManager in com.biglybt.platform.macosx
Classes in com.biglybt.platform.macosx that implement PlatformManager Modifier and Type Class Description class
PlatformManagerImpl
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 Modifier and Type Class Description class
PlatformManagerImpl
-
Uses of PlatformManager in com.biglybt.platform.win32
Classes in com.biglybt.platform.win32 that implement PlatformManager Modifier and Type Class Description class
PlatformManagerImpl
-
Uses of PlatformManager in com.biglybt.ui.config
Methods in com.biglybt.ui.config with parameters of type PlatformManager Modifier and Type Method Description private void
ConfigSectionStartShutdown. buildOptions(PlatformManager platform, java.util.List<Parameter> list)
-
Uses of PlatformManager in com.biglybt.ui.swt.associations
Fields in com.biglybt.ui.swt.associations declared as PlatformManager Modifier and Type Field Description protected PlatformManager
AssociationChecker. platform
Constructors in com.biglybt.ui.swt.associations with parameters of type PlatformManager Constructor Description AssociationChecker(PlatformManager _platform)
-