Class EditorPluginResourceType

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

    @ApplicationScoped
    public class EditorPluginResourceType
    extends org.uberfire.ext.plugin.type.EditorPluginResourceTypeDefinition
    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.uberfire.ext.plugin.type.EditorPluginResourceTypeDefinition

        getCategory, getDescription, getShortName, getSuffix
      • Methods inherited from class org.uberfire.ext.plugin.type.BasePluginResourceTypeDefinition

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

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

      • EditorPluginResourceType

        public EditorPluginResourceType()
      • EditorPluginResourceType

        @Inject
        public EditorPluginResourceType​(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