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 Draw2d
3.3

org.eclipse.draw2d
Interface ColorConstants

All Known Implementing Classes:
SchemeBorder

public interface ColorConstants

A collection of color-related constants.


Nested Class Summary
static class ColorConstants.SystemColorFactory
           
 
Field Summary
static Color black
          One of the pre-defined colors
static Color blue
          One of the pre-defined colors
static Color button
           
static Color buttonDarker
           
static Color buttonDarkest
           
static Color buttonLightest
           
static Color cyan
          One of the pre-defined colors
static Color darkBlue
          One of the pre-defined colors
static Color darkGray
          One of the pre-defined colors
static Color darkGreen
          One of the pre-defined colors
static Color gray
          One of the pre-defined colors
static Color green
          One of the pre-defined colors
static Color lightBlue
          One of the pre-defined colors
static Color lightGray
          One of the pre-defined colors
static Color lightGreen
          One of the pre-defined colors
static Color listBackground
           
static Color listForeground
           
static Color menuBackground
           
static Color menuBackgroundSelected
           
static Color menuForeground
           
static Color menuForegroundSelected
           
static Color orange
          One of the pre-defined colors
static Color red
          One of the pre-defined colors
static Color titleBackground
           
static Color titleForeground
           
static Color titleGradient
           
static Color titleInactiveBackground
           
static Color titleInactiveForeground
           
static Color titleInactiveGradient
           
static Color tooltipBackground
           
static Color tooltipForeground
           
static Color white
          One of the pre-defined colors
static Color yellow
          One of the pre-defined colors
 

Field Detail

buttonLightest

public static final Color buttonLightest
See Also:
SWT#COLOR_WIDGET_HIGHLIGHT_SHADOW

button

public static final Color button
See Also:
SWT#COLOR_WIDGET_BACKGROUND

buttonDarker

public static final Color buttonDarker
See Also:
SWT#COLOR_WIDGET_NORMAL_SHADOW

buttonDarkest

public static final Color buttonDarkest
See Also:
SWT#COLOR_WIDGET_DARK_SHADOW

listBackground

public static final Color listBackground
See Also:
SWT#COLOR_LIST_BACKGROUND

listForeground

public static final Color listForeground
See Also:
SWT#COLOR_LIST_FOREGROUND

menuBackground

public static final Color menuBackground
See Also:
SWT#COLOR_WIDGET_BACKGROUND

menuForeground

public static final Color menuForeground
See Also:
SWT#COLOR_WIDGET_FOREGROUND

menuBackgroundSelected

public static final Color menuBackgroundSelected
See Also:
SWT#COLOR_LIST_SELECTION

menuForegroundSelected

public static final Color menuForegroundSelected
See Also:
SWT#COLOR_LIST_SELECTION_TEXT

titleBackground

public static final Color titleBackground
See Also:
SWT#COLOR_TITLE_BACKGROUND

titleGradient

public static final Color titleGradient
See Also:
SWT#COLOR_TITLE_BACKGROUND_GRADIENT

titleForeground

public static final Color titleForeground
See Also:
SWT#COLOR_TITLE_FOREGROUND

titleInactiveForeground

public static final Color titleInactiveForeground
See Also:
SWT#COLOR_TITLE_INACTIVE_FOREGROUND

titleInactiveBackground

public static final Color titleInactiveBackground
See Also:
SWT#COLOR_TITLE_INACTIVE_BACKGROUND

titleInactiveGradient

public static final Color titleInactiveGradient
See Also:
SWT#COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT

tooltipForeground

public static final Color tooltipForeground
See Also:
SWT#COLOR_INFO_FOREGROUND

tooltipBackground

public static final Color tooltipBackground
See Also:
SWT#COLOR_INFO_BACKGROUND

white

public static final Color white
One of the pre-defined colors


lightGray

public static final Color lightGray
One of the pre-defined colors


gray

public static final Color gray
One of the pre-defined colors


darkGray

public static final Color darkGray
One of the pre-defined colors


black

public static final Color black
One of the pre-defined colors


red

public static final Color red
One of the pre-defined colors


orange

public static final Color orange
One of the pre-defined colors


yellow

public static final Color yellow
One of the pre-defined colors


green

public static final Color green
One of the pre-defined colors


lightGreen

public static final Color lightGreen
One of the pre-defined colors


darkGreen

public static final Color darkGreen
One of the pre-defined colors


cyan

public static final Color cyan
One of the pre-defined colors


lightBlue

public static final Color lightBlue
One of the pre-defined colors


blue

public static final Color blue
One of the pre-defined colors


darkBlue

public static final Color darkBlue
One of the pre-defined colors


Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

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