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) int
countStorage
(int index) void
deleteInput
(String text, String baseUrl) void
deleteStorage
(int session, int index) void
deleteStorage
(String keyName, int i, int index) default Color
getColor()
The Color .getCookies
(String host, String path) default String
getFont()
The Font .default float
getMapStorage
(int index, int i) getResourceFile
(String fileName) getSourceCache
(URI baseUrl, String type, String integrity, boolean test) getTabs()
void
insertLogin
(String type, String value, String baseUrl, boolean navigationEnabled) void
insertStorage
(String keyName, String keyValue, int i, int index) void
insertStyle
(String title, String href, String baseUrl, int enable) default boolean
isAcryl()
The Acryl .default boolean
isAero()
The Aero .default boolean
The Aluminium .default boolean
The Bernstein .default boolean
The blackWhite .default boolean
isBold()
The Bold .default boolean
isFast()
The Fast .default boolean
The Graphite .default boolean
isHiFi()
The HiFi .default boolean
isItalic()
The Italic .default boolean
isLuna()
The Luna .default boolean
isMcWin()
The McWin .default boolean
isMint()
The Mint .default boolean
isModern()
The modern .default boolean
isNoire()
The Noire .default boolean
isSmart()
The Smart .default boolean
The Strikethrough .default boolean
The Subscript .default boolean
The Superscript .default boolean
The Texture .default boolean
The Underline .boolean
default boolean
The Italic .void
saveCookie
(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()
-