public class FTreeModel
extends javax.swing.tree.DefaultTreeModel
Constructor and Description |
---|
FTreeModel() |
Modifier and Type | Method and Description |
---|---|
void |
buildTree()
method to (re)build a tree when model changes like new filters, ...
|
void |
close() |
void |
configure(FTreeConfigurationI _conf) |
java.util.List |
getAllBOParents(BO bo)
This method will return the bo-"path" to a BO.
|
BO |
getBO() |
java.util.List |
getBosToExpand() |
FTreeConfigurationI |
getConf() |
ClientContextI |
getCtx() |
java.lang.String |
getDisplayFormat() |
FormContextI |
getFtx() |
javax.swing.tree.TreePath |
getPathToBO(BO bo) |
javax.swing.tree.TreePath |
getPathToRelatedBO() |
BO |
getRelatedBO() |
SchemaI |
getSchema() |
FTreeNode |
getTreeNodeForBO(BO bo) |
boolean |
isLeaf(java.lang.Object node) |
boolean |
isRelationMode() |
void |
loadChildCount(java.util.List nodes) |
void |
loadChildCountDone(java.util.List nodes,
java.util.List isLeafList) |
void |
loadChildData(FTreeNode nodeToExpand) |
void |
loadChildNodes(FTreeNode parentNode)
Off edt
|
void |
loadChildNodesDone(FTreeNode parentNode,
java.util.TreeMap children) |
void |
loadFirstLevel()
Loads the objects for the first level of the tree.
|
void |
loadFirstLevelDone(java.util.TreeMap nodes) |
void |
loadRootData() |
void |
setBosToExpand(java.util.List $28) |
void |
setConf(FTreeConfigurationI $26) |
void |
setCtx(ClientContextI $24) |
void |
setDisplayFormat(java.lang.String $27) |
void |
setFtx(FormContextI $25) |
addTreeModelListener, asksAllowsChildren, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged
public boolean isRelationMode()
public void close()
public void configure(FTreeConfigurationI _conf)
public boolean isLeaf(java.lang.Object node)
isLeaf
in interface javax.swing.tree.TreeModel
isLeaf
in class javax.swing.tree.DefaultTreeModel
public void loadRootData()
public void loadChildData(FTreeNode nodeToExpand)
public BO getBO()
public SchemaI getSchema()
public BO getRelatedBO()
public javax.swing.tree.TreePath getPathToRelatedBO()
public javax.swing.tree.TreePath getPathToBO(BO bo)
public java.util.List getAllBOParents(BO bo)
public void buildTree()
public void loadFirstLevel()
public void loadFirstLevelDone(java.util.TreeMap nodes)
public void loadChildNodes(FTreeNode parentNode)
public void loadChildNodesDone(FTreeNode parentNode, java.util.TreeMap children)
public void loadChildCount(java.util.List nodes)
public void loadChildCountDone(java.util.List nodes, java.util.List isLeafList)
public ClientContextI getCtx()
public void setCtx(ClientContextI $24)
public FormContextI getFtx()
public void setFtx(FormContextI $25)
public FTreeConfigurationI getConf()
public void setConf(FTreeConfigurationI $26)
public java.lang.String getDisplayFormat()
public void setDisplayFormat(java.lang.String $27)
public java.util.List getBosToExpand()
public void setBosToExpand(java.util.List $28)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.