Uses of Interface
org.eclipse.e4.ui.css.core.resources.IResourcesRegistry
Packages that use IResourcesRegistry
Package
Description
-
Uses of IResourcesRegistry in org.eclipse.e4.ui.css.core.engine
Methods in org.eclipse.e4.ui.css.core.engine that return IResourcesRegistryModifier and TypeMethodDescriptionCSSEngine.getResourcesRegistry()Get theIResourcesRegistryregistered used to cache/dispose resources.Methods in org.eclipse.e4.ui.css.core.engine with parameters of type IResourcesRegistryModifier and TypeMethodDescriptionvoidCSSEngine.setResourcesRegistry(IResourcesRegistry resourcesRegistry) RegisterIResourcesRegistryused to cache/dispose resources. -
Uses of IResourcesRegistry in org.eclipse.e4.ui.css.core.impl.engine
Methods in org.eclipse.e4.ui.css.core.impl.engine that return IResourcesRegistryMethods in org.eclipse.e4.ui.css.core.impl.engine with parameters of type IResourcesRegistryModifier and TypeMethodDescriptionvoidAbstractCSSEngine.setResourcesRegistry(IResourcesRegistry resourcesRegistry) -
Uses of IResourcesRegistry in org.eclipse.e4.ui.css.core.resources
Classes in org.eclipse.e4.ui.css.core.resources that implement IResourcesRegistryModifier and TypeClassDescriptionclassAbstract class resources registry which implement basic cache with Map.Methods in org.eclipse.e4.ui.css.core.resources with parameters of type IResourcesRegistryModifier and TypeMethodDescriptionstatic ObjectCSSResourcesHelpers.getResource(IResourcesRegistry resourcesRegistry, Object type, String key) Return the resource type oftypecached intoresourcesRegistrywith keykey.static ObjectCSSResourcesHelpers.getResource(IResourcesRegistry resourcesRegistry, Object type, CSSPrimitiveValue value) Return the resource type oftypecached intoresourcesRegistrywith CSSPrimitiveValuevaluekey.static voidCSSResourcesHelpers.registerResource(IResourcesRegistry resourcesRegistry, Object type, String key, Object resource) Register theresourcetype oftypeintoresourcesRegistrywithkey.static voidCSSResourcesHelpers.registerResource(IResourcesRegistry resourcesRegistry, Object type, CSSPrimitiveValue value, Object resource) Register theresourcetype oftypeintoresourcesRegistrywith CSSPrimitiveValuevaluekey. -
Uses of IResourcesRegistry in org.eclipse.e4.ui.css.swt.engine
Methods in org.eclipse.e4.ui.css.swt.engine that return IResourcesRegistry -
Uses of IResourcesRegistry in org.eclipse.e4.ui.css.swt.resources
Classes in org.eclipse.e4.ui.css.swt.resources that implement IResourcesRegistryModifier and TypeClassDescriptionclassSWT Resources Registry to cache SWT Resource like Color, Cursor and Font and dispose it. -
Uses of IResourcesRegistry in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type IResourcesRegistryModifier and TypeMethodDescriptionWBWRenderer.ThemeDefinitionChangedHandler.removeResources(IResourcesRegistry registry)