public abstract class NavigationTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements NavigationItemI
| Constructor and Description |
|---|
NavigationTreeNode(NavigationTreeModelI _navmodel,
boolean _allowsChildren) |
NavigationTreeNode(NavigationTreeModelI _navmodel,
boolean _allowsChildren,
boolean _cyclestopper) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(BO bo) |
int[] |
add(de.ipcon.db.core.BOSet set) |
void |
add(javax.swing.tree.MutableTreeNode node) |
boolean |
addFolderAllowed() |
boolean |
addStrukturAllowed() |
boolean |
canBeCopied() |
boolean |
canBeCopiedInto(ParentNavigationItemI niDst) |
boolean |
canBeDeleted() |
boolean |
canBeLinked() |
boolean |
canBeLinkedInto(ParentNavigationItemI niDst) |
boolean |
canBeMoved() |
boolean |
canBeMovedInto(ParentNavigationItemI niDst) |
boolean |
canBeOpened() |
boolean |
canBeRenamed() |
boolean |
canEditOriginal() |
boolean |
canProvideInfo() |
void |
copy(ParentNavigationItemI niDst,
Transaction tx) |
void |
delete(Transaction tx) |
static boolean |
determineAllowsChildren(boolean _allowsChildren,
boolean _cyclestopper) |
void |
editOriginal() |
int |
editOriginalCount() |
NavigationItemI[] |
getAllSubtreeItems()
Returns all Item of the Subtree and skips the following:
if finalBO is of type Ordner, skipAliasOrdnerContents is set to true, node is of type
StrukturNavigationTreeNode and BO-Type of node is an Alias.
|
NavigationItemI[] |
getAllSubtreeItems(boolean unlazy) |
NavigationItemI[] |
getAllSubtreeItems(boolean unlazy,
boolean skipAliasOrdnerContents) |
int |
getChildCount() |
ClientContextI |
getCtx() |
java.lang.String |
getName() |
NavigationTreeModelI |
getNavmodel() |
NavigationTreeModelNodeCacheI |
getNodecache() |
NavigationTreeNode |
getNodeInstance(BO bo) |
java.util.ArrayList |
getNodesForDelete() |
NavigationItemI |
getParentItem() |
void |
info() |
int |
infoCount() |
void |
insert(javax.swing.tree.MutableTreeNode node,
int pos) |
boolean |
isCyclestopper() |
boolean |
isLeaf() |
void |
link(ParentNavigationItemI niDst,
Transaction tx) |
void |
move(ParentNavigationItemI niDst,
Transaction tx) |
void |
open() |
int |
openCount() |
void |
rename(java.lang.String name,
Transaction tx) |
void |
setCyclestopper(boolean _cyclestopper) |
void |
setNavmodel(NavigationTreeModelI $6) |
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, setUserObject, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waithasChildAssociatedWithBOpublic NavigationTreeNode(NavigationTreeModelI _navmodel, boolean _allowsChildren)
public NavigationTreeNode(NavigationTreeModelI _navmodel, boolean _allowsChildren, boolean _cyclestopper)
public static boolean determineAllowsChildren(boolean _allowsChildren,
boolean _cyclestopper)
public ClientContextI getCtx()
public NavigationTreeModelNodeCacheI getNodecache()
public void setCyclestopper(boolean _cyclestopper)
public NavigationTreeNode getNodeInstance(BO bo)
public void add(javax.swing.tree.MutableTreeNode node)
add in class javax.swing.tree.DefaultMutableTreeNodepublic void insert(javax.swing.tree.MutableTreeNode node,
int pos)
insert in interface javax.swing.tree.MutableTreeNodeinsert in class javax.swing.tree.DefaultMutableTreeNodepublic int[] add(de.ipcon.db.core.BOSet set)
public int add(BO bo)
public int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class javax.swing.tree.DefaultMutableTreeNodepublic boolean isLeaf()
isLeaf in interface javax.swing.tree.TreeNodeisLeaf in class javax.swing.tree.DefaultMutableTreeNodepublic NavigationItemI getParentItem()
getParentItem in interface NavigationItemIpublic NavigationItemI[] getAllSubtreeItems()
getAllSubtreeItems in interface NavigationItemIunlazy - booleanskipAliasOrdnerContents - public NavigationItemI[] getAllSubtreeItems(boolean unlazy)
public NavigationItemI[] getAllSubtreeItems(boolean unlazy, boolean skipAliasOrdnerContents)
public boolean canBeCopied()
canBeCopied in interface NavigationItemIpublic boolean canBeCopiedInto(ParentNavigationItemI niDst)
canBeCopiedInto in interface NavigationItemIpublic void copy(ParentNavigationItemI niDst, Transaction tx)
copy in interface NavigationItemIpublic boolean canBeMoved()
canBeMoved in interface NavigationItemIpublic boolean canBeMovedInto(ParentNavigationItemI niDst)
canBeMovedInto in interface NavigationItemIpublic void move(ParentNavigationItemI niDst, Transaction tx)
move in interface NavigationItemIpublic boolean canBeLinked()
canBeLinked in interface NavigationItemIpublic boolean canBeLinkedInto(ParentNavigationItemI niDst)
canBeLinkedInto in interface NavigationItemIpublic void link(ParentNavigationItemI niDst, Transaction tx)
link in interface NavigationItemIpublic boolean canBeDeleted()
canBeDeleted in interface NavigationItemIpublic void delete(Transaction tx)
delete in interface NavigationItemIpublic java.util.ArrayList getNodesForDelete()
public boolean canBeOpened()
canBeOpened in interface NavigationItemIpublic void open()
open in interface NavigationItemIpublic int openCount()
openCount in interface NavigationItemIpublic boolean canBeRenamed()
canBeRenamed in interface NavigationItemIpublic void rename(java.lang.String name,
Transaction tx)
rename in interface NavigationItemIpublic java.lang.String getName()
getName in interface NavigationItemIpublic boolean canProvideInfo()
canProvideInfo in interface NavigationItemIpublic void info()
info in interface NavigationItemIpublic int infoCount()
infoCount in interface NavigationItemIpublic boolean canEditOriginal()
canEditOriginal in interface NavigationItemIpublic void editOriginal()
editOriginal in interface NavigationItemIpublic int editOriginalCount()
editOriginalCount in interface NavigationItemIpublic boolean addFolderAllowed()
addFolderAllowed in interface NavigationItemIpublic boolean addStrukturAllowed()
public boolean isCyclestopper()
public NavigationTreeModelI getNavmodel()
public void setNavmodel(NavigationTreeModelI $6)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.