Class ResourceDescriptor
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.tabbedworkspace.ResourceDescriptor
 
- 
 public class ResourceDescriptor extends java.lang.ObjectUsed 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. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classResourceDescriptor.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceDescriptor.Builderbuilder()javax.swing.IcongetNavRootIcon()intgetNavTreeSortOrder()java.lang.StringgetNounKey()javax.swing.IcongetOpenIcon()ResourceTypegetResourceType()java.lang.StringgetRootFolderText()intgetScope()javax.swing.IcongetSmallIcon()booleanisGlobal()
 
- 
- 
- 
Method Detail- 
getResourceTypepublic ResourceType getResourceType() 
 - 
getScopepublic int getScope() 
 - 
getNavTreeSortOrderpublic int getNavTreeSortOrder() 
 - 
getRootFolderTextpublic java.lang.String getRootFolderText() 
 - 
isGlobalpublic boolean isGlobal() 
 - 
getSmallIconpublic javax.swing.Icon getSmallIcon() 
 - 
getOpenIconpublic javax.swing.Icon getOpenIcon() 
 - 
getNounKeypublic java.lang.String getNounKey() 
 - 
getNavRootIconpublic javax.swing.Icon getNavRootIcon() 
 - 
builderpublic static ResourceDescriptor.Builder builder() 
 
- 
 
-