package com.codename1.ui.tree
Tree component for displaying hierarchy based information and its related classes
Types
class Tree | The Tree component allows constructing simple tree component hierarchies that can be expanded seamlessly with no limit. |
interface TreeModel | Arranges tree node objects, a node can essentially be anything and it will be displayed in a hierarchy using the com.codename1.ui.tree.Tree |