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 Stringstatic final Stringstatic final Stringstatic final StringConstant used to storeCSSBorderPropertiesinstance into SWT control data.static final StringKey value for setting and getting the CSS class name of a widget.static final StringKey value for setting and getting the CSS engine styling a widget.static final StringKey value for setting and getting the CSS ID of a widget.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringConstant 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.- See Also:
-
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.- See Also:
-
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.- See Also:
-
MARGIN_WRAPPER_KEY
- See Also:
-
CONTROL_CSS2BORDER_KEY
Constant used to storeCSSBorderPropertiesinstance 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()
-