Package com.atlassian.confluence.themes
Interface ColourScheme
-
- All Known Implementing Classes:
AbstractColourScheme,AUIDefaultColorScheme,BaseColourScheme,ChainedColourScheme
public interface ColourSchemePoorly 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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBORDERstatic StringBREADCRUMBS_TEXTstatic List<String>DEPRECATED_KEYSstatic StringHEADER_BUTTON_BASE_BACKGROUNDstatic StringHEADER_BUTTON_TEXTstatic StringHEADING_TEXTstatic StringLINKstatic StringMENU_ITEM_SELECTED_BACKGROUNDstatic StringMENU_ITEM_SELECTED_TEXTstatic StringMENU_ITEM_TEXTstatic StringMENU_SELECTED_BACKGROUNDstatic StringNAV_BACKGROUNDDeprecated.since 6.7static StringNAV_SELECTED_BACKGROUNDDeprecated.since 6.7static StringNAV_SELECTED_TEXTDeprecated.since 6.7static StringNAV_TEXTDeprecated.since 6.7static List<String>ORDERED_KEYSstatic StringSEARCH_FIELD_BACKGROUNDstatic StringSEARCH_FIELD_TEXTstatic StringSPACE_NAMEDeprecated.since 6.7static StringTOP_BARstatic StringTOP_BAR_MENU_ITEM_TEXTstatic StringTOP_BAR_MENU_SELECTED_BACKGROUNDstatic StringTOP_BAR_MENU_SELECTED_TEXT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(Object object)Stringget(String colourName)Stringget(String colourName, double lightnessDelta)inthashCode()booleanisDefaultColourScheme()
-
-
-
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
@Deprecated static final String SPACE_NAME
Deprecated.since 6.7- 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
@Deprecated static final String NAV_BACKGROUND
Deprecated.since 6.7- See Also:
- Constant Field Values
-
NAV_TEXT
@Deprecated static final String NAV_TEXT
Deprecated.since 6.7- See Also:
- Constant Field Values
-
NAV_SELECTED_BACKGROUND
@Deprecated static final String NAV_SELECTED_BACKGROUND
Deprecated.since 6.7- See Also:
- Constant Field Values
-
NAV_SELECTED_TEXT
@Deprecated static final String NAV_SELECTED_TEXT
Deprecated.since 6.7- See Also:
- Constant Field Values
-
SEARCH_FIELD_BACKGROUND
static final String SEARCH_FIELD_BACKGROUND
- See Also:
- Constant Field Values
-
SEARCH_FIELD_TEXT
static final String SEARCH_FIELD_TEXT
- See Also:
- Constant Field Values
-
TOP_BAR_MENU_SELECTED_BACKGROUND
static final String TOP_BAR_MENU_SELECTED_BACKGROUND
- See Also:
- Constant Field Values
-
TOP_BAR_MENU_SELECTED_TEXT
static final String TOP_BAR_MENU_SELECTED_TEXT
- See Also:
- Constant Field Values
-
TOP_BAR_MENU_ITEM_TEXT
static final String TOP_BAR_MENU_ITEM_TEXT
- See Also:
- Constant Field Values
-
MENU_SELECTED_BACKGROUND
static final String MENU_SELECTED_BACKGROUND
- See Also:
- Constant Field Values
-
MENU_ITEM_TEXT
static final String MENU_ITEM_TEXT
- See Also:
- Constant Field Values
-
MENU_ITEM_SELECTED_BACKGROUND
static final String MENU_ITEM_SELECTED_BACKGROUND
- See Also:
- Constant Field Values
-
MENU_ITEM_SELECTED_TEXT
static final String MENU_ITEM_SELECTED_TEXT
- See Also:
- Constant Field Values
-
HEADER_BUTTON_BASE_BACKGROUND
static final String HEADER_BUTTON_BASE_BACKGROUND
- See Also:
- Constant Field Values
-
HEADER_BUTTON_TEXT
static final String HEADER_BUTTON_TEXT
- See Also:
- Constant Field Values
-
-