public interface ItsNatTreeStructure
ItsNatComponentManager.createDefaultItsNatTreeStructure(),
ItsNatTree.getItsNatTreeStructure(),
ElementTreeNodeStructure| Modifier and Type | Method and Description |
|---|---|
Element |
getChildListElement(ItsNatTree tree,
int row,
Element nodeParent)
Returns the element containing the child tree nodes of the specified tree node.
|
Element |
getContentElement(ItsNatTree tree,
int row,
Element nodeParent)
Returns the content element of a tree node.
|
Element |
getHandleElement(ItsNatTree tree,
int row,
Element nodeParent)
Returns the handle element of a tree node.
|
Element |
getIconElement(ItsNatTree tree,
int row,
Element nodeParent)
Returns the icon element of a tree node.
|
Element |
getLabelElement(ItsNatTree tree,
int row,
Element nodeParent)
Returns the label element of a tree node.
|
Element getContentElement(ItsNatTree tree, int row, 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).Element getHandleElement(ItsNatTree tree, int row, 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).Element getIconElement(ItsNatTree tree, int row, 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).Element getLabelElement(ItsNatTree tree, int row, 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,
ItsNatTreeCellEditorElement getChildListElement(ItsNatTree tree, int row, 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 © Innowhere Software, Jose Maria Arranz Santamaria.