Class ResourceNode
java.lang.Object
com.inductiveautomation.ignition.designer.gui.import_export.ResourceNode
- All Implemented Interfaces:
TreeNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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 interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCountin interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildrenin interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
equals
Needed to implement equals and hashCode so that updating the trees in Publish Selected would work. -
hashCode
public int hashCode()
-