Class ProjectRootNode
java.lang.Object
com.inductiveautomation.ignition.designer.gui.import_export.ProjectRootNode
- All Implemented Interfaces:
TreeNode
-
Constructor Summary
ConstructorsConstructorDescriptionProjectRootNode(DesignerContext context, Project project) ProjectRootNode(DesignerContext context, ProjectImport projectImport) -
Method Summary
Modifier 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 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()
-