|
||||||||||
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(String path)
|
String |
getPluginKey()
Return the key of the plugin which includes this theme. |
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 Theme
public ThemedDecorator getDecorator(String path)
getDecorator
in interface Theme
public Collection<? extends ThemeStylesheet> getStylesheets()
Theme
getStylesheets
in interface Theme
ThemeStylesheet
s representing custom stylesheets for this theme,
or an empty list if none exist.public String getPluginKey()
Theme
getPluginKey
in interface Theme
public boolean isIncludeClassicStyles()
isIncludeClassicStyles
in interface Theme
Theme.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 |