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
-
displayType
- the display type (SINGLEPANE, etc)
-
font
- Font for the tree (not yet sure where to set this
-
omitWhitespace
- Create tree without any whitespace nodes (not fully tested)
-
renderCell
- whether to render the TreeCells (buggy at present(
-
SINGLEPANE
-
-
SPLITPANE
-
-
XTreeOptions()
- default constructor.
-
XTreeOptions(XTreeOptions)
- copy constructor (i.e.
-
toString()
- mainly for debug
SINGLEPANE
public static final int SINGLEPANE
SPLITPANE
public static final int SPLITPANE
displayType
public int displayType
- the display type (SINGLEPANE, etc)
renderCell
public boolean renderCell
- whether to render the TreeCells (buggy at present(
font
public Font font
- Font for the tree (not yet sure where to set this
omitWhitespace
public boolean omitWhitespace
- Create tree without any whitespace nodes (not fully tested)
XTreeOptions
public XTreeOptions()
- default constructor. Normally values will be poked in later
XTreeOptions
public XTreeOptions(XTreeOptions options)
- copy constructor (i.e. clones options)
- Parameters:
- XTreeOptions - existing options copied to new XTreeOptions
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