Package org.loboevolution.store
Class GeneralStore
java.lang.Object
org.loboevolution.store.GeneralStore
- All Implemented Interfaces:
Serializable
General browser settings.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteBounds.static void
deleteNetwork.static void
deleteStartUpUrl.static GeneralInfo
getGeneralInfo.static Rectangle
getInitialWindowBounds.getStartupURLs.static void
insertBounds
(Rectangle rect) insertBounds.static void
insertNetwork
(boolean js, boolean css, boolean image, boolean cookie, boolean cache, boolean navigation) insertNetwork.static void
insertStartupUrl
(String url) insertStartupUrl.static void
restoreDefaults.
-
Constructor Details
-
GeneralStore
public GeneralStore()
-
-
Method Details
-
deleteBounds
public static void deleteBounds()deleteBounds.
-
deleteNetwork
public static void deleteNetwork()deleteNetwork.
-
deleteStartUpUrl
public static void deleteStartUpUrl()deleteStartUpUrl.
-
getInitialWindowBounds
getInitialWindowBounds.
- Returns:
- a
Rectangle
object.
-
getGeneralInfo
getGeneralInfo.
- Returns:
- a
GeneralInfo
object.
-
getStartupURLs
getStartupURLs.
- Returns:
- a
List
object.
-
insertBounds
insertBounds.
- Parameters:
rect
- aRectangle
object.
-
insertNetwork
public static void insertNetwork(boolean js, boolean css, boolean image, boolean cookie, boolean cache, boolean navigation) insertNetwork.
-
insertStartupUrl
insertStartupUrl.
- Parameters:
url
- aString
object.
-
restoreDefaults
public static void restoreDefaults()restoreDefaults.
-