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()
boolean
Needed to implement equals and hashCode so that updating the trees in Publish Selected would work.boolean
getChildAt
(int index) int
int
int
hashCode()
boolean
isLeaf()
-
Constructor Details
-
ProjectRootNode
-
ProjectRootNode
-
-
Method Details
-
findResourceNode
-
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()
-