Uses of Interface
org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
Packages that use ICSSPropertyHandler
Package
Description
-
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.core.dom.properties
Subinterfaces of ICSSPropertyHandler in org.eclipse.e4.ui.css.core.dom.propertiesModifier and TypeInterfaceDescriptioninterfaceCSS Property Handler interface to manage composite CSS Property (ex: background is CSS Property composed with background-color, background-image..).Classes in org.eclipse.e4.ui.css.core.dom.properties that implement ICSSPropertyHandlerModifier and TypeClassDescriptionclassAbstract class which manage CSS Property composite like border:solid black 1px; It dispatchMethods in org.eclipse.e4.ui.css.core.dom.properties that return types with arguments of type ICSSPropertyHandlerModifier and TypeMethodDescriptionICSSPropertyHandlerProvider.getCSSPropertyHandlers(Object element, String property) Return list ofICSSPropertyHandlerlinked to the CSS Propertypropertyfor the provided element.ICSSPropertyHandlerProvider.getCSSPropertyHandlers(String property) Return list ofICSSPropertyHandlerlinked to the CSS Propertyproperty. -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.core.dom.properties.css2
Subinterfaces of ICSSPropertyHandler in org.eclipse.e4.ui.css.core.dom.properties.css2Modifier and TypeInterfaceDescriptioninterfaceCSS2 Background Property Handler.interfaceCSS2 Border Property Handler.interfaceCSS2 Classification Property Handler.interfaceCSS2 Dimension Property Handler.interfaceCSS2 Font Property Handler.interfaceCSS Border Margin Handler.interfaceCSS Padding Handler.interfaceCSS2 Text Property Handler.Classes in org.eclipse.e4.ui.css.core.dom.properties.css2 that implement ICSSPropertyHandlerModifier and TypeClassDescriptionclassAbstract CSS property composite background which is enable to dispatch to well CSS Property background-color, background-image...classAbstract CSS property background which is enable to manage apply CSS Property background, background-color, background-image...classAbstract class which dispatch border CSS Property defined to call the applyCSSProperty methods CSS Properties border-color, border-style, border-width.classAbstract CSS property background which is enable to manage apply CSS Property border, border-color, border-style...classclassclassAbstract class which dispatch font CSS Property defined to call the applyCSSProperty methods CSS Properties font-style, font-family, font-weight, font-size.classclassclassclass -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.core.engine
Methods in org.eclipse.e4.ui.css.core.engine that return ICSSPropertyHandlerModifier and TypeMethodDescriptionCSSEngine.applyCSSProperty(Object node, String property, CSSValue value, String pseudo) Apply CSS propertypropertyto thenodewithvalue. -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.core.impl.engine
Methods in org.eclipse.e4.ui.css.core.impl.engine that return ICSSPropertyHandlerModifier and TypeMethodDescriptionCSSEngineImpl.applyCSSProperty(Object element, String property, CSSValue value, String pseudo) Delegates the handle method.Methods in org.eclipse.e4.ui.css.core.impl.engine that return types with arguments of type ICSSPropertyHandlerModifier and TypeMethodDescriptionprotected Collection<ICSSPropertyHandler> CSSEngineImpl.getCSSPropertyHandlers(String property) RegistryCSSPropertyHandlerProvider.getCSSPropertyHandlers(Object element, String property) RegistryCSSPropertyHandlerProvider.getCSSPropertyHandlers(String property) -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.swt.properties
Classes in org.eclipse.e4.ui.css.swt.properties that implement ICSSPropertyHandlerModifier and TypeClassDescriptionclassclassAbstract CSS Property SWT Handler to check if theelementcoming from applyCSSProperty and retrieveCSSProperty methods is SWT Control. -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.swt.properties.css2
Classes in org.eclipse.e4.ui.css.swt.properties.css2 that implement ICSSPropertyHandlerModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.swt.properties.custom
Classes in org.eclipse.e4.ui.css.swt.properties.custom that implement ICSSPropertyHandlerModifier and TypeClassDescriptionclassclassWe support some additional SWT-specific valuesclassApplies the CSS properties that map directly onto a singleICTabRenderingsetter of aCTabFolderrenderer.classApplies the CSS properties that map directly onto a singleCTabFoldersetter.classclassA handler which allows the styling of IHeaderCustomizationElements.classclassclassclassclassclass -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.swt.properties.definition
Classes in org.eclipse.e4.ui.css.swt.properties.definition that implement ICSSPropertyHandlerModifier and TypeClassDescriptionclassclassclassclass -
Uses of ICSSPropertyHandler in org.eclipse.e4.ui.css.swt.properties.preference
Classes in org.eclipse.e4.ui.css.swt.properties.preference that implement ICSSPropertyHandler