Ultra Light Client Guide and Reference


Split Pane attributes

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.

dividerLocation
The position of the divider, expressed as a number from 0.0 (left/top) to 1.0 (right/bottom). A setting of 0.5 produces two pane components of equal size.

enabled
Indicates whether the part can be selected.

font
The typeface used for text displayed on this part.

foregroundColor
The color of any text shown in the part, if applicable.

leftComponent
In a horizontally oriented split pane, the left cell. (In a vertically oriented split pane, this cell appears at the top.)

popupMenu
An instance of UlcMenu that supports this part.

rightComponent
In a horizontally oriented split pane, the right cell. (In a vertically oriented split pane, this cell appears at the bottom.)

self
The class instance itself.

toolTipText
The text displayed in hover help for the part.

vertical
Indicates whether the part is oriented vertically. The default setting is false; the part appears horizontal.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]