Class ListItem
java.lang.Object
|
+----Node
|
+----ListItem
- class ListItem
- extends Node
A single linked list that can contain an OTNode object.
- Version:
- 1.00
- Author:
- Bill Lorton
-
ListItem()
-
-
otNode()
-
Gets the opening tree node for this list item.
-
setOTNode(OTNode)
-
Sets the opening tree node of this list item.
ListItem
public ListItem()
setOTNode
public void setOTNode(OTNode otn)
- Sets the opening tree node of this list item.
- Parameters:
- otn - the node to set
otNode
public OTNode otNode()
- Gets the opening tree node for this list item.
- Returns:
- the node