|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for all classes than can display HTML web pages.
Method Summary | |
boolean |
display(String sURL)
Displays an HTML page on the current browser given the String URL. |
boolean |
display(URL url)
Displays an HTML page on the current browser given the URL. |
boolean |
display(URL url,
boolean bNewWindow)
Displays an HTML page on a new browser (if bNewWindow) or on the current browser. |
String |
getURL()
Returns the String URL of the current HTML page. |
Method Detail |
public boolean display(String sURL) throws RemoteException
sURL
- a String
valueboolean
valueRemoteException
- if an error occurspublic boolean display(URL url) throws RemoteException
url
- an URL
valueboolean
valueRemoteException
- if an error occurspublic boolean display(URL url, boolean bNewWindow) throws RemoteException
url
- an URL
valuebNewWindow
- a boolean
valueboolean
valueRemoteException
- if an error occurspublic String getURL() throws RemoteException
String
valueRemoteException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |