Package org.eclipse.e4.ui.css.swt
Class CSSSWTConstants
java.lang.Object
org.eclipse.e4.ui.css.swt.CSSSWTConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Constant used to storeCSSBorderProperties
instance into SWT control data.static final String
Key value for setting and getting the CSS class name of a widget.static final String
Key value for setting and getting the CSS engine styling a widget.static final String
Key value for setting and getting the CSS ID of a widget.static final String
static final String
static final String
static final String
static final String
static final String
Constant used to store String Text into SWT control data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CSS_CLASS_NAME_KEY
Key value for setting and getting the CSS class name of a widget. Clients may rely on the value of this key if they want to avoid a dependency on this package. -
CSS_ID_KEY
Key value for setting and getting the CSS ID of a widget. Clients may rely on the value of this key if they want to avoid a dependency on this package. -
CSS_ENGINE_KEY
Key value for setting and getting the CSS engine styling a widget. Clients may rely on the value of this key if they want to avoid a dependency on this package. -
MARGIN_WRAPPER_KEY
- See Also:
-
CONTROL_CSS2BORDER_KEY
Constant used to storeCSSBorderProperties
instance into SWT control data.- See Also:
-
TEXT_KEY
Constant used to store String Text into SWT control data.- See Also:
-
ACTIVE_LOST
- See Also:
-
ACTIVE_LISTENER
- See Also:
-
FOCUS_LOST
- See Also:
-
FOCUS_LISTENER
- See Also:
-
MOUSE_HOVER
- See Also:
-
MOUSE_HOVER_LOST
- See Also:
-
BUTTON_SELECTED_LISTENER
- See Also:
-
-
Constructor Details
-
CSSSWTConstants
public CSSSWTConstants()
-