Uses of Interface
dsto.dfc.swt.styles.Style

Packages that use Style
dsto.dfc.swt.styles   
 

Uses of Style in dsto.dfc.swt.styles
 

Classes in dsto.dfc.swt.styles that implement Style
 class AbstractStyle
          Base implementation of the Style interface.
 

Fields in dsto.dfc.swt.styles declared as Style
protected  Style[] StyleSheet.styles
           
 

Methods in dsto.dfc.swt.styles that return Style
 Style[] StyleSheet.getStyles()
          Get the accepted styles for this sheet.
 

Methods in dsto.dfc.swt.styles with parameters of type Style
 org.eclipse.swt.graphics.RGB StyleSheet.getColor(Style key)
          Shortcut to get a color value from the sheet.
 org.eclipse.swt.graphics.FontData StyleSheet.getFont(Style key)
          Shortcut to get a font value from the sheet.
 int StyleSheet.getInt(Style key, int defaultValue)
          Shortcut to get an int value from the sheet.
 boolean StyleSheet.hasValue(Style style)
           
 

Constructors in dsto.dfc.swt.styles with parameters of type Style
StyleSheet(Style[] styles)
          Create an empty style sheet with a given set of acceptable styles.
 



Copyright © 2008 Commonwealth of Australia