| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.ui.tree |
Tree component for displaying hierarchy based information and its related classes
|
| Class and Description |
|---|
| Tree
The
Tree component allows constructing simple tree component hierarchies that can be expanded
seamlessly with no limit. |
| TreeModel
Arranges tree node objects, a node can essentially be anything and it will be displayed in a hierarchy
using the
Tree |
| Class and Description |
|---|
| Tree.TreeState
A marker interface used for Tree state returned from
Tree.getTreeState() and
passed to Tree.setTreeState(com.codename1.ui.tree.Tree.TreeState) for retaining
state in a Tree when the model is changed. |
| TreeModel
Arranges tree node objects, a node can essentially be anything and it will be displayed in a hierarchy
using the
Tree |
Copyright © 2021. All rights reserved.