java.lang.Object
com.inductiveautomation.ignition.designer.tabbedworkspace.ResourceDescriptor

public class ResourceDescriptor extends Object
Used by the abstract tabbed workspace, this is all the information the workspace needs to know about your resource type so that it can correctly integrate with the nav tree.

Created by carl.gould on 8/6/2014.

  • Method Details

    • getResourceType

      public ResourceType getResourceType()
    • getScope

      public int getScope()
    • getNavTreeSortOrder

      public int getNavTreeSortOrder()
    • getRootFolderText

      public String getRootFolderText()
    • isGlobal

      public boolean isGlobal()
    • getSmallIcon

      public Icon getSmallIcon()
    • getOpenIcon

      public Icon getOpenIcon()
    • getNounKey

      public String getNounKey()
    • getNavRootIcon

      public Icon getNavRootIcon()
    • builder

      public static ResourceDescriptor.Builder builder()