Package org.loboevolution.component
Class NavigatorFrame
java.lang.Object
org.loboevolution.component.NavigatorFrame
NavigatorFrame class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlPanelcreateHtmlPanel(IBrowserPanel browserPanel, String uri) createHtmlPanel.static HtmlPanelcreateHtmlPanel(IBrowserPanel browserPanel, String uri, URLConnection connection) createHtmlPanel.static HtmlPanelgetErrorComponent(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- aIBrowserPanelobject.uri- aStringobject.connection- aURLConnectionobject.- Returns:
- a
HtmlPanelobject.
-
createHtmlPanel
createHtmlPanel.
- Parameters:
browserPanel- aIBrowserPanelobject.uri- aStringobject.- Returns:
- a
HtmlPanelobject.
-
getErrorComponent
public static HtmlPanel getErrorComponent(IBrowserPanel browserPanel, URLConnection connection, String uri, Exception exception) createHtmlPanel.
- Parameters:
browserPanel- aIBrowserPanelobject.connection- aURLConnectionobject.uri- aStringobject.exception- aExceptionobject.- Returns:
- a
HtmlPanelobject.
-