|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.themes.BasicTheme
public class BasicTheme
A theme that is loaded from a Confluence plugin.
| Constructor Summary | |
|---|---|
BasicTheme()
|
|
| Method Summary | |
|---|---|
ColourScheme |
getColourScheme()
|
ThemedDecorator |
getDecorator(java.lang.String path)
|
java.lang.String |
getPluginKey()
Return the key of the plugin which includes this theme. |
java.util.Collection<? extends ThemeStylesheet> |
getStylesheets()
Return the stylesheets for the theme. |
void |
init(ThemeModuleDescriptor moduleDescriptor)
|
boolean |
isIncludeClassicStyles()
Controls the behaviour of stylesheets in this theme. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicTheme()
| Method Detail |
|---|
public ColourScheme getColourScheme()
getColourScheme in interface Themepublic ThemedDecorator getDecorator(java.lang.String path)
getDecorator in interface Themepublic java.util.Collection<? extends ThemeStylesheet> getStylesheets()
Theme
getStylesheets in interface ThemeThemeStylesheets representing custom stylesheets for this theme,
or an empty list if none exist.public java.lang.String getPluginKey()
Theme
getPluginKey in interface Themepublic boolean isIncludeClassicStyles()
isIncludeClassicStyles in interface ThemeTheme.isIncludeClassicStyles()public void init(ThemeModuleDescriptor moduleDescriptor)
init in interface Theme
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||