Package | Description |
---|---|
lazyj.widgets |
This package is a collection of useful HTML helper objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDBTreeProvider
Simple tree provider, having integer keys and string values.
|
class |
DBTreeProvider<K,V>
Implementation of
TreeProvider that takes a database query as argument. |
Constructor and Description |
---|
Tree(TreeProvider<K,V> provider)
Build a tree based on the information returned by the provider.
|