JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
me.zeroeightsix.fiber.tree
Interface TreeItem
All Known Subinterfaces:
Node
,
Transparent
All Known Implementing Classes:
ConfigLeaf
,
ConfigNode
,
ConfigValue
public interface
TreeItem
The building block of a tree: every item in a tree: both nodes and values, implement this interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getName
()
Returns this item's name.
Method Detail
getName
java.lang.String getName()
Returns this item's name.
Returns:
this item's name
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method