Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.greenstone.gatherer.gui
Class Coloring  view Coloring download Coloring.java

java.lang.Object
  extended byorg.greenstone.gatherer.gui.Coloring
All Implemented Interfaces:
java.io.Serializable

public class Coloring
extends java.lang.Object
implements java.io.Serializable

The coloring object is part of the Gatherers configuration, and stores the various colours used to render parts of the interface. In general these colours fall into three groups, those for the workspace, those for the collection and all other colour components.

Version:
2.3

Field Summary
 java.awt.Color button_background
          The color of a buttons background.
 java.awt.Color button_foreground
          The color of a buttons foreground.
 java.awt.Color button_selected_background
          The background color used to indicate that a button has been clicked or selected.
 java.awt.Color button_selected_foreground
          The foreground color used to indicate that a button has been clicked or selected.
 java.awt.Color collection_heading_background
          The color used for the background of the collection label.
 java.awt.Color collection_heading_foreground
          The color used for the text of the collection label.
 java.awt.Color collection_noneditable_background
          The color used for the background of controls in the collection that are non-editable.
 java.awt.Color collection_noneditable_foreground
          The color used for the foreground of controls in the collection that are non-editable.
 java.awt.Color collection_selection_background
          The color used for the background of a selection from the collection.
 java.awt.Color collection_selection_foreground
          The color used for the text of a selection from the collection.
 java.awt.Color collection_tree_background
          The color used for the background of a collection oriented component.
 java.awt.Color collection_tree_foreground
          The color used for the text of a collection oriented component.
 java.awt.Color error_background
          The color used for the background of an error state oriented component.
 java.awt.Color error_foreground
          The color used for the text of an error state oriented component.
 java.awt.Color scrollbar_background
          The color used for the background (behind the slider) part of a scroll bar.
 java.awt.Color scrollbar_foreground
          The color usef for the foreground (slider and arrows) parts of a scroll bar.
 java.awt.Color workspace_heading_background
          The color used for the background of the workspace label.
 java.awt.Color workspace_heading_foreground
          The color used for the text of the workspace label.
 java.awt.Color workspace_selection_background
          The color used for the background of a selection from the workspace.
 java.awt.Color workspace_selection_foreground
          The color used for the text of a selection from the workspace.
 java.awt.Color workspace_tree_background
          The color used for the background of a workspace oriented component.
 java.awt.Color workspace_tree_foreground
          The color used for the text of a workspace oriented component.
 
Constructor Summary
Coloring()
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

button_background

public java.awt.Color button_background
The color of a buttons background.


button_foreground

public java.awt.Color button_foreground
The color of a buttons foreground.


button_selected_background

public java.awt.Color button_selected_background
The background color used to indicate that a button has been clicked or selected.


button_selected_foreground

public java.awt.Color button_selected_foreground
The foreground color used to indicate that a button has been clicked or selected.


collection_heading_background

public java.awt.Color collection_heading_background
The color used for the background of the collection label.


collection_heading_foreground

public java.awt.Color collection_heading_foreground
The color used for the text of the collection label.


collection_noneditable_background

public java.awt.Color collection_noneditable_background
The color used for the background of controls in the collection that are non-editable.


collection_noneditable_foreground

public java.awt.Color collection_noneditable_foreground
The color used for the foreground of controls in the collection that are non-editable.


collection_selection_background

public java.awt.Color collection_selection_background
The color used for the background of a selection from the collection.


collection_selection_foreground

public java.awt.Color collection_selection_foreground
The color used for the text of a selection from the collection.


collection_tree_background

public java.awt.Color collection_tree_background
The color used for the background of a collection oriented component.


collection_tree_foreground

public java.awt.Color collection_tree_foreground
The color used for the text of a collection oriented component.


error_background

public java.awt.Color error_background
The color used for the background of an error state oriented component.


error_foreground

public java.awt.Color error_foreground
The color used for the text of an error state oriented component.


scrollbar_background

public java.awt.Color scrollbar_background
The color used for the background (behind the slider) part of a scroll bar.


scrollbar_foreground

public java.awt.Color scrollbar_foreground
The color usef for the foreground (slider and arrows) parts of a scroll bar.


workspace_heading_background

public java.awt.Color workspace_heading_background
The color used for the background of the workspace label.


workspace_heading_foreground

public java.awt.Color workspace_heading_foreground
The color used for the text of the workspace label.


workspace_selection_background

public java.awt.Color workspace_selection_background
The color used for the background of a selection from the workspace.


workspace_selection_foreground

public java.awt.Color workspace_selection_foreground
The color used for the text of a selection from the workspace.


workspace_tree_background

public java.awt.Color workspace_tree_background
The color used for the background of a workspace oriented component.


workspace_tree_foreground

public java.awt.Color workspace_tree_foreground
The color used for the text of a workspace oriented component.

Constructor Detail

Coloring

public Coloring()
Constructor. Uses default colors.