Class ResourceNode
java.lang.Object
com.inductiveautomation.ignition.designer.gui.import_export.ResourceNode
- All Implemented Interfaces:
- TreeNode
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionchildren()booleanNeeded to implement equals and hashCode so that updating the trees in Publish Selected would work.booleangetChildAt(int childIndex) intintinthashCode()booleanisLeaf()toString()
- 
Field Details- 
display
 
- 
- 
Constructor Details- 
ResourceNode
 
- 
- 
Method Details- 
getResource
- 
toString
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
 
- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
 
- 
getParent
- 
getIndex
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
isLeafpublic boolean isLeaf()
- 
children
- 
equalsNeeded to implement equals and hashCode so that updating the trees in Publish Selected would work.
- 
hashCodepublic int hashCode()
 
-