| com.atlassian.confluence.themes.ColourScheme |
Known Indirect Subclasses
| BaseColourScheme |
A Confluence L&F colour-scheme that is editable - colours are stored in a map in memory. |
| ChainedColourScheme |
A simple colour scheme that looks through a list of colour schemes until it finds a matching colour (or null if none found). |
| DefaultColourScheme |
The default Confluence colours, loaded from confluence-default-colours.properties file in the classpath. |
|
Class Overview
Poorly named. May be renamed to conform to our standard use of Color at some point in the future.
P.S. That means don't use Colour when naming something in Confluence because of this class.
Constants
public
static
final
String
BORDER
Constant Value:
"property.style.bordercolour"
public
static
final
String
BREADCRUMBS_TEXT
Constant Value:
"property.style.breadcrumbstextcolour"
public
static
final
String
HEADING_TEXT
Constant Value:
"property.style.headingtextcolour"
public
static
final
String
LINK
Constant Value:
"property.style.linkcolour"
public
static
final
String
MENU_ITEM_SELECTED_BACKGROUND
Constant Value:
"property.style.menuitemselectedbgcolour"
public
static
final
String
MENU_ITEM_SELECTED_TEXT
Constant Value:
"property.style.menuitemselectedtextcolour"
public
static
final
String
MENU_ITEM_TEXT
Constant Value:
"property.style.menuitemtextcolour"
public
static
final
String
MENU_SELECTED_BACKGROUND
Constant Value:
"property.style.menuselectedbgcolour"
public
static
final
String
NAV_BACKGROUND
Constant Value:
"property.style.navbgcolour"
public
static
final
String
NAV_SELECTED_BACKGROUND
Constant Value:
"property.style.navselectedbgcolour"
public
static
final
String
NAV_SELECTED_TEXT
Constant Value:
"property.style.navselectedtextcolour"
public
static
final
String
NAV_TEXT
Constant Value:
"property.style.navtextcolour"
public
static
final
String
SPACE_NAME
Constant Value:
"property.style.spacenamecolour"
public
static
final
String
TOP_BAR
Constant Value:
"property.style.topbarcolour"
public
static
final
String
TOP_BAR_MENU_ITEM_TEXT
Constant Value:
"property.style.topbarmenuitemtextcolour"
public
static
final
String
TOP_BAR_MENU_SELECTED_BACKGROUND
Constant Value:
"property.style.topbarmenuselectedbgcolour"
Fields
public
static
final
List
ORDERED_KEYS
Public Methods