Interface DMNImageResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle,com.google.gwt.resources.client.ClientBundleWithLookup
public interface DMNImageResources extends com.google.gwt.resources.client.ClientBundleWithLookup
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSOCIATION_TOOLBOXstatic StringAUTHORITY_REQUIREMENT_TOOLBOXstatic StringBUSINESS_KNOWLEDGE_MODEL_TOOLBOXstatic StringDECISION_TOOLBOXstatic StringDROOLS_LOGOstatic StringINFORMATION_REQUIREMENT_TOOLBOXstatic StringINPUT_DATA_TOOLBOXstatic DMNImageResourcesINSTANCEstatic StringKNOWLEDGE_REQUIREMENT_TOOLBOXstatic StringKNOWLEDGE_SOURCE_TOOLBOXstatic StringSUPPORTED_BY_RED_HAT_LOGOstatic StringSVG_MIME_TYPEstatic StringTEXT_ANNOTATION_TOOLBOX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourceassociationToolbox()com.google.gwt.resources.client.ImageResourceauthorityRequirementToolbox()com.google.gwt.resources.client.DataResourcebusinessKnowledgeModelPalette()com.google.gwt.resources.client.ImageResourcebusinessKnowledgeModelToolbox()com.google.gwt.resources.client.DataResourcedecisionPalette()com.google.gwt.resources.client.DataResourcedecisionServicePalette()com.google.gwt.resources.client.ImageResourcedecisionToolbox()com.google.gwt.resources.client.DataResourcediagramToolbox()com.google.gwt.resources.client.DataResourcedroolsLogo()com.google.gwt.resources.client.ImageResourceinformationRequirementToolbox()com.google.gwt.resources.client.DataResourceinputDataPalette()com.google.gwt.resources.client.ImageResourceinputDataToolbox()com.google.gwt.resources.client.ImageResourceknowledgeRequirementToolbox()com.google.gwt.resources.client.DataResourceknowledgeSourcePalette()com.google.gwt.resources.client.ImageResourceknowledgeSourceToolbox()com.google.gwt.resources.client.DataResourcesupportedByRedHatLogo()com.google.gwt.resources.client.DataResourcetextAnnotationPalette()com.google.gwt.resources.client.ImageResourcetextAnnotationToolbox()
-
-
-
Field Detail
-
ASSOCIATION_TOOLBOX
static final String ASSOCIATION_TOOLBOX
- See Also:
- Constant Field Values
-
AUTHORITY_REQUIREMENT_TOOLBOX
static final String AUTHORITY_REQUIREMENT_TOOLBOX
- See Also:
- Constant Field Values
-
INFORMATION_REQUIREMENT_TOOLBOX
static final String INFORMATION_REQUIREMENT_TOOLBOX
- See Also:
- Constant Field Values
-
KNOWLEDGE_REQUIREMENT_TOOLBOX
static final String KNOWLEDGE_REQUIREMENT_TOOLBOX
- See Also:
- Constant Field Values
-
BUSINESS_KNOWLEDGE_MODEL_TOOLBOX
static final String BUSINESS_KNOWLEDGE_MODEL_TOOLBOX
- See Also:
- Constant Field Values
-
DECISION_TOOLBOX
static final String DECISION_TOOLBOX
- See Also:
- Constant Field Values
-
INPUT_DATA_TOOLBOX
static final String INPUT_DATA_TOOLBOX
- See Also:
- Constant Field Values
-
KNOWLEDGE_SOURCE_TOOLBOX
static final String KNOWLEDGE_SOURCE_TOOLBOX
- See Also:
- Constant Field Values
-
TEXT_ANNOTATION_TOOLBOX
static final String TEXT_ANNOTATION_TOOLBOX
- See Also:
- Constant Field Values
-
DROOLS_LOGO
static final String DROOLS_LOGO
- See Also:
- Constant Field Values
-
SUPPORTED_BY_RED_HAT_LOGO
static final String SUPPORTED_BY_RED_HAT_LOGO
- See Also:
- Constant Field Values
-
INSTANCE
static final DMNImageResources INSTANCE
-
SVG_MIME_TYPE
static final String SVG_MIME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
diagramToolbox
@Source("images/shapes/diagram.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource diagramToolbox()
-
businessKnowledgeModelToolbox
@Source("images/icons/business-knowledge-model-toolbox.png") com.google.gwt.resources.client.ImageResource businessKnowledgeModelToolbox()
-
decisionToolbox
@Source("images/icons/decision-toolbox.png") com.google.gwt.resources.client.ImageResource decisionToolbox()
-
inputDataToolbox
@Source("images/icons/input-data-toolbox.png") com.google.gwt.resources.client.ImageResource inputDataToolbox()
-
knowledgeSourceToolbox
@Source("images/icons/knowledge-source-toolbox.png") com.google.gwt.resources.client.ImageResource knowledgeSourceToolbox()
-
textAnnotationToolbox
@Source("images/icons/text-annotation-toolbox.png") com.google.gwt.resources.client.ImageResource textAnnotationToolbox()
-
associationToolbox
@Source("images/icons/association-toolbox.png") com.google.gwt.resources.client.ImageResource associationToolbox()
-
authorityRequirementToolbox
@Source("images/icons/authority-requirement-toolbox.png") com.google.gwt.resources.client.ImageResource authorityRequirementToolbox()
-
informationRequirementToolbox
@Source("images/icons/information-requirement-toolbox.png") com.google.gwt.resources.client.ImageResource informationRequirementToolbox()
-
knowledgeRequirementToolbox
@Source("images/icons/knowledge-requirement-toolbox.png") com.google.gwt.resources.client.ImageResource knowledgeRequirementToolbox()
-
businessKnowledgeModelPalette
@Source("images/shapes/business-knowledge-model-palette.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource businessKnowledgeModelPalette()
-
decisionPalette
@Source("images/shapes/decision-palette.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource decisionPalette()
-
inputDataPalette
@Source("images/shapes/input-data-palette.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource inputDataPalette()
-
knowledgeSourcePalette
@Source("images/shapes/knowledge-source-palette.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource knowledgeSourcePalette()
-
textAnnotationPalette
@Source("images/shapes/text-annotation-palette.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource textAnnotationPalette()
-
decisionServicePalette
@Source("images/shapes/decision-service-palette.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource decisionServicePalette()
-
droolsLogo
@Source("images/logos/drools-logo.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource droolsLogo()
-
supportedByRedHatLogo
@Source("images/logos/supported-by-red-hat-logo.svg") @MimeType("image/svg+xml") com.google.gwt.resources.client.DataResource supportedByRedHatLogo()
-
-