Class Overview
https://github.com/TellH/RecyclerTreeView
Modified by PDFTron
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
UNDEFINE
Constant Value:
-1
(0xffffffff)
Fields
Public Constructors
public
TreeNode
(T content)
Public Methods
public
TreeNode<T>
clone
()
Throws
CloneNotSupportedException
| |
public
void
collapseAll
()
public
List<TreeNode<T>>
getChildList
()
public
boolean
isExpand
()
public
boolean
isLocked
()
public
void
setChildList
(List<TreeNode<T>> childList)
public
void
setContent
(T content)
public
void
setParent
(TreeNode<T> parent)
public
String
toString
()