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 String
SERVICE_NAME
Deprecated.please use IStylingEngine.class or IStylingEngine.class.getName() for context access
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSSStyleDeclaration
getStyle(Object widget)
void
setClassname(Object widget, String classname)
void
setClassnameAndId(Object widget, String classname, String id)
void
setId(Object widget, String id)
void
style(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.
-
-