Package org.eclipse.e4.ui.services
Interface IStylingEngine
public interface IStylingEngine
- Since:
 - 1.0
 - Restriction:
 - This interface is not intended to be implemented by clients.
 - Restriction:
 - This interface is not intended to be referenced by clients.
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.please use IStylingEngine.class or IStylingEngine.class.getName() for context access - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetClassname(Object widget, String classname) voidsetClassnameAndId(Object widget, String classname, String id) voidvoid 
- 
Field Details
- 
SERVICE_NAME
Deprecated.please use IStylingEngine.class or IStylingEngine.class.getName() for context accessThe service name for a styling engine. This name can be used to obtain instances of the service from a context or service registry. 
 - 
 - 
Method Details
- 
setClassname
 - 
setId
 - 
setClassnameAndId
 - 
style
 - 
getStyle
 
 -