Uses of Class
com.biglybt.pif.utils.LocationProvider
-
Packages that use LocationProvider Package Description com.biglybt.core.peer.util com.biglybt.pif.utils com.biglybt.pifimpl.local.utils com.biglybt.ui.swt com.biglybt.ui.swt.views.utils -
-
Uses of LocationProvider in com.biglybt.core.peer.util
Fields in com.biglybt.core.peer.util declared as LocationProvider Modifier and Type Field Description private static LocationProvider
PeerUtils. country_provider
Methods in com.biglybt.core.peer.util that return LocationProvider Modifier and Type Method Description private static LocationProvider
PeerUtils. getCountryProvider()
-
Uses of LocationProvider in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return types with arguments of type LocationProvider Modifier and Type Method Description java.util.List<LocationProvider>
Utilities. getLocationProviders()
Methods in com.biglybt.pif.utils with parameters of type LocationProvider Modifier and Type Method Description void
Utilities. addLocationProvider(LocationProvider provider)
void
LocationProviderListener. locationProviderAdded(LocationProvider lp)
void
LocationProviderListener. locationProviderRemoved(LocationProvider lp)
void
Utilities. removeLocationProvider(LocationProvider provider)
-
Uses of LocationProvider in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type LocationProvider Modifier and Type Field Description private static CopyOnWriteList<LocationProvider>
UtilitiesImpl. location_providers
Methods in com.biglybt.pifimpl.local.utils that return types with arguments of type LocationProvider Modifier and Type Method Description java.util.List<LocationProvider>
UtilitiesImpl. getLocationProviders()
Methods in com.biglybt.pifimpl.local.utils with parameters of type LocationProvider Modifier and Type Method Description void
UtilitiesImpl. addLocationProvider(LocationProvider provider)
void
UtilitiesImpl. removeLocationProvider(LocationProvider provider)
-
Uses of LocationProvider in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as LocationProvider Modifier and Type Field Description private static LocationProvider
ImageRepository. flag_provider
Methods in com.biglybt.ui.swt that return LocationProvider Modifier and Type Method Description private static LocationProvider
ImageRepository. getFlagProvider()
-
Uses of LocationProvider in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils declared as LocationProvider Modifier and Type Field Description private LocationProvider
LocProvUtils. active_provider
Methods in com.biglybt.ui.swt.views.utils with parameters of type LocationProvider Modifier and Type Method Description void
LocProvUtils. locationProviderAdded(LocationProvider lp)
void
LocProvUtils. locationProviderRemoved(LocationProvider lp)
-