Public Member Functions | Static Public Attributes

cern.gp.beans.editors.support.ColorMaster Interface Reference

Inheritance diagram for cern.gp.beans.editors.support.ColorMaster:
cern.gp.beans.editors.support.ColoredEditorSupport

List of all members.

Public Member Functions

Color getBackgroundColor ()
Color getForegroundColor ()

Static Public Attributes

static final String BACKGROUND_COLOR_PROPERTY_NAME = "backgroundColor"
static final String FOREGROUND_COLOR_PROPERTY_NAME = "foregroundColor"

Detailed Description

an interface used together with ColoredEditorHelper, to tell it what color it shall use to paint table cells. typically the main PropertyEditor will implement this interface, and return appropriate colors according to the value of the property it edits.

Author:
Vito Baggiolini
Version:
Revision:
1.2
Date:
2006/09/25 08:52:36

Member Function Documentation

Color cern.gp.beans.editors.support.ColorMaster.getBackgroundColor (  ) 

the background color to be used or null for no change in color

Implemented in cern.gp.beans.editors.support.ColoredEditorSupport.

Color cern.gp.beans.editors.support.ColorMaster.getForegroundColor (  ) 

the foreground color to be used or null for no change in color

Implemented in cern.gp.beans.editors.support.ColoredEditorSupport.


Member Data Documentation

the background color property name

the foreground color property name


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties