Package org.loboevolution.config
Interface HtmlRendererConfig
- All Known Implementing Classes:
HtmlRendererConfigImpl,LocalHtmlRendererConfig
public interface HtmlRendererConfig
The interface HtmlRendererConfig.
-
Method Summary
Modifier and TypeMethodDescriptionautocomplete(String type, String text, String baseUrl) intcountStorage(int index) voiddeleteInput(String text, String baseUrl) voiddeleteStorage(int session, int index) voiddeleteStorage(String keyName, int i, int index) default ColorgetColor()The Color .getCookies(String host, String path) default StringgetFont()The Font .default floatgetMapStorage(int index, int i) getResourceFile(String fileName) getSourceCache(URI baseUrl, String type, String integrity, boolean test) getTabs()voidinsertLogin(String type, String value, String baseUrl, boolean navigationEnabled) voidinsertStorage(String keyName, String keyValue, int i, int index) voidinsertStyle(String title, String href, String baseUrl, int enable) default booleanisAcryl()The Acryl .default booleanisAero()The Aero .default booleanThe Aluminium .default booleanThe Bernstein .default booleanThe blackWhite .default booleanisBold()The Bold .default booleanisFast()The Fast .default booleanThe Graphite .default booleanisHiFi()The HiFi .default booleanisItalic()The Italic .default booleanisLuna()The Luna .default booleanisMcWin()The McWin .default booleanisMint()The Mint .default booleanisModern()The modern .default booleanisNoire()The Noire .default booleanisSmart()The Smart .default booleanThe Strikethrough .default booleanThe Subscript .default booleanThe Superscript .default booleanThe Texture .default booleanThe Underline .booleandefault booleanThe Italic .voidsaveCookie(String toString, String cookieSpec)
-
Method Details
-
getFontSize
default float getFontSize() -
isAcryl
default boolean isAcryl()The Acryl . -
isAero
default boolean isAero()The Aero . -
isAluminium
default boolean isAluminium()The Aluminium . -
isBernstein
default boolean isBernstein()The Bernstein . -
isBold
default boolean isBold()The Bold . -
isFast
default boolean isFast()The Fast . -
isGraphite
default boolean isGraphite()The Graphite . -
isHiFi
default boolean isHiFi()The HiFi . -
isItalic
default boolean isItalic()The Italic . -
isModern
default boolean isModern()The modern . -
isBlackWhite
default boolean isBlackWhite()The blackWhite . -
isWhiteBlack
default boolean isWhiteBlack()The Italic . -
getColor
The Color . -
isLuna
default boolean isLuna()The Luna . -
isMcWin
default boolean isMcWin()The McWin . -
isMint
default boolean isMint()The Mint . -
isNoire
default boolean isNoire()The Noire . -
isSmart
default boolean isSmart()The Smart . -
isStrikethrough
default boolean isStrikethrough()The Strikethrough . -
isSubscript
default boolean isSubscript()The Subscript . -
isSuperscript
default boolean isSuperscript()The Superscript . -
isTexture
default boolean isTexture()The Texture . -
isUnderline
default boolean isUnderline()The Underline . -
getFont
The Font . -
deleteInput
-
insertLogin
-
getSourceCache
- Throws:
Exception
-
getStyles
-
insertStyle
-
getInitialWindowBounds
Rectangle getInitialWindowBounds() -
countStorage
int countStorage(int index) -
getMapStorage
-
getValue
-
deleteStorage
-
deleteStorage
void deleteStorage(int session, int index) -
insertStorage
-
getTabs
-
autocomplete
-
getResourceFile
-
isVisited
-
saveCookie
-
getCookies
-
getGeneralInfo
GeneralInfo getGeneralInfo()
-