User Guide

768 Chapter 6: Components Dictionary
folderOpenIcon
Both The icon displayed for an open folder node in a Tree
component if no node-specific icon is set. The default value
is
"TreeFolderOpen", which is a yellow open file folder
image.
indentation
Both The number of pixels to indent each row of a Tree
component. The default value is 17.
openDuration
Both The duration, in milliseconds, of the expand and collapse
animations. The default value is 250.
openEasing
Both A reference to a tweening function that controls the expand
and collapse animations. Defaults to sine in/out. For more
information, see “Customizing component animations”
on page 75.
repeatDelay
Both The number of milliseconds of delay between when a user
first presses a button in the scrollbar and when the action
begins to repeat. The default value is 500 (half a second).
repeatInterval
Both The number of milliseconds between automatic clicks when
a user holds the mouse button down on a button in the
scrollbar. The default value is 35.
rollOverColor
Both The background color of a rolled-over row. The default
value is 0xE3FFD6 (bright green) with the Halo theme and
0xAAAAAA (light gray) with the Sample theme.
When
themeColor is changed through a setStyle() call, the
framework sets
rollOverColor to a value related to the
themeColor chosen.
selectionColor
Both The background color of a selected row. The default value is
a 0xCDFFC1 (light green) with the Halo theme and
0xEEEEEE (very light gray) with the Sample theme.
When
themeColor is changed through a setStyle() call, the
framework sets
selectionColor to a value related to the
themeColor chosen.
selectionDuration
Both The length of the transition from a normal state to a selected
state or back from selected to normal, in milliseconds. The
default value is 200.
selectionDisabledColor
Both The background color of a selected row. The default value is
a 0xDDDDDD (medium gray). Because the default value
for this property is the same as the default for
backgroundDisabledColor, the selection is not visible when
the component is disabled unless one of these style
properties is changed.
selectionEasing
Both A reference to the easing equation used to control the
transition between selection states. Applies only for the
transition from a normal to a selected state. The default
equation uses a sine in/out formula. For more information,
see “Customizing component animations” on page 75.
Style Theme Description