Package org.loboevolution.store
Class StyleStore
java.lang.Object
org.loboevolution.store.StyleStore
- All Implemented Interfaces:
Serializable
,QueryStore
StyleStore class.
- See Also:
-
Field Summary
Fields inherited from interface org.loboevolution.store.QueryStore
CONNECTIONS, DELETE_BOOKMARKS, DELETE_BOOKMARKS_BY_URL, DELETE_CONNECTIONS, DELETE_DOWNLOAD, DELETE_HOST, DELETE_HOST_BY_URL, DELETE_LAF, DELETE_SEARCH, DELETE_STYLE, DELETE_STYLE_HREF, DOWNLOAD_ORDERED, HOST, HOST_TAB, INSERT_BOOKMARKS, INSERT_CONNECTIONS, INSERT_DOWNLOAD, INSERT_HOST, INSERT_LAF, INSERT_SEARCH, INSERT_STYLE, SEARCH2, STYLE, STYLE_ALL, UPDATE_SEARCH, UPDATE_SEARCH2, UPDATE_STYLE, UPDATE_STYLE_ALL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteStyle.Gets the stylesgetStylesAll
(String baseUrl) Gets the styles allvoid
insertStyle
(String title, String href, String baseUrl, int enable) insertStyle.void
selectStyle
(String title) selectStyle.
-
Constructor Details
-
StyleStore
public StyleStore()
-
-
Method Details
-
getStyles
Gets the styles -
selectStyle
selectStyle.
- Parameters:
title
- aString
object.
-
getStylesAll
Gets the styles all -
insertStyle
insertStyle.
-
deleteStyle
public void deleteStyle()deleteStyle.
-