webclient: the current api |
home | contents | what it is | who needs it | embedding | api | class diagram | sequence diagram | demo | summary
BrowserControlCore - Method Summary | |
boolean |
back()
|
boolean |
canBack()
|
boolean |
canForward()
|
boolean |
forward()
|
int |
getNativeWebShell()
|
void |
loadURL(java.lang.String urlString)
|
void |
stop()
|
BrowserControlExtended - Method Summary | |
int |
getHistoryIndex()
|
int |
getHistoryLength()
|
java.lang.String |
getURL(int historyIndex)
|
boolean |
goTo(int historyIndex)
|
void |
hide()
|
void |
moveTo(int x,
int y) |
void |
removeFocus()
|
void |
repaint(boolean forceRepaint)
|
void |
setBounds(java.awt.Rectangle bounds)
|
void |
setFocus()
|
void |
show()
|