Class GeneralStore

java.lang.Object
org.loboevolution.store.GeneralStore
All Implemented Interfaces:
Serializable

public class GeneralStore extends Object implements Serializable
General browser settings.
See Also:
  • 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

      public static Rectangle getInitialWindowBounds()

      getInitialWindowBounds.

      Returns:
      a Rectangle object.
    • getGeneralInfo

      public static GeneralInfo getGeneralInfo()

      getGeneralInfo.

      Returns:
      a GeneralInfo object.
    • getStartupURLs

      public static List<String> getStartupURLs()

      getStartupURLs.

      Returns:
      a List object.
    • insertBounds

      public static void insertBounds(Rectangle rect)

      insertBounds.

      Parameters:
      rect - a Rectangle object.
    • insertNetwork

      public static void insertNetwork(boolean js, boolean css, boolean image, boolean cookie, boolean cache, boolean navigation)

      insertNetwork.

      Parameters:
      js - a Boolean object.
      css - a Boolean object.
      cookie - a Boolean object.
      cache - a Boolean object.
      navigation - a Boolean object.
    • insertStartupUrl

      public static void insertStartupUrl(String url)

      insertStartupUrl.

      Parameters:
      url - a String object.
    • restoreDefaults

      public static void restoreDefaults()

      restoreDefaults.