| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileTreeModel
A tree model representing the file system as a whole, notice that this class returns absolute
file names which would result in an unreadable tree.
|
| Modifier and Type | Method and Description |
|---|---|
TreeModel |
Tree.getModel()
Returns the tree model instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setModel(TreeModel model)
Sets the tree model to a new value
|
| Constructor and Description |
|---|
Tree(TreeModel model)
Construct a tree with the given tree model
|
Copyright © 2022. All rights reserved.