facets.core.app
Class ListView

java.lang.Object
  extended by facets.util.Tracer
      extended by facets.util.StatefulCore
          extended by facets.core.superficial.app.SelectionView
              extended by facets.core.app.TreeView
                  extended by facets.core.app.ListView
All Implemented Interfaces:
SView, Stateful, Titled, java.io.Serializable

public class ListView
extends TreeView

TreeView that displays only the direct children of its root.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class facets.core.app.TreeView
debug, FACET_COLLAPSE, FACET_EXPAND, KEY_DEBUG, KEY_EXPAND, NO_VALUE
 
Fields inherited from interface facets.core.superficial.app.SView
NO_VIEW
 
Constructor Summary
ListView(java.lang.String title)
           
 
Method Summary
 boolean isHorizontal()
           
 boolean showRoot()
          Should the viewer display the root node of the tree?
 boolean useTextFont()
           
 
Methods inherited from class facets.core.app.TreeView
allowMultipleSelection, canChangeSelection, contentIconKey, emptyValueText, filteredNodeContents, filterNodeContents, includeNode, includeValue, nodeContents, nodeRenderText
 
Methods inherited from class facets.core.superficial.app.SelectionView
isLive, newViewerSelection
 
Methods inherited from class facets.util.StatefulCore
copyState, setState, setTitle, stateEquals, stateStamp, title, toString, updateStateStamp
 
Methods inherited from class facets.util.Tracer
trace, trace, trace, trace, trace, traceDebug, traceDebug, traceObjectText, traceOutput, traceOutputWithClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface facets.util.Titled
title
 

Constructor Detail

ListView

public ListView(java.lang.String title)
Method Detail

showRoot

public final boolean showRoot()
Description copied from class: TreeView
Should the viewer display the root node of the tree?

Default returns true.

Overrides:
showRoot in class TreeView

isHorizontal

public boolean isHorizontal()

useTextFont

public boolean useTextFont()