Package org.loboevolution.component
Class NavigatorFrame
java.lang.Object
org.loboevolution.component.NavigatorFrame
NavigatorFrame class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlPanel
createHtmlPanel
(IBrowserPanel browserPanel, String uri) createHtmlPanel.static HtmlPanel
createHtmlPanel
(IBrowserPanel browserPanel, String uri, URLConnection connection) createHtmlPanel.static HtmlPanel
getErrorComponent
(IBrowserPanel browserPanel, URLConnection connection, String uri, Exception exception) createHtmlPanel.
-
Constructor Details
-
NavigatorFrame
public NavigatorFrame()
-
-
Method Details
-
createHtmlPanel
public static HtmlPanel createHtmlPanel(IBrowserPanel browserPanel, String uri, URLConnection connection) createHtmlPanel.
- Parameters:
browserPanel
- aIBrowserPanel
object.uri
- aString
object.connection
- aURLConnection
object.- Returns:
- a
HtmlPanel
object.
-
createHtmlPanel
createHtmlPanel.
- Parameters:
browserPanel
- aIBrowserPanel
object.uri
- aString
object.- Returns:
- a
HtmlPanel
object.
-
getErrorComponent
public static HtmlPanel getErrorComponent(IBrowserPanel browserPanel, URLConnection connection, String uri, Exception exception) createHtmlPanel.
- Parameters:
browserPanel
- aIBrowserPanel
object.connection
- aURLConnection
object.uri
- aString
object.exception
- aException
object.- Returns:
- a
HtmlPanel
object.
-