public class BONavigationTreeNode extends NavigationTreeNode
Constructor and Description |
---|
BONavigationTreeNode(NavigationTreeModelI _navmodel,
BO _bo,
boolean _allowsChildren) |
Modifier and Type | Method and Description |
---|---|
void |
checkUserObject(java.lang.Object o) |
static java.util.Set<java.lang.Long> |
collectDependencies(BO bo,
java.util.Set<java.lang.Long> alreadyHandledIds)
Determines and returns all
BO s that the given BO dependes
on/is associated with. |
void |
delete(Transaction tx) |
boolean |
deleteAllowed() |
void |
editOriginal() |
boolean |
editOriginalAllowed() |
java.lang.Class |
getAllowedClass() |
BO |
getBO() |
java.lang.Class |
getClazz() |
java.lang.Long |
getIdOfBO() |
void |
info() |
boolean |
infoAllowed() |
boolean |
isAssociatedWithBO(BO bo) |
boolean |
isDependentOn(java.lang.Long id)
Determines if the
BO associated with this node is somehow
dependent on the BO with the given id. |
BO |
refreshBO() |
void |
setBO(BO bo) |
void |
setClazz(java.lang.Class $6) |
void |
setIdOfBO(java.lang.Long $5) |
void |
setUserObject(java.lang.Object o) |
java.lang.String |
toString() |
boolean |
useSoftReference(BO bo) |
add, add, add, addFolderAllowed, addStrukturAllowed, copy, copyAllowed, copyAllowed, determineAllowsChildren, editOriginalCount, getAllSubtreeItems, getAllSubtreeItems, getAllSubtreeItems, getChildCount, getCtx, getName, getNavmodel, getNodecache, getNodeInstance, getNodesForDelete, getParentItem, infoCount, insert, isCyclestopper, isLeaf, link, linkAllowed, linkAllowed, move, moveAllowed, moveAllowed, open, openAllowed, openCount, rename, renameAllowed, setCyclestopper, setNavmodel
breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
hasChildAssociatedWithBO
public BONavigationTreeNode(NavigationTreeModelI _navmodel, BO _bo, boolean _allowsChildren)
public boolean useSoftReference(BO bo)
public void setBO(BO bo)
public boolean isDependentOn(java.lang.Long id)
BO
associated with this node is somehow
dependent on the BO
with the given id.public static java.util.Set<java.lang.Long> collectDependencies(BO bo, java.util.Set<java.lang.Long> alreadyHandledIds)
BO
s that the given BO
dependes
on/is associated with.bo
- the BO
whose dependencies are wantedalreadyHandledIds
- alias Set
that contains the ids of all
BO
s for which the method was already called, to avoid cyclesSet
containing the ids of all the BO
s the given
BO
depends on (including the id of the BO
itself)public java.lang.Class getAllowedClass()
public void checkUserObject(java.lang.Object o)
public void setUserObject(java.lang.Object o)
setUserObject
in interface javax.swing.tree.MutableTreeNode
setUserObject
in class javax.swing.tree.DefaultMutableTreeNode
public BO getBO()
public BO refreshBO()
public boolean isAssociatedWithBO(BO bo)
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public boolean deleteAllowed()
deleteAllowed
in interface NavigationItemI
deleteAllowed
in class NavigationTreeNode
public void delete(Transaction tx)
delete
in interface NavigationItemI
delete
in class NavigationTreeNode
public boolean infoAllowed()
infoAllowed
in interface NavigationItemI
infoAllowed
in class NavigationTreeNode
public void info()
info
in interface NavigationItemI
info
in class NavigationTreeNode
public boolean editOriginalAllowed()
editOriginalAllowed
in interface NavigationItemI
editOriginalAllowed
in class NavigationTreeNode
public void editOriginal()
editOriginal
in interface NavigationItemI
editOriginal
in class NavigationTreeNode
public java.lang.Long getIdOfBO()
public void setIdOfBO(java.lang.Long $5)
public java.lang.Class getClazz()
public void setClazz(java.lang.Class $6)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.