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()
boolean
getChildAt
(int childIndex) int
int
boolean
isKey()
boolean
isLeaf()
boolean
void
setKey
(boolean key) toString()
-
Method Details
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
getParent
-
getChildAt
- Specified by:
getChildAt
in interfaceTreeNode
-
getIndex
-
toString
-
isKey
public boolean isKey() -
setKey
public void setKey(boolean key) -
getColumnName
-
isPrimaryKey
public boolean isPrimaryKey()
-