Uses of Class
com.biglybt.ui.swt.imageloader.ImageLoader
-
-
Uses of ImageLoader in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as ImageLoader Modifier and Type Field Description (package private) ImageLoader
DevicesWizard. imageLoader
-
Uses of ImageLoader in com.biglybt.ui.swt.imageloader
Fields in com.biglybt.ui.swt.imageloader declared as ImageLoader Modifier and Type Field Description private static ImageLoader
ImageLoader. instance
Methods in com.biglybt.ui.swt.imageloader that return ImageLoader Modifier and Type Method Description static ImageLoader
ImageLoader. getInstance()
-
Uses of ImageLoader in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as ImageLoader Modifier and Type Field Description private ImageLoader
OpenTorrentOptionsWindow. image_loader
-
Uses of ImageLoader in com.biglybt.ui.swt.skin
Fields in com.biglybt.ui.swt.skin declared as ImageLoader Modifier and Type Field Description private ImageLoader
SWTBGImagePainter. imageLoader
Fields in com.biglybt.ui.swt.skin with type parameters of type ImageLoader Modifier and Type Field Description private java.util.Map<SkinProperties,ImageLoader>
SWTSkin. mapImageLoaders
Methods in com.biglybt.ui.swt.skin that return ImageLoader Modifier and Type Method Description ImageLoader
SWTSkin. getImageLoader(SkinProperties properties)
Methods in com.biglybt.ui.swt.skin with parameters of type ImageLoader Modifier and Type Method Description void
SWTBGImagePainter. setImage(ImageLoader imageLoader, java.lang.String idLeft, java.lang.String idRight, java.lang.String id)
void
SWTBGImagePainter. setImages(ImageLoader imageLoader, java.lang.String bgImageLeftId, java.lang.String bgImageRightId, java.lang.String bgImageId)
Constructors in com.biglybt.ui.swt.skin with parameters of type ImageLoader Constructor Description SWTBGImagePainter(org.eclipse.swt.widgets.Control control, ImageLoader imageLoader, java.lang.String bgImageLeftId, java.lang.String bgImageRightId, java.lang.String bgImageId, int tileMode, boolean useBGImage)
-
Uses of ImageLoader in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as ImageLoader Modifier and Type Field Description private ImageLoader
SubscriptionWizard. imageLoader
-
Uses of ImageLoader in com.biglybt.ui.swt.utils
Fields in com.biglybt.ui.swt.utils declared as ImageLoader Modifier and Type Field Description (package private) static ImageLoader
TorrentUIUtilsV3. imageLoaderThumb
-