com.atlassian.confluence.themes
Interface ColourScheme

All Known Implementing Classes:
BaseColourScheme, ChainedColourScheme, DefaultColourScheme

public interface ColourScheme


Field Summary
static String BORDER
           
static String BREADCRUMBS_TEXT
           
static String CUSTOM_1
           
static String CUSTOM_2
           
static String CUSTOM_3
           
static String CUSTOM_4
           
static String CUSTOM_5
           
static String HEADING_TEXT
           
static String LINK
           
static String NAV_BACKGROUND
           
static String NAV_SELECTED_BACKGROUND
           
static String NAV_SELECTED_TEXT
           
static String NAV_TEXT
           
static List ORDERED_KEYS
           
static String SPACE_NAME
           
static String TOP_BAR
           
 
Method Summary
 String get(String colourName)
           
 

Field Detail

TOP_BAR

static final String TOP_BAR
See Also:
Constant Field Values

BREADCRUMBS_TEXT

static final String BREADCRUMBS_TEXT
See Also:
Constant Field Values

SPACE_NAME

static final String SPACE_NAME
See Also:
Constant Field Values

HEADING_TEXT

static final String HEADING_TEXT
See Also:
Constant Field Values

LINK

static final String LINK
See Also:
Constant Field Values

BORDER

static final String BORDER
See Also:
Constant Field Values

NAV_BACKGROUND

static final String NAV_BACKGROUND
See Also:
Constant Field Values

NAV_TEXT

static final String NAV_TEXT
See Also:
Constant Field Values

NAV_SELECTED_BACKGROUND

static final String NAV_SELECTED_BACKGROUND
See Also:
Constant Field Values

NAV_SELECTED_TEXT

static final String NAV_SELECTED_TEXT
See Also:
Constant Field Values

CUSTOM_1

static final String CUSTOM_1
See Also:
Constant Field Values

CUSTOM_2

static final String CUSTOM_2
See Also:
Constant Field Values

CUSTOM_3

static final String CUSTOM_3
See Also:
Constant Field Values

CUSTOM_4

static final String CUSTOM_4
See Also:
Constant Field Values

CUSTOM_5

static final String CUSTOM_5
See Also:
Constant Field Values

ORDERED_KEYS

static final List ORDERED_KEYS
Method Detail

get

String get(String colourName)


Confluence is developed by Atlassian.