Class ResourceDescriptor
java.lang.Object
com.inductiveautomation.ignition.designer.tabbedworkspace.ResourceDescriptor
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.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ResourceDescriptor.Builderbuilder()intintgetScope()booleanisGlobal()
- 
Method Details- 
getResourceType
- 
getScopepublic int getScope()
- 
getRootFolderText
- 
isGlobalpublic boolean isGlobal()
- 
getSmallIcon
- 
getOpenIcon
- 
getNounKey
- 
builder
 
-