Uses of Interface
org.eclipse.e4.ui.css.core.dom.CSSStylableElement
Packages that use CSSStylableElement
Package
Description
-
Uses of CSSStylableElement in org.eclipse.e4.ui.css.core.dom
Classes in org.eclipse.e4.ui.css.core.dom that implement CSSStylableElementMethods in org.eclipse.e4.ui.css.core.dom with parameters of type CSSStylableElementModifier and TypeMethodDescriptionvoid
CSSStylableElement.copyDefaultStyleDeclarations
(CSSStylableElement stylableElement) Copy all default style declarations defined intostylableElement
.void
ElementAdapter.copyDefaultStyleDeclarations
(CSSStylableElement stylableElement) -
Uses of CSSStylableElement in org.eclipse.e4.ui.css.core.dom.properties.providers
Methods in org.eclipse.e4.ui.css.core.dom.properties.providers with parameters of type CSSStylableElementModifier and TypeMethodDescriptionprotected String
AbstractCSSPropertyHandlerProvider.getCSSPropertyStyle
(CSSEngine engine, CSSStylableElement stylableElement, String propertyName, String pseudo) Return the CSS property from the CSSpropertyName
of thestylableElement
.protected abstract CSSStyleDeclaration
AbstractCSSPropertyHandlerProvider.getDefaultCSSStyleDeclaration
(CSSEngine engine, CSSStylableElement stylableElement, CSSStyleDeclaration newStyle, String pseudoE) Return the default CSS style declaration of theCSSStylableElement
stylableElement
before apply thenewStyle
CSSStyleDeclaration
.protected CSSStyleDeclaration
CSSPropertyHandlerLazyProviderImpl.getDefaultCSSStyleDeclaration
(CSSEngine engine, CSSStylableElement stylableElement, CSSStyleDeclaration newStyle, String pseudoE) CSSPropertyHandlerSimpleProviderImpl.getDefaultCSSStyleDeclaration
(CSSEngine engine, CSSStylableElement stylableElement, CSSStyleDeclaration newStyle, String pseudoE) -
Uses of CSSStylableElement in org.eclipse.e4.ui.css.core.impl.engine
Methods in org.eclipse.e4.ui.css.core.impl.engine with parameters of type CSSStylableElementModifier and TypeMethodDescriptionprotected CSSStyleDeclaration
RegistryCSSPropertyHandlerProvider.getDefaultCSSStyleDeclaration
(CSSEngine engine, CSSStylableElement stylableElement, CSSStyleDeclaration newStyle, String pseudoE) -
Uses of CSSStylableElement in org.eclipse.e4.ui.css.swt.dom
Classes in org.eclipse.e4.ui.css.swt.dom that implement CSSStylableElementModifier and TypeClassDescriptionclass
CSSStylableElement
implementation which wrap SWTButton
.class
CSSStylableElement
implementation which wrap SWTComposite
.class
CSSStylableElement
implementation which wrap SWTControl
.class
CSSStylableElement
implementation which wrap SWTCTabFolder
.class
class
CSSStylableElement
implementation which wrap SWTItem
.class
class
CSSStylableElement
implementation which wrap SWTScale
.class
CSSStylableElement
implementation which wrap SWTShell
.class
class
CSSStylableElement
implementation which wrap SWTTableItem
.class
CSSStylableElement
implementation which wrap SWTText
.class
CSSStylableElement
implementation which wrap SWTCTabFolder
.class
CSSStylableElement
implementation which wrap SWTTableItem
.class
class
CSSStylableElement
implementation which wrap SWTWidget
. -
Uses of CSSStylableElement in org.eclipse.e4.ui.css.swt.dom.definition
Classes in org.eclipse.e4.ui.css.swt.dom.definition that implement CSSStylableElementModifier and TypeClassDescriptionclass
class
class
ThemeDefinitionElement<T extends org.eclipse.e4.ui.internal.css.swt.definition.IThemeElementDefinitionOverridable<?>>
class
-
Uses of CSSStylableElement in org.eclipse.e4.ui.css.swt.dom.html
Classes in org.eclipse.e4.ui.css.swt.dom.html that implement CSSStylableElementModifier and TypeClassDescriptionclass
w3c Element which wrap SWT widget to manage HTML/XUL selectors. -
Uses of CSSStylableElement in org.eclipse.e4.ui.css.swt.dom.preference
Classes in org.eclipse.e4.ui.css.swt.dom.preference that implement CSSStylableElement