Class NavigationStore

java.lang.Object
org.loboevolution.store.NavigationStore
All Implemented Interfaces:
QueryStore

public class NavigationStore extends Object implements QueryStore

NavigationStore class.

  • Constructor Details

    • NavigationStore

      public NavigationStore()
  • Method Details

    • addAsRecent

      public void addAsRecent(String uri, String title, int index)

      addAsRecent.

      Parameters:
      uri - a String object.
      title - a String object.
      index - a Integer object.
    • deleteHost

      public void deleteHost()

      deleteHost.

    • deleteHost

      public void deleteHost(String host)

      deleteHost.

      Parameters:
      host - a String object.
    • getRecentHost

      public List<BookmarkInfo> getRecentHost(int index, boolean isTab)

      getRecentHost.

      Parameters:
      index - a Integer object.
      isTab - a boolean.
      Returns:
      a List object.