Class POMResourceType

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

    @ApplicationScoped
    public class POMResourceType
    extends org.guvnor.common.services.project.editor.type.POMResourceTypeDefinition
    implements org.uberfire.client.workbench.type.ClientResourceType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gwt.user.client.ui.IsWidget getIcon()  
      • Methods inherited from class org.guvnor.common.services.project.editor.type.POMResourceTypeDefinition

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

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

      • POMResourceType

        public POMResourceType()
      • POMResourceType

        @Inject
        public POMResourceType​(org.uberfire.workbench.category.Others category)
    • Method Detail

      • getIcon

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