Module xaos.ui
Package eu.ess.xaos.ui.control.tree
-
Interface Summary Interface Description DirectoryModel<I,T> Observable model of multiple directory trees.DirectoryModel.Reporter<I> API defining few reporting methods.TreeItemPredicate<T> Represents a predicate (boolean-valued function) of two arguments: the first is the parentTreeItem
of the element subject of the function call, and the second the value of element itself. -
Class Summary Class Description DirectoryModel.Update<I> Represents an update to the directory model.FilterableTreeItem<T> An extension ofTreeItem
with the possibility to filter its children.TreeItems Provides methods to manipulate trees made ofTreeItem
s.TreeItemWalker<T> Walks aTreeItem
s tree depth-first. -
Enum Summary Enum Description DirectoryModel.UpdateType Types of updates to the director model.