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 parentTreeItemof 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 ofTreeItemwith the possibility to filter its children.TreeItems Provides methods to manipulate trees made ofTreeItems.TreeItemWalker<T> Walks aTreeItems tree depth-first. -
Enum Summary Enum Description DirectoryModel.UpdateType Types of updates to the director model.