Package org.jbpm.designer.client.type
Class Bpmn2Type
- java.lang.Object
-
- org.jbpm.designer.type.Bpmn2TypeDefinition
-
- org.jbpm.designer.client.type.Bpmn2Type
-
- All Implemented Interfaces:
org.uberfire.client.workbench.type.ClientResourceType
,org.uberfire.workbench.type.ResourceTypeDefinition
@ApplicationScoped public class Bpmn2Type extends org.jbpm.designer.type.Bpmn2TypeDefinition implements org.uberfire.client.workbench.type.ClientResourceType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
com.google.gwt.user.client.ui.IsWidget
getIcon()
-
Methods inherited from class org.jbpm.designer.type.Bpmn2TypeDefinition
accept, getCategory, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
-
-
-
-
Method Detail
-
getIcon
public com.google.gwt.user.client.ui.IsWidget getIcon()
- Specified by:
getIcon
in interfaceorg.uberfire.client.workbench.type.ClientResourceType
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
- Overrides:
getDescription
in classorg.jbpm.designer.type.Bpmn2TypeDefinition
-
-