|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LookAndFeelProperties
Method Summary | |
---|---|
boolean |
getCustomizeColors()
|
String |
getDefaultCssLogoUrl()
URL to the default logo for display in the L&F configuration section. |
String |
getDefaultFaviconHiresUrl()
Get the default favicon URL of this JIRA instance. |
String |
getDefaultFaviconUrl()
Get the default favicon URL of this JIRA instance. |
String |
getDefaultLogoUrl()
Get the default logo URL of this JIRA instance. |
LogoChoice |
getFaviconChoice()
|
LogoChoice |
getLogoChoice()
|
boolean |
isBlackArrow()
|
boolean |
isUsingCustomDefaultFavicon()
|
boolean |
isUsingCustomDefaultLogo()
|
void |
reset()
Reset all L&F properties to defaults. |
void |
resetDefaultFavicon()
Reset the default favicon to the original logo shipped with JIRA. |
void |
resetDefaultFaviconUrl()
Deprecated. not for external usage, subject to removing |
void |
resetDefaultLogo()
Reset the default logo to the original logo shipped with JIRA. |
void |
resetDefaultLogoUrl()
Deprecated. not for external usage, subject to removing |
void |
setBlackArrow(boolean blackArrow)
|
void |
setCustomizeColors(boolean value)
|
void |
setDefaultFavicon(String url,
String width,
String height)
Set 'custom' default favicon for this JIRA instance. |
void |
setDefaultFavicon(String url,
String hiresUrl,
String width,
String height)
Set 'custom' default favicon for this JIRA instance. |
void |
setDefaultLogo(String url,
String width,
String height)
Set 'custom' default logo for this JIRA instance. |
void |
setFaviconChoice(LogoChoice choice)
|
void |
setLogoChoice(LogoChoice choice)
|
void |
uploadDefaultFavicon(BufferedImage image)
Deprecated. use setDefaultFavicon(String, String, String) instead |
void |
uploadDefaultLogo(BufferedImage image)
Deprecated. use setDefaultFavicon(String, String, String) instead |
Method Detail |
---|
void setCustomizeColors(boolean value)
boolean getCustomizeColors()
void setLogoChoice(LogoChoice choice)
LogoChoice getLogoChoice()
void setFaviconChoice(LogoChoice choice)
LogoChoice getFaviconChoice()
void uploadDefaultLogo(BufferedImage image)
setDefaultFavicon(String, String, String)
instead
setDefaultLogo(String, String, String)
instead. Note that JIRA already provides ability to
upload custom logos and favicons in its Administration section.
image
- image to uploadvoid setDefaultLogo(String url, String width, String height)
url
- URL of the logowidth
- width of the logoheight
- height of the logovoid resetDefaultLogo()
@Deprecated void uploadDefaultFavicon(BufferedImage image)
setDefaultFavicon(String, String, String)
instead
setDefaultFavicon(String, String, String)
instead. Note that JIRA already provides ability to
upload custom logos and favicons in its Administration section.
image
- image to uploadvoid setDefaultFavicon(String url, String width, String height)
url
- URL of the faviconwidth
- width of the faviconheight
- height of the faviconvoid setDefaultFavicon(String url, String hiresUrl, String width, String height)
url
- URL of the faviconhiresUrl
- URL of the favicon in high resolution for display in L&F adminwidth
- width of the faviconheight
- height of the faviconvoid resetDefaultFavicon()
void reset()
boolean isBlackArrow()
void setBlackArrow(boolean blackArrow)
boolean isUsingCustomDefaultLogo()
boolean isUsingCustomDefaultFavicon()
String getDefaultCssLogoUrl()
String getDefaultLogoUrl()
String getDefaultFaviconUrl()
String getDefaultFaviconHiresUrl()
@Deprecated void resetDefaultFaviconUrl()
@Deprecated void resetDefaultLogoUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |