Class ResourceDescriptor


  • public class ResourceDescriptor
    extends java.lang.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 Detail

      • getScope

        public int getScope()
      • getNavTreeSortOrder

        public int getNavTreeSortOrder()
      • getRootFolderText

        public java.lang.String getRootFolderText()
      • isGlobal

        public boolean isGlobal()
      • getSmallIcon

        public javax.swing.Icon getSmallIcon()
      • getOpenIcon

        public javax.swing.Icon getOpenIcon()
      • getNounKey

        public java.lang.String getNounKey()
      • getNavRootIcon

        public javax.swing.Icon getNavRootIcon()