Class DSLRResourceType

  • All Implemented Interfaces:
    org.uberfire.client.workbench.type.ClientResourceType, org.uberfire.workbench.type.ResourceTypeDefinition

    @ApplicationScoped
    public class DSLRResourceType
    extends org.drools.workbench.screens.drltext.type.DSLRResourceTypeDefinition
    implements org.uberfire.client.workbench.type.ClientResourceType
    • Constructor Summary

      Constructors 
      Constructor Description
      DSLRResourceType()  
      DSLRResourceType​(org.guvnor.common.services.project.categories.Decision category)  
    • 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.drools.workbench.screens.drltext.type.DSLRResourceTypeDefinition

        accept, getCategory, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
      • Methods inherited from interface org.uberfire.workbench.type.ResourceTypeDefinition

        accept, getCategory, getDiffMode, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
    • Constructor Detail

      • DSLRResourceType

        public DSLRResourceType()
      • DSLRResourceType

        @Inject
        public DSLRResourceType​(org.guvnor.common.services.project.categories.Decision category)
    • Method Detail

      • getIcon

        public com.google.gwt.user.client.ui.IsWidget getIcon()
        Specified by:
        getIcon in interface org.uberfire.client.workbench.type.ClientResourceType
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.uberfire.workbench.type.ResourceTypeDefinition
        Overrides:
        getDescription in class org.drools.workbench.screens.drltext.type.DSLRResourceTypeDefinition