Package com.amrdeveloper.treeview


package com.amrdeveloper.treeview
  • Class
    Description
    TreeNode is a container for the value to represent a node on the TreeView
    Manager class for TreeNodes to easily apply operations on them and to make it easy for testing and extending
    Custom RecyclerView.Adapter used to provide a tree view features on any RecyclerView
    Interface definition for a callback to be invoked when a TreeNode has been clicked and held.
    Interface definition for a callback to be invoked when a TreeNode has been clicked and held.
    Default RecyclerView.ViewHolder for the TreeView the default behaviour is to manage the padding, user should create custom one for each different layout and override bindTreeNode
    TreeViewHolder Factory class to get TreeViewHolder instance for the current view