|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Tab in com.zenkey.net.prowser |
---|
Methods in com.zenkey.net.prowser that return Tab | |
---|---|
Tab |
Prowser.closeTab(Tab tab)
Closes the specified Tab so that it is no longer associated with
this Prowser instance. |
Tab[] |
Prowser.closeTabs()
Closes all Tab 's associated with this Prowser
instance. |
Tab |
Prowser.createTab()
Opens a new Tab for this Prowser instance,
automatically loaded with the Prowser 's specified home
page (if any). |
Tab |
Prowser.createTab(boolean loadHomePage)
Opens a new Tab for this Prowser instance. |
Tab |
Response.getTab()
Returns the Tab that generated this Response . |
Tab[] |
Prowser.getTabs()
Returns an array of all the open tabs in this Prowser
instance. |
Tab |
Tab.stop(Integer timeout)
Simulates the action of a web browser's Stop button by enforcing a timeout that is applied to the next page request only. |
Methods in com.zenkey.net.prowser with parameters of type Tab | |
---|---|
Tab |
Prowser.closeTab(Tab tab)
Closes the specified Tab so that it is no longer associated with
this Prowser instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |