Uses of Class
org.pentaho.platform.api.ui.ThemeResource

Packages that use ThemeResource
org.pentaho.platform.api.ui   
 

Uses of ThemeResource in org.pentaho.platform.api.ui
 

Methods in org.pentaho.platform.api.ui that return types with arguments of type ThemeResource
 Set<ThemeResource> Theme.getResources()
           
 

Methods in org.pentaho.platform.api.ui with parameters of type ThemeResource
 void Theme.addResource(ThemeResource themeResource)
           
 

Method parameters in org.pentaho.platform.api.ui with type arguments of type ThemeResource
 void Theme.setResources(Set<ThemeResource> resources)