|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use NavigatorFrame | |
|---|---|
| org.lobobrowser.clientlet |
Contains interface Clientlet, which is implemented to process responses and set content renderable by a user agent. |
| org.lobobrowser.ua |
Contains interfaces that need to be implemented by a browser (like Lobo)
in order to service Lobo extensions. |
| Uses of NavigatorFrame in org.lobobrowser.clientlet |
|---|
| Methods in org.lobobrowser.clientlet that return NavigatorFrame | |
|---|---|
NavigatorFrame |
ClientletContext.createNavigatorFrame()
Creates a lose navigator frame that may be added to GUI components. |
NavigatorFrame |
ClientletContext.getNavigatorFrame()
Gets the frame interface associated with this context. |
| Uses of NavigatorFrame in org.lobobrowser.ua |
|---|
| Methods in org.lobobrowser.ua that return NavigatorFrame | |
|---|---|
NavigatorFrame |
NavigatorFrame.createFrame()
|
NavigatorFrame |
NavigatorEvent.getNavigatorFrame()
|
NavigatorFrame |
NavigationEntry.getNavigatorFrame()
|
NavigatorFrame |
NavigatorFrame.getOpenerFrame()
|
NavigatorFrame |
NavigatorFrame.getParentFrame()
Gets the frame that contains the current one, if any. |
NavigatorFrame |
NavigatorWindow.getTopFrame()
Gets the top frame of this window. |
NavigatorFrame |
NavigatorFrame.getTopFrame()
Gets the top-most frame in the window. |
NavigatorFrame |
NavigatorFrame.open(java.lang.String urlOrPath)
Opens a URL in a separate window. |
NavigatorFrame |
NavigatorFrame.open(java.net.URL url)
Opens a URL in a separate window. |
NavigatorFrame |
NavigatorFrame.open(java.net.URL url,
java.util.Properties windowProperties)
Opens a URL in a separate window using the properties provided. |
NavigatorFrame |
NavigatorFrame.open(java.net.URL url,
java.lang.String method,
ParameterInfo pinfo)
Opens a URL in a separate window. |
NavigatorFrame |
NavigatorFrame.open(java.net.URL url,
java.lang.String method,
ParameterInfo pinfo,
java.lang.String windowId,
java.util.Properties windowProperties)
Opens a URL in a separate window. |
| Methods in org.lobobrowser.ua with parameters of type NavigatorFrame | |
|---|---|
static NavigationEntry |
NavigationEntry.fromResponse(NavigatorFrame frame,
ClientletResponse response,
java.lang.String title,
java.lang.String description)
|
| Constructors in org.lobobrowser.ua with parameters of type NavigatorFrame | |
|---|---|
NavigationEntry(NavigatorFrame frame,
java.net.URL url,
java.lang.String method,
java.lang.String title,
java.lang.String description)
|
|
NavigatorEvent(java.lang.Object source,
NavigatorEventType eventType,
NavigatorFrame clientletFrame)
|
|
NavigatorExceptionEvent(java.lang.Object source,
NavigatorEventType eventType,
NavigatorFrame clientletFrame,
ClientletResponse response,
java.lang.Throwable exception)
|
|
NavigatorProgressEvent(java.lang.Object source,
NavigatorFrame clientletFrame,
ProgressType progressType,
java.net.URL url,
java.lang.String method,
int value,
int max)
|
|
NavigatorResponseEvent(java.lang.Object source,
NavigatorEventType eventType,
NavigatorFrame clientletFrame,
ClientletResponse response)
|
|
NavigatorWindowEvent(java.lang.Object source,
NavigatorEventType eventType,
NavigatorFrame clientletFrame,
ClientletResponse response)
|
|
NavigatorWindowEvent(java.lang.Object source,
NavigatorEventType eventType,
NavigatorFrame clientletFrame,
java.lang.String message)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||