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 |
---|---|
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
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.