public interface ItsNatTreeStructure
ItsNatComponentManager.createDefaultItsNatTreeStructure()
,
ItsNatTree.getItsNatTreeStructure()
,
ElementTreeNodeStructure
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getChildListElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the element containing the child tree nodes of the specified tree node.
|
org.w3c.dom.Element |
getContentElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the content element of a tree node.
|
org.w3c.dom.Element |
getHandleElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the handle element of a tree node.
|
org.w3c.dom.Element |
getIconElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the icon element of a tree node.
|
org.w3c.dom.Element |
getLabelElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the label element of a tree node.
|
org.w3c.dom.Element getContentElement(ItsNatTree tree, int row, org.w3c.dom.Element nodeParent)
Default implementation delegates to the default ElementTreeNodeStructure
.
tree
- the tree component, may be used to provide contextual information. Default implementation ignores it.row
- the tree node row (seeing the tree as a list).nodeParent
- the element containing the tree node markup.
Is a hint, if provided should be obtained by calling tree.getItsNatTreeUI().getParentElementFromRow(row)
.org.w3c.dom.Element getHandleElement(ItsNatTree tree, int row, org.w3c.dom.Element nodeParent)
Default implementation delegates to the default ElementTreeNodeStructure
.
tree
- the tree component, may be used to provide contextual information. Default implementation ignores it.row
- the tree node row (seeing the tree as a list).nodeParent
- the element containing the tree node markup.
Is a hint, if provided should be obtained by calling tree.getItsNatTreeUI().getParentElementFromRow(row)
.org.w3c.dom.Element getIconElement(ItsNatTree tree, int row, org.w3c.dom.Element nodeParent)
Default implementation delegates to the default ElementTreeNodeStructure
.
tree
- the tree component, may be used to provide contextual information. Default implementation ignores it.row
- the tree node row (seeing the tree as a list).nodeParent
- the element containing the tree node markup.
Is a hint, if provided should be obtained by calling tree.getItsNatTreeUI().getParentElementFromRow(row)
.org.w3c.dom.Element getLabelElement(ItsNatTree tree, int row, org.w3c.dom.Element nodeParent)
Default implementation delegates to the default ElementTreeNodeStructure
.
tree
- the tree component, may be used to provide contextual information. Default implementation ignores it.row
- the tree node row (seeing the tree as a list).nodeParent
- the element containing the tree node markup.
Is a hint, if provided should be obtained by calling tree.getItsNatTreeUI().getParentElementFromRow(row)
.ItsNatTreeCellRenderer
,
ItsNatTreeCellEditor
org.w3c.dom.Element getChildListElement(ItsNatTree tree, int row, org.w3c.dom.Element nodeParent)
Default implementation delegates to the default ElementTreeNodeStructure
.
tree
- the tree component, may be used to provide contextual information. Default implementation ignores it.row
- the tree node row (seeing the tree as a list).nodeParent
- the element containing the tree node markup.
Is a hint, if provided should be obtained by calling tree.getItsNatTreeUI().getParentElementFromRow(row)
.Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.