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 TypeInterfaceDescriptioninterface
CSS 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 TypeClassDescriptionclass
Abstract 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 ofICSSPropertyHandler
linked to the CSS Propertyproperty
for the provided element.ICSSPropertyHandlerProvider.getCSSPropertyHandlers
(String property) Return list ofICSSPropertyHandler
linked 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 TypeInterfaceDescriptioninterface
CSS2 Background Property Handler.interface
CSS2 Border Property Handler.interface
CSS2 Classification Property Handler.interface
CSS2 Dimension Property Handler.interface
CSS2 Font Property Handler.interface
CSS Border Margin Handler.interface
CSS Padding Handler.interface
CSS2 Text Property Handler.Classes in org.eclipse.e4.ui.css.core.dom.properties.css2 that implement ICSSPropertyHandlerModifier and TypeClassDescriptionclass
Abstract CSS property composite background which is enable to dispatch to well CSS Property background-color, background-image...class
Abstract CSS property background which is enable to manage apply CSS Property background, background-color, background-image...class
Abstract class which dispatch border CSS Property defined to call the applyCSSProperty methods CSS Properties border-color, border-style, border-width.class
Abstract CSS property background which is enable to manage apply CSS Property border, border-color, border-style...class
class
class
Abstract class which dispatch font CSS Property defined to call the applyCSSProperty methods CSS Properties font-style, font-family, font-weight, font-size.class
class
class
class
-
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 ICSSPropertyHandler
CSSPropertyHandlerLazyProviderImpl.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 TypeMethodDescriptionvoid
CSSPropertyHandlerSimpleProviderImpl.registerCSSPropertyHandler
(Class<?> cl, ICSSPropertyHandler handler) Method parameters in org.eclipse.e4.ui.css.core.dom.properties.providers with type arguments of type ICSSPropertyHandlerModifier and TypeMethodDescriptionvoid
CSSPropertyHandlerSimpleProviderImpl.registerCSSProperty
(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) static void
CSSPropertyHandlerSimpleProviderImpl.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 propertyproperty
to thenode
withvalue
. -
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 TypeMethodDescriptionvoid
CSSEngineImpl.registerCSSPropertyHandler
(Class<?> cl, ICSSPropertyHandler handler) Method parameters in org.eclipse.e4.ui.css.core.impl.engine with type arguments of type ICSSPropertyHandlerModifier and TypeMethodDescriptionvoid
CSSEngineImpl.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 TypeClassDescriptionclass
class
Abstract CSS Property SWT Handler to check if theelement
coming 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 TypeClassDescriptionclass
class
class
class
class
class
class
-
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 TypeClassDescriptionclass
class
We support some additional SWT-specific valuesclass
class
class
class
class
class
A handler which allows the styling of IHeaderCustomizationElements.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
CSS 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.class
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
-
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