package com.codename1.ui.tree

Tree component for displaying hierarchy based information and its related classes

Types

class TreeThe Tree component allows constructing simple tree component hierarchies that can be expanded seamlessly with no limit.
interface TreeModelArranges tree node objects, a node can essentially be anything and it will be displayed in a hierarchy using the com.codename1.ui.tree.Tree