Uses of Interface
com.biglybt.ui.skin.SkinProperties
Packages that use SkinProperties
-
Uses of SkinProperties in com.biglybt.ui.skin
Classes in com.biglybt.ui.skin that implement SkinPropertiesModifier and TypeClassDescriptionclassImplementation of SkinProperties using a IntegratedResourceBundle loaded from hard coded paths. -
Uses of SkinProperties in com.biglybt.ui.swt.imageloader
Fields in com.biglybt.ui.swt.imageloader with type parameters of type SkinPropertiesModifier and TypeFieldDescriptionprivate CopyOnWriteArrayList<SkinProperties> ImageLoader.skinPropertiesMethods in com.biglybt.ui.swt.imageloader that return SkinPropertiesMethods in com.biglybt.ui.swt.imageloader with parameters of type SkinPropertiesModifier and TypeMethodDescriptionvoidImageLoader.addSkinProperties(SkinProperties skinProperties) Constructors in com.biglybt.ui.swt.imageloader with parameters of type SkinPropertiesModifierConstructorDescriptionImageLoader(org.eclipse.swt.widgets.Display display, SkinProperties skinProperties) -
Uses of SkinProperties in com.biglybt.ui.swt.skin
Subinterfaces of SkinProperties in com.biglybt.ui.swt.skinModifier and TypeInterfaceDescriptioninterfaceExtends SkinProperties with SWT specific methodsinterfaceClasses in com.biglybt.ui.swt.skin that implement SkinPropertiesModifier and TypeClassDescriptionclassSimple extension of SWTSkinProperties that first checks the original cloning id before checking the keys that it's cloning.classclassSWTSkinProperties delegator that always passes a set of parameters to string requests.Fields in com.biglybt.ui.swt.skin with type parameters of type SkinPropertiesModifier and TypeFieldDescriptionprivate Map<SkinProperties, ImageLoader> SWTSkin.mapImageLoadersMethods in com.biglybt.ui.swt.skin with parameters of type SkinProperties