Class NamedQueryBrowseTree.ColumnNode
java.lang.Object
com.inductiveautomation.ignition.designer.db.namedquery.workspace.NamedQueryBrowseTree.ColumnNode
- All Implemented Interfaces:
- TreeNode
- Enclosing class:
- NamedQueryBrowseTree
- 
Method SummaryModifier and TypeMethodDescriptionEnumeration<? extends TreeNode>children()booleangetChildAt(int childIndex) intintbooleanisKey()booleanisLeaf()booleanvoidsetKey(boolean key) toString()
- 
Method Details- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
 
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
isLeafpublic boolean isLeaf()
- 
children
- 
getParent
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
 
- 
getIndex
- 
toString
- 
isKeypublic boolean isKey()
- 
setKeypublic void setKey(boolean key) 
- 
getColumnName
- 
isPrimaryKeypublic boolean isPrimaryKey()
 
-