org.objectstyle.cayenne.modeler.util.MultiColumnBrowser A simple non-editable tree browser with multiple columns for display and navigation of a tree structure. This type of browser is ideal for showing deeply (or infinitely) nested trees/graphs. The most famous example of its use is Mac OS X Finder column view. <p> MultiColumnBrowser starts at ...
org.jboss.cache.TreeCacheView Graphical view of a ReplicatedTree (using the MVC paradigm). An instance of this class needs to be given a reference to the underlying model (ReplicatedTree) and needs to registers as a ReplicatedTreeListener. Changes to the tree structure are propagated from the model to the view (via ReplicatedT ...