public interface IStylingEngine
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME
The service name for a styling engine.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.css.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) |
static final String SERVICE_NAME
void style(Object widget)
org.w3c.dom.css.CSSStyleDeclaration getStyle(Object widget)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.