com.aelitis.azureus.ui.swt.skin
Interface SWTSkinProperties
- All Superinterfaces:
- SkinProperties
- All Known Subinterfaces:
- SWTSkinPropertiesParam
- All Known Implementing Classes:
- SWTSkinPropertiesClone, SWTSkinPropertiesImpl, SWTSkinPropertiesParamImpl
public interface SWTSkinProperties
- extends SkinProperties
Extends SkinProperties with SWT specific methods
- Author:
- TuxPaper
Methods inherited from interface com.aelitis.azureus.ui.skin.SkinProperties |
addProperty, addResourceBundle, addResourceBundle, clearCache, getBooleanValue, getClassLoader, getColorValue, getIntValue, getReferenceID, getStringArray, getStringArray, getStringValue, getStringValue, getStringValue, getStringValue, hasKey |
getColor
org.eclipse.swt.graphics.Color getColor(String name)
- Retrieve a color property in as a SWT Color
- Parameters:
name
- Property Name
- Returns:
- a Color, or null
getColor
org.eclipse.swt.graphics.Color getColor(String name,
org.eclipse.swt.graphics.Color def)
getColorWithAlpha
SWTColorWithAlpha getColorWithAlpha(String sID)
- Parameters:
sID
-
- Returns:
- Since:
- 4.4.0.7