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

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.forms
Interface IFormColors


public interface IFormColors

A place to hold all the color constants used in the forms package.

Since:
3.3

Field Summary
static  String BORDER
          Key for the tree/table border color.
static  String H_BOTTOM_KEYLINE1
          Key for the form header bottom keyline 1 color.
static  String H_BOTTOM_KEYLINE2
          Key for the form header bottom keyline 2 color.
static  String H_GRADIENT_END
          Key for the form header background gradient ending color.
static  String H_GRADIENT_START
          Key for the form header background gradient starting color.
static  String H_HOVER_FULL
          Key for the form header full hover color.
static  String H_HOVER_LIGHT
          Key for the form header light hover color.
static  String H_PREFIX
          A prefix for the header color constants.
static  String PREFIX
          A prefix for all the keys.
static  String SEPARATOR
          Key for the section separator color.
static  String TB_BG
          Key for the section title bar background.
static  String TB_BORDER
          Key for the section title bar border.
static  String TB_FG
          Key for the section title bar foreground.
static  String TB_GBG
          Deprecated. Since 3.3, this color is not used any more. The tool bar gradient is created starting from TB_BG to the section background color.
static  String TB_PREFIX
           
static  String TB_TOGGLE
          Key for the section toggle color.
static  String TB_TOGGLE_HOVER
          Key for the section toggle hover color.
static  String TITLE
          Key for the form title foreground color.
 

Field Detail

PREFIX

static final 
String PREFIX
A prefix for all the keys.

See Also:
Constant Field Values

TITLE

static final 
String TITLE
Key for the form title foreground color.

See Also:
Constant Field Values

H_PREFIX

static final 
String H_PREFIX
A prefix for the header color constants.

See Also:
Constant Field Values

TB_PREFIX

static final 
String TB_PREFIX
See Also:
Constant Field Values

H_GRADIENT_END

static final 
String H_GRADIENT_END
Key for the form header background gradient ending color.

See Also:
Constant Field Values

H_GRADIENT_START

static final 
String H_GRADIENT_START
Key for the form header background gradient starting color.

See Also:
Constant Field Values

H_BOTTOM_KEYLINE1

static final 
String H_BOTTOM_KEYLINE1
Key for the form header bottom keyline 1 color.

See Also:
Constant Field Values

H_BOTTOM_KEYLINE2

static final 
String H_BOTTOM_KEYLINE2
Key for the form header bottom keyline 2 color.

See Also:
Constant Field Values

H_HOVER_LIGHT

static final 
String H_HOVER_LIGHT
Key for the form header light hover color.

See Also:
Constant Field Values

H_HOVER_FULL

static final 
String H_HOVER_FULL
Key for the form header full hover color.

See Also:
Constant Field Values

BORDER

static final 
String BORDER
Key for the tree/table border color.

See Also:
Constant Field Values

SEPARATOR

static final 
String SEPARATOR
Key for the section separator color.

See Also:
Constant Field Values

TB_BG

static final 
String TB_BG
Key for the section title bar background.

See Also:
Constant Field Values

TB_FG

static final 
String TB_FG
Key for the section title bar foreground.

See Also:
Constant Field Values

TB_GBG

static final 
String TB_GBG
Deprecated. Since 3.3, this color is not used any more. The tool bar gradient is created starting from TB_BG to the section background color.
Key for the section title bar gradient.

See Also:
Constant Field Values

TB_BORDER

static final 
String TB_BORDER
Key for the section title bar border.

See Also:
Constant Field Values

TB_TOGGLE

static final 
String TB_TOGGLE
Key for the section toggle color. Since 3.1, this color is used for all section styles.

See Also:
Constant Field Values

TB_TOGGLE_HOVER

static final 
String TB_TOGGLE_HOVER
Key for the section toggle hover color.

See Also:
Constant Field Values

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


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