Ultra Light Client Guide and Reference
- backgroundColor
- The background color of the part.
- cursor
- The ULC cursor that is in effect when the mouse pointer is over this
part. Possible settings are Crosshair, Text, and
Wait. The default setting for this part is indicated by
<default>.
- decoration
- The set of colors and fonts owned by this part.
- enabled
- Indicates whether the part can be selected.
- firstColumnLabel
- The label for the default column of the tree.
- font
- The typeface used for text displayed on this part.
- foregroundColor
- The color of any text shown in the part, if applicable.
- label
- Settable but not used in this part.
- model
- The instance of UlcTreeModel associated with this part.
- popupMenu
- An instance of UlcMenu that supports this part.
- rootVisible
- Indicates whether the root node is displayed in the tree.
- rowHeight
- The height of each row in pixels.
- selectedItem
- The highlighted item.
- selectedItems
- The highlighted items (as a collection).
- selectionBackgroundColor
- The background color of text that has been highlighted in the part.
- selectionForegroundColor
- The foreground color of text that has been highlighted in the part.
- selectionMode
- Determines how many items may be selected from the list at once.
Allowable values are Multiple, Single, and Single Interval.
- self
- The class instance itself.
- toolTipText
- The text displayed in hover help for the part.
- treeColumn
- Set the tree column of the receiver to aTreeColumn. This column
normally is the first column of the receiver. The receiver instantiates
a default tree column when created. This tree column may be replaced by
a custom one, or the default column may be modified by code. Tree
Columns conform to UlcColumn.
- width
- Initial width of the part in pixels. This attribute is explicitly
necessary because dimensions of this part must be known before the part is
created at run time.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]