Class TableBrowseTree.ColumnNode
java.lang.Object
com.inductiveautomation.ignition.designer.querybrowser.TableBrowseTree.ColumnNode
- All Implemented Interfaces:
Comparable<TableBrowseTree.ColumnNode>
,TreeNode
- Enclosing class:
- TableBrowseTree
public static class TableBrowseTree.ColumnNode
extends Object
implements TreeNode, Comparable<TableBrowseTree.ColumnNode>
-
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) -
compareTo
- Specified by:
compareTo
in interfaceComparable<TableBrowseTree.ColumnNode>
-
getColumnName
-
getDbSize
-
getDbType
-
getDbTypeCode
public int getDbTypeCode() -
isPrimaryKey
public boolean isPrimaryKey()
-