Package org.teamapps.ux.application
Interface ApplicationTheme
-
public interface ApplicationTheme
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ApplicationThemecreateTheme(java.io.File applicationBackgroundImageFile)static ApplicationThemecreateTheme(java.io.File applicationBackgroundImageFile, StylingTheme applicationTheme)static ApplicationThemecreateTheme(java.lang.String applicationBackgroundImage)static ApplicationThemecreateTheme(java.lang.String applicationBackgroundImage, StylingTheme applicationTheme)static ApplicationThemecreateTheme(java.lang.String applicationBackgroundImage, StylingTheme applicationTheme, java.lang.String customIconStyleId, java.lang.String customIconLibraryId)static ApplicationThemecreateTheme(java.net.URL applicationBackgroundImageURL)static ApplicationThemecreateTheme(java.net.URL applicationBackgroundImageURL, StylingTheme applicationTheme)java.io.FilegeApplicationBackgroundImageFile()java.lang.StringgetApplicationBackgroundImage()StylingThemegetApplicationTheme()java.lang.StringgetCustomIconLibraryId()java.lang.StringgetCustomIconStyleId()
-
-
-
Method Detail
-
createTheme
static ApplicationTheme createTheme(java.lang.String applicationBackgroundImage)
-
createTheme
static ApplicationTheme createTheme(java.lang.String applicationBackgroundImage, StylingTheme applicationTheme)
-
createTheme
static ApplicationTheme createTheme(java.io.File applicationBackgroundImageFile)
-
createTheme
static ApplicationTheme createTheme(java.io.File applicationBackgroundImageFile, StylingTheme applicationTheme)
-
createTheme
static ApplicationTheme createTheme(java.net.URL applicationBackgroundImageURL)
-
createTheme
static ApplicationTheme createTheme(java.net.URL applicationBackgroundImageURL, StylingTheme applicationTheme)
-
createTheme
static ApplicationTheme createTheme(java.lang.String applicationBackgroundImage, StylingTheme applicationTheme, java.lang.String customIconStyleId, java.lang.String customIconLibraryId)
-
getApplicationBackgroundImage
java.lang.String getApplicationBackgroundImage()
-
geApplicationBackgroundImageFile
java.io.File geApplicationBackgroundImageFile()
-
getApplicationTheme
StylingTheme getApplicationTheme()
-
getCustomIconStyleId
java.lang.String getCustomIconStyleId()
-
getCustomIconLibraryId
java.lang.String getCustomIconLibraryId()
-
-