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 > List

List

SWT Lists.

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for lists.

  • border : border definition

    Border for lists.

  • color : color definition

    Text color lists.

  • font : font definition

    Font for lists.

Applicable SWT Styles

SWT style flags that can be referred to in a selector for this element (as CSS attributes):

  • [BORDER]

    Indicates that the list should have a border.

Applicable States

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

  • :disabled

    Applies to disabled Lists.

List-Item

Items of list controls.

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for list items.

  • color : color definition

    Text color for list items.

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 List is disabled.

  • :even

    Applies to items with an even index.

  • :selected

    Applies to selected items.

  • :unfocused

    Applies to items on unfocused lists.


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