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
Modifier and TypeFieldDescriptionstatic final String
Deprecated.please use IStylingEngine.class or IStylingEngine.class.getName() for context access -
Method Summary
Modifier and TypeMethodDescriptionvoid
setClassname
(Object widget, String classname) void
setClassnameAndId
(Object widget, String classname, String id) void
void
-
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
-