public class TabStore
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static void
static void
static void
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TabStore
public TabStore()
-
Method Details
-
insertTab
- Parameters:
index - a Integer object.
url - a String object.
-
insertTab
- Parameters:
index - a Integer object.
url - a String object.
title - a String object.
-
deleteTab
public static void deleteTab(Integer index)
- Parameters:
index - a Integer object.
-
deleteAll
public static void deleteAll()
-
getTab
- Parameters:
index - a Integer object.
- Returns:
- a
String object.
-
getTabs
- Returns:
- a
List object.
-
getUrls
- Returns:
- a
List object.