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 theIResourcesRegistry
registered used to cache/dispose resources.Methods in org.eclipse.e4.ui.css.core.engine with parameters of type IResourcesRegistryModifier and TypeMethodDescriptionvoid
CSSEngine.setResourcesRegistry
(IResourcesRegistry resourcesRegistry) RegisterIResourcesRegistry
used 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 TypeMethodDescriptionvoid
AbstractCSSEngine.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 TypeClassDescriptionclass
Abstract 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 Object
CSSResourcesHelpers.getResource
(IResourcesRegistry resourcesRegistry, Object type, String key) Return the resource type oftype
cached intoresourcesRegistry
with keykey
.static Object
CSSResourcesHelpers.getResource
(IResourcesRegistry resourcesRegistry, Object type, CSSPrimitiveValue value) Return the resource type oftype
cached intoresourcesRegistry
with CSSPrimitiveValuevalue
key.static void
CSSResourcesHelpers.registerResource
(IResourcesRegistry resourcesRegistry, Object type, String key, Object resource) Register theresource
type oftype
intoresourcesRegistry
withkey
.static void
CSSResourcesHelpers.registerResource
(IResourcesRegistry resourcesRegistry, Object type, CSSPrimitiveValue value, Object resource) Register theresource
type oftype
intoresourcesRegistry
with CSSPrimitiveValuevalue
key. -
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 TypeClassDescriptionclass
SWT 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)