|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeList.ExpansionModel | |
---|---|
ca.odell.glazedlists |
Uses of TreeList.ExpansionModel in ca.odell.glazedlists |
---|
Classes in ca.odell.glazedlists that implement TreeList.ExpansionModel | |
---|---|
class |
DefaultExternalExpansionModel<E>
An TreeList.ExpansionModel that uses a Map to remember
the expanded/collapsed state of elements. |
Fields in ca.odell.glazedlists declared as TreeList.ExpansionModel | |
---|---|
static TreeList.ExpansionModel |
TreeList.NODES_START_COLLAPSED
An TreeList.ExpansionModel with a simple policy: all nodes start collapsed. |
static TreeList.ExpansionModel |
TreeList.NODES_START_EXPANDED
An TreeList.ExpansionModel with a simple policy: all nodes start expanded. |
Methods in ca.odell.glazedlists that return TreeList.ExpansionModel | ||
---|---|---|
static
|
TreeList.nodesStartCollapsed()
|
|
static
|
TreeList.nodesStartExpanded()
|
Constructors in ca.odell.glazedlists with parameters of type TreeList.ExpansionModel | |
---|---|
DefaultExternalExpansionModel(TreeList.ExpansionModel<E> defaultsModel)
|
|
TreeList(EventList<E> source,
TreeList.Format<E> format,
TreeList.ExpansionModel<E> expansionModel)
Create a new TreeList that adds hierarchy to the specified source list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |