Class DotResourceType

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

    @ApplicationScoped
    public class DotResourceType
    extends org.uberfire.workbench.type.DotResourceTypeDefinition
    implements ClientResourceType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDescription()  
      com.google.gwt.user.client.ui.IsWidget getIcon()
      An icon representing the resource type
      • Methods inherited from class org.uberfire.workbench.type.DotResourceTypeDefinition

        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

      • DotResourceType

        public DotResourceType()
      • DotResourceType

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

      • getIcon

        public com.google.gwt.user.client.ui.IsWidget getIcon()
        Description copied from interface: ClientResourceType
        An icon representing the resource type
        Specified by:
        getIcon in interface ClientResourceType
        Returns:
        the icon
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.uberfire.workbench.type.ResourceTypeDefinition
        Overrides:
        getDescription in class org.uberfire.workbench.type.DotResourceTypeDefinition