Package | Description |
---|---|
org.itsnat.comp.tree |
Contains interfaces of the tree based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatFreeTree
Is the interface of the free tree components.
|
Modifier and Type | Method and Description |
---|---|
ItsNatTree |
ItsNatTreeUI.getItsNatTree()
Returns the associated component object.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
ItsNatTreeStructure.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 |
ItsNatTreeStructure.getContentElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the content element of a tree node.
|
org.w3c.dom.Element |
ItsNatTreeStructure.getHandleElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the handle element of a tree node.
|
org.w3c.dom.Element |
ItsNatTreeStructure.getIconElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the icon element of a tree node.
|
org.w3c.dom.Element |
ItsNatTreeStructure.getLabelElement(ItsNatTree tree,
int row,
org.w3c.dom.Element nodeParent)
Returns the label element of a tree node.
|
ItsNatComponent |
ItsNatTreeCellEditor.getTreeCellEditorComponent(ItsNatTree tree,
int row,
java.lang.Object value,
boolean isSelected,
boolean isExpanded,
boolean isLeaf,
org.w3c.dom.Element labelElem)
Returns the component used to edit in place the tree node value.
|
void |
ItsNatTreeCellRenderer.renderTreeCell(ItsNatTree tree,
int row,
java.lang.Object value,
boolean isSelected,
boolean isExpanded,
boolean isLeaf,
boolean hasFocus,
org.w3c.dom.Element treeNodeLabelElem,
boolean isNew)
Renders as markup the specified tree node value into the specified element, usually
as a text node.
|
void |
ItsNatTreeCellRenderer.unrenderTreeCell(ItsNatTree tree,
int row,
org.w3c.dom.Element treeNodeLabelElem)
Unrenders the markup of the specified tree node.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.