net.officefloor.eclipse.skin.standard
Class StandardOfficeFloorColours

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.StandardOfficeFloorColours

public class StandardOfficeFloorColours
extends Object

Color values for StandardOfficeFloorSkin.

Author:
Daniel Sagenschneider

Constructor Summary
StandardOfficeFloorColours()
           
 
Method Summary
static org.eclipse.swt.graphics.Color ADMINISTRATOR()
          Administrator (#a9aed1).
static org.eclipse.swt.graphics.Color BLACK()
          Black (#000000).
static org.eclipse.swt.graphics.Color ERROR()
          Error (#ff0000).
static org.eclipse.swt.graphics.Color EXTERNAL_OBJECT()
          External object (#b1e8b1);
static org.eclipse.swt.graphics.Color INITIAL_TASK_LINE()
          Initial task line (TASK()).
static org.eclipse.swt.graphics.Color INPUT_MANAGED_OBJECT()
          Input Managed Object (EXTERNAL_OBJECT()).
static org.eclipse.swt.graphics.Color LINE()
          Line (BLACK()).
static org.eclipse.swt.graphics.Color LINK_LINE()
          Link line (#c0c0c0).
static org.eclipse.swt.graphics.Color MANAGED_OBJECT_SOURCE()
          Managed Object Source (#e5e5e5).
static org.eclipse.swt.graphics.Color MANAGED_OBJECT()
          Managed Object (EXTERNAL_OBJECT()).
static org.eclipse.swt.graphics.Color OFFICE()
          Office (TASK()).
static org.eclipse.swt.graphics.Color SECTION()
          Section (TASK()).
static org.eclipse.swt.graphics.Color SUB_SECTION()
          Sub section (SECTION()).
static org.eclipse.swt.graphics.Color TASK()
          Task (#bbe0ff).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardOfficeFloorColours

public StandardOfficeFloorColours()
Method Detail

BLACK

public static org.eclipse.swt.graphics.Color BLACK()
Black (#000000).

Returns:
Black.

ERROR

public static org.eclipse.swt.graphics.Color ERROR()
Error (#ff0000).

Returns:
Error.

LINK_LINE

public static org.eclipse.swt.graphics.Color LINK_LINE()
Link line (#c0c0c0).

Returns:
Link line.

LINE

public static org.eclipse.swt.graphics.Color LINE()
Line (BLACK()).

Returns:
Line.

INITIAL_TASK_LINE

public static org.eclipse.swt.graphics.Color INITIAL_TASK_LINE()
Initial task line (TASK()).

Returns:
Initial task line.

EXTERNAL_OBJECT

public static org.eclipse.swt.graphics.Color EXTERNAL_OBJECT()
External object (#b1e8b1);

Returns:
External object.

TASK

public static org.eclipse.swt.graphics.Color TASK()
Task (#bbe0ff).

Returns:
Task.

ADMINISTRATOR

public static org.eclipse.swt.graphics.Color ADMINISTRATOR()
Administrator (#a9aed1).

Returns:
Administrator.

SECTION

public static org.eclipse.swt.graphics.Color SECTION()
Section (TASK()).

Returns:
Section.

OFFICE

public static org.eclipse.swt.graphics.Color OFFICE()
Office (TASK()).

Returns:
Office.

MANAGED_OBJECT

public static org.eclipse.swt.graphics.Color MANAGED_OBJECT()
Managed Object (EXTERNAL_OBJECT()).

Returns:
Managed Object.

INPUT_MANAGED_OBJECT

public static org.eclipse.swt.graphics.Color INPUT_MANAGED_OBJECT()
Input Managed Object (EXTERNAL_OBJECT()).

Returns:
Input Managed Object.

MANAGED_OBJECT_SOURCE

public static org.eclipse.swt.graphics.Color MANAGED_OBJECT_SOURCE()
Managed Object Source (#e5e5e5).

Returns:
Managed Object Source.

SUB_SECTION

public static org.eclipse.swt.graphics.Color SUB_SECTION()
Sub section (SECTION()).

Returns:
Sub section.


Copyright © 2005-2013. All Rights Reserved.