Uses of Class
org.kalmeo.kuix.core.style.Style

Packages that use Style
org.kalmeo.kuix.core   
org.kalmeo.kuix.widget   
 

Uses of Style in org.kalmeo.kuix.core
 

Methods in org.kalmeo.kuix.core that return Style
 Style[] KuixConverter.convertStyleSheets(java.lang.String rawSelectors, java.lang.String rawDefinitions)
          Extract Style definitions from raw datas and returns an array of Style instances.
 

Methods in org.kalmeo.kuix.core with parameters of type Style
static void Kuix.registerStyle(Style style)
          Register a Style.
 

Uses of Style in org.kalmeo.kuix.widget
 

Methods in org.kalmeo.kuix.widget that return Style
 Style Widget.getAuthorStyle()
           
 

Methods in org.kalmeo.kuix.widget with parameters of type Style
 void Widget.setAuthorStyle(Style authorStyle)
          Caution, if widget attribute are already cached, you need to call the invalidateStylePropertiesCache(propagateToChildern).
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.