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 Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceDescriptor.Builder
builder()
int
int
getScope()
boolean
isGlobal()
-
Method Details
-
getResourceType
-
getScope
public int getScope() -
getRootFolderText
-
isGlobal
public boolean isGlobal() -
getSmallIcon
-
getOpenIcon
-
getNounKey
-
builder
-