Package org.loboevolution.store
Class LookAndFeelsStore
java.lang.Object
org.loboevolution.store.LookAndFeelsStore
- All Implemented Interfaces:
QueryStore
LookAndFeelsStore class.
-
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
deleteLAF.void
insertLAF
(LAFSettings laf) Insert a new row into the look_and_feel table
-
Constructor Details
-
LookAndFeelsStore
public LookAndFeelsStore()
-
-
Method Details
-
deleteLAF
public void deleteLAF()deleteLAF.
-
insertLAF
Insert a new row into the look_and_feel table- Parameters:
laf
- aLAFSettings
object.
-