Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RWT Theming Reference > Tree

Tree

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for trees.

  • color : color definition

    Text color for trees.

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :disabled

    Applies to disabled trees.

TreeItem

Item elements of tree controls

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Tree item background color

  • color : color definition

    Tree item text color

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :disabled

    Applies to the items of a disabled tree.

  • :selected

    When the tree item is selected

  • :unfocused

    When the focus is not on the tree

TreeColumn

Column header of Tree controls

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for tree column headers

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :disabled

    Applies to column headers of a disabled tree.

  • :hover

    Mouse over state

TreeColumn-SortIndicator

Sort indicators in Tree column headers

Available CSS Properties

Properties that can be defined for this element:

  • background-image : image url

    Indicator image for tree sorting (up/down)

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :disabled

    Applies when the tree is disabled.

  • :down

    On sorting down

  • :up

    On sorting up


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire