|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.BrowserTable
An combination of the vector and hashtable. The datastructure for holding the BWs is order.
for more information on handling BWs| Constructor Summary | |
BrowserTable()
|
|
| Method Summary | |
void |
add(BrowserWindow bw)
|
java.util.Vector |
getBrowsersByID(java.lang.String id)
|
BrowserWindow |
getLatestBrowserWindow()
Return a last created browser window. |
void |
listBrowsers()
Print out a list of browsers |
void |
remove(BrowserWindow bw)
Remove the browserWindow from table |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrowserTable()
| Method Detail |
public java.util.Vector getBrowsersByID(java.lang.String id)
public void add(BrowserWindow bw)
bw - Add a browserWindow to the datastructure.public void remove(BrowserWindow bw)
public void listBrowsers()
public BrowserWindow getLatestBrowserWindow()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||