Class FolderNode
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.web.components.quickclient.BaseNode
- 
- com.inductiveautomation.ignition.gateway.web.components.quickclient.FolderNode
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.tree.TreeNode
 
 public abstract class FolderNode extends BaseNode - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FolderNode(BaseNode parent)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.Enumeration<? extends javax.swing.tree.TreeNode>children()booleangetAllowsChildren()javax.swing.tree.TreeNodegetChildAt(int childIndex)intgetChildCount()intgetIndex(javax.swing.tree.TreeNode node)booleanisLeaf()protected voidloadChildren()protected abstract voidloadChildren(java.util.List<BaseNode> children)voidrefresh()
 
- 
- 
- 
Field Detail- 
childrenprotected java.util.List<BaseNode> children 
 
- 
 - 
Constructor Detail- 
FolderNodepublic FolderNode(BaseNode parent) 
 
- 
 - 
Method Detail- 
loadChildrenprotected void loadChildren() 
 - 
loadChildrenprotected abstract void loadChildren(java.util.List<BaseNode> children) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
childrenpublic java.util.Enumeration<? extends javax.swing.tree.TreeNode> children() 
 - 
refreshpublic void refresh() 
 - 
getAllowsChildrenpublic boolean getAllowsChildren() - Specified by:
- getAllowsChildrenin interface- javax.swing.tree.TreeNode
- Overrides:
- getAllowsChildrenin class- BaseNode
 
 - 
getChildAtpublic javax.swing.tree.TreeNode getChildAt(int childIndex) - Specified by:
- getChildAtin interface- javax.swing.tree.TreeNode
- Overrides:
- getChildAtin class- BaseNode
 
 - 
getChildCountpublic int getChildCount() - Specified by:
- getChildCountin interface- javax.swing.tree.TreeNode
- Overrides:
- getChildCountin class- BaseNode
 
 - 
getIndexpublic int getIndex(javax.swing.tree.TreeNode node) 
 
- 
 
-