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()
boolean
Needed to implement equals and hashCode so that updating the trees in Publish Selected would work.boolean
getChildAt
(int childIndex) int
int
int
hashCode()
boolean
isLeaf()
toString()
-
Field Details
-
display
-
-
Constructor Details
-
ResourceNode
-
-
Method Details
-
getResource
-
toString
-
getChildAt
- Specified by:
getChildAt
in interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in 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()
-