Package com.luciad.lucy.addons.treetable
package com.luciad.lucy.addons.treetable
Provides the addon that supports tree table views of loaded data.
This add-on is a wrapper around the samples.lucy.TreeTableViewAddOn
. If you want
to customize this add-on, replace this add-on by the sample add-on and customize the sample code.
- Since:
- 11.0
-
ClassDescriptionThis add-on provides the exact same functionality as the
TreeTableViewAddOn
sample class, and is actually a wrapper around it.