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
  • Method Details

    • getSkinID

      String getSkinID()
    • 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
    • getPxValue

      int getPxValue(String name, int def)
      Get value in px, adjusted for dpi