All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jumbo.xml.XTreeOptions

java.lang.Object
   |
   +----jumbo.xml.XTreeOptions

public class XTreeOptions
extends Object
a set of option to control display of an XTree. the components are public (so can be reset). The XTree clones the values, so no need to worry about changing referred objects

Author:
P.Murray-Rust, 1998

Variable Index

 o displayType
the display type (SINGLEPANE, etc)
 o font
Font for the tree (not yet sure where to set this
 o omitWhitespace
Create tree without any whitespace nodes (not fully tested)
 o renderCell
whether to render the TreeCells (buggy at present(
 o SINGLEPANE
 o SPLITPANE

Constructor Index

 o XTreeOptions()
default constructor.
 o XTreeOptions(XTreeOptions)
copy constructor (i.e.

Method Index

 o toString()
mainly for debug

Variables

 o SINGLEPANE
 public static final int SINGLEPANE
 o SPLITPANE
 public static final int SPLITPANE
 o displayType
 public int displayType
the display type (SINGLEPANE, etc)

 o renderCell
 public boolean renderCell
whether to render the TreeCells (buggy at present(

 o font
 public Font font
Font for the tree (not yet sure where to set this

 o omitWhitespace
 public boolean omitWhitespace
Create tree without any whitespace nodes (not fully tested)

Constructors

 o XTreeOptions
 public XTreeOptions()
default constructor. Normally values will be poked in later

 o XTreeOptions
 public XTreeOptions(XTreeOptions options)
copy constructor (i.e. clones options)

Parameters:
XTreeOptions - existing options copied to new XTreeOptions

Methods

 o toString
 public String toString()
mainly for debug

Returns:
String the current options
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index