Uses of Interface
de.xima.fc.interfaces.workflow.IResourceDescriptor
- 
- 
Uses of IResourceDescriptor in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IResourceDescriptor Modifier and Type Method Description IResourceDescriptorIElementHandler. getCascadingStyleSheet(boolean devMode)Retrieves the CSS resources required by elements of this kind, when this node is displayed in the workflow designer.IResourceDescriptorIElementHandler. getJavaScript(boolean devMode)Retrieves the JavaScript resources required by elements of this kind. - 
Uses of IResourceDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IResourceDescriptor Modifier and Type Class Description classByteArrayResourceDescriptorImplementsIResourceDescriptorvia data from a byte array.classEmptyResourceDescriptorAn implementation ofIResourceDescriptorthat represents an empty resource (empty string).classUrlResourceDescriptorImplementsIResourceDescriptorvia anURL.classWrappedResourceDescriptorWraps an existingIResourceDescriptorwith a differentURI.Fields in de.xima.fc.workflow declared as IResourceDescriptor Modifier and Type Field Description static IResourceDescriptorEmptyResourceDescriptor. INSTANCEThe immutable instance of this empty resource descriptor.Constructors in de.xima.fc.workflow with parameters of type IResourceDescriptor Constructor Description WrappedResourceDescriptor(URI uri, IResourceDescriptor content) - 
Uses of IResourceDescriptor in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type IResourceDescriptor Modifier and Type Method Description static Set<IResourceDescriptor>ElementPrototypesHelper. collectDescriptors(Set<String> types, IResourceDescriptorLocator locator)Given a set of workflow element types, collects all JavaScript or CSS resources required by element handlers of those types.Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type IResourceDescriptor Modifier and Type Method Description static StringElementPrototypesHelper. concatenateCssResources(Set<IResourceDescriptor> descriptors)Concatenates the given CSS resources into a single file.static StringElementPrototypesHelper. concatenateJavaScriptResources(Set<IResourceDescriptor> descriptors)Concatenates the given JavaScript resources into a single file. - 
Uses of IResourceDescriptor in de.xima.fc.workflow.designer.iface
Methods in de.xima.fc.workflow.designer.iface that return IResourceDescriptor Modifier and Type Method Description IResourceDescriptorIResourceDescriptorLocator. getDescriptor(String type) - 
Uses of IResourceDescriptor in de.xima.fc.workflow.designer.logic
Classes in de.xima.fc.workflow.designer.logic that implement IResourceDescriptor Modifier and Type Class Description classDevResourceDescriptorWraps a resource and serves it directly from the file system when dev mode is turned on.Constructors in de.xima.fc.workflow.designer.logic with parameters of type IResourceDescriptor Constructor Description DevResourceDescriptor(String devPath, IResourceDescriptor fallback)Creates a new resource descriptor for the given dev path, falling back to the (usual non-dev resource) when the file at the dev path does not exist. - 
Uses of IResourceDescriptor in de.xima.fc.workflow.designer.registry
Methods in de.xima.fc.workflow.designer.registry that return IResourceDescriptor Modifier and Type Method Description default IResourceDescriptorIBuiltinResourcesHandler. getCascadingStyleSheet(boolean devMode)default IResourceDescriptorIBuiltinResourcesHandler. getJavaScript(boolean devMode) - 
Uses of IResourceDescriptor in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return IResourceDescriptor Modifier and Type Method Description default IResourceDescriptorIDefaultClientHandlerNode. getCascadingStyleSheet(boolean devMode)default IResourceDescriptorIDefaultClientHandlerTrigger. getCascadingStyleSheet(boolean devMode)default IResourceDescriptorIDefaultClientHandlerNode. getJavaScript(boolean devMode)default IResourceDescriptorIDefaultClientHandlerTrigger. getJavaScript(boolean devMode) 
 -