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