Class ProjectRootNode
java.lang.Object
com.inductiveautomation.ignition.designer.gui.import_export.ProjectRootNode
- All Implemented Interfaces:
- TreeNode
- 
Constructor SummaryConstructorsConstructorDescriptionProjectRootNode(DesignerContext context, Project project) ProjectRootNode(DesignerContext context, ProjectImport projectImport) 
- 
Method SummaryModifier and TypeMethodDescriptionchildren()booleanNeeded to implement equals and hashCode so that updating the trees in Publish Selected would work.booleangetChildAt(int index) intintinthashCode()booleanisLeaf()
- 
Constructor Details- 
ProjectRootNode
- 
ProjectRootNode
 
- 
- 
Method Details- 
findResourceNode
- 
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()
 
-