Uses of Interface
com.biglybt.core.devices.DeviceManager
-
Packages that use DeviceManager Package Description com.biglybt.core.devices com.biglybt.core.devices.impl com.biglybt.ui.swt.devices -
-
Uses of DeviceManager in com.biglybt.core.devices
Fields in com.biglybt.core.devices declared as DeviceManager Modifier and Type Field Description private static DeviceManager
DeviceManagerFactory. singleton
Fields in com.biglybt.core.devices with type parameters of type DeviceManager Modifier and Type Field Description private static java.lang.Class<DeviceManager>
DeviceManagerFactory. impl_class
Methods in com.biglybt.core.devices that return DeviceManager Modifier and Type Method Description static DeviceManager
DeviceManagerFactory. getSingleton()
-
Uses of DeviceManager in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement DeviceManager Modifier and Type Class Description class
DeviceManagerImpl
Methods in com.biglybt.core.devices.impl that return DeviceManager Modifier and Type Method Description static DeviceManager
DeviceManagerImpl. getSingleton()
-
Uses of DeviceManager in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as DeviceManager Modifier and Type Field Description private DeviceManager
DeviceManagerUI. device_manager
private DeviceManager
SBC_DevicesView. device_manager
Methods in com.biglybt.ui.swt.devices that return DeviceManager Modifier and Type Method Description protected DeviceManager
DeviceManagerUI. getDeviceManager()
-