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.dom.properties.providers
Methods in org.eclipse.e4.ui.css.core.dom.properties.providers that return ICSSPropertyHandlerModifier and TypeMethodDescriptionprotected ICSSPropertyHandlerCSSPropertyHandlerLazyProviderImpl.getCSSPropertyHandler(String packageName, String handlerClassName) Reflexive method that return a property handler classMethods in org.eclipse.e4.ui.css.core.dom.properties.providers that return types with arguments of type ICSSPropertyHandlerModifier and TypeMethodDescriptionprotected Class<? extends ICSSPropertyHandler> CSSPropertyHandlerSimpleProviderImpl.getCSSPropertyHandlerClass(String property) CSSPropertyHandlerLazyProviderImpl.getCSSPropertyHandlers(Object element, String property) CSSPropertyHandlerLazyProviderImpl.getCSSPropertyHandlers(String property) Return the list of PropertiesHandler corresponding to the property name given as argumentCSSPropertyHandlerSimpleProviderImpl.getCSSPropertyHandlers(Object element, String property) CSSPropertyHandlerSimpleProviderImpl.getCSSPropertyHandlers(String property) protected Map<String, List<ICSSPropertyHandler>> CSSPropertyHandlerLazyProviderImpl.getPropertyToHandlersMap()Methods in org.eclipse.e4.ui.css.core.dom.properties.providers with parameters of type ICSSPropertyHandlerModifier and TypeMethodDescriptionvoidCSSPropertyHandlerSimpleProviderImpl.registerCSSPropertyHandler(Class<?> cl, ICSSPropertyHandler handler) Method parameters in org.eclipse.e4.ui.css.core.dom.properties.providers with type arguments of type ICSSPropertyHandlerModifier and TypeMethodDescriptionvoidCSSPropertyHandlerSimpleProviderImpl.registerCSSProperty(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) static voidCSSPropertyHandlerSimpleProviderImpl.registerDefaultCSSProperty(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) -
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 TypeMethodDescriptionAbstractCSSEngine.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> AbstractCSSEngine.getCSSPropertyHandlers(String property) RegistryCSSPropertyHandlerProvider.getCSSPropertyHandlers(Object element, String property) RegistryCSSPropertyHandlerProvider.getCSSPropertyHandlers(String property) Methods in org.eclipse.e4.ui.css.core.impl.engine with parameters of type ICSSPropertyHandlerModifier and TypeMethodDescriptionvoidCSSEngineImpl.registerCSSPropertyHandler(Class<?> cl, ICSSPropertyHandler handler) Method parameters in org.eclipse.e4.ui.css.core.impl.engine with type arguments of type ICSSPropertyHandlerModifier and TypeMethodDescriptionvoidCSSEngineImpl.registerCSSProperty(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) -
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 valuesclassclassclassclassclassclassA handler which allows the styling of IHeaderCustomizationElements.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassCSS property to influence the minimum number of characters for rendering tab text and size Can be used in CSS Scratch Pad with the property name "swt-tab-text-minimum-characters", for example: CTabFolder { swt-tab-text-minimum-characters: 20 } Default value for the property is 1.classclassclassclass -
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