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
Fields Modifier and Type Field Description static StringSERVICE_NAMEDeprecated.please use IStylingEngine.class or IStylingEngine.class.getName() for context access
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSSStyleDeclarationgetStyle(Object widget)voidsetClassname(Object widget, String classname)voidsetClassnameAndId(Object widget, String classname, String id)voidsetId(Object widget, String id)voidstyle(Object widget)
-
-
-
Field Detail
-
SERVICE_NAME
@Deprecated static final String 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.
-
-