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

Group

RWT Group controls. Groups are labeled boxes used to group sets of controls.

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for group boxes.

  • border : border definition

    Border for group boxes.

  • color : color definition

    Text color for group boxes.

  • font : font definition

    Font for group boxes. Applied to the group box label.

Applicable SWT Styles

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

  • [BORDER]

    Indicates that the group box 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 group boxes.

Group-Frame

The frame that contains the child controls.

Available CSS Properties

Properties that can be defined for this element:

  • border : border definition

    Border for group box frames.

  • margin : box dimension

    Margin for group box frames (outer space around the frame).

  • padding : box dimension

    Padding for group box frames (inner distance between frame border and content).

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 frame of a disabled group box.

Group-Label

The label of a group box.

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for group box label (override the color set by Group#setBackgroundColor()).

  • color : color definition

    Text color for group box label (override the color set by Group#setForegroundColor()).

  • margin : box dimension

    Margin for group box labels (offset of the group box label).

  • padding : box dimension

    Padding for group box labels (space around the label text).

Applicable SWT Styles

none

Applicable States

none


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