NASA World Wind

gov.nasa.worldwind.util.webview
Class MacWebViewJNI

java.lang.Object
  extended by gov.nasa.worldwind.util.webview.MacWebViewJNI

public class MacWebViewJNI
extends Object


Constructor Summary
MacWebViewJNI()
           
 
Method Summary
static long allocWebViewWindow(Dimension frameSize)
           
static void displayInTexture(long webViewWindowPtr, int target)
           
static Dimension getContentSize(long webViewWindowPtr)
           
static URL getContentURL(long webViewWindowPtr)
           
static Dimension getFrameSize(long webViewWindowPtr)
           
static AVList[] getLinks(long webViewWindowPtr)
           
static Dimension getMinContentSize(long webViewWindowPtr)
           
static void goBack(long webViewWindowPtr)
           
static void goForward(long webViewWindowPtr)
           
static boolean mustDisplayInTexture(long webViewWindowPtr)
           
static void releaseWebViewWindow(long webViewWindowPtr)
           
static void sendEvent(long webViewWindowPtr, InputEvent event)
           
static void setFrameSize(long webViewWindowPtr, Dimension size)
           
static void setHTMLString(long webViewWindowPtr, String htmlString)
           
static void setHTMLStringWithBaseURL(long webViewWindowPtr, String htmlString, URL baseURL)
           
static void setHTMLStringWithResourceResolver(long webViewWindowPtr, String htmlString, WebResourceResolver resourceResolver)
           
static void setMinContentSize(long webViewWindowPtr, Dimension size)
           
static void setPropertyChangeListener(long webViewWindowPtr, PropertyChangeListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacWebViewJNI

public MacWebViewJNI()
Method Detail

allocWebViewWindow

public static long allocWebViewWindow(Dimension frameSize)

displayInTexture

public static void displayInTexture(long webViewWindowPtr,
                                    int target)

getContentSize

public static Dimension getContentSize(long webViewWindowPtr)

getContentURL

public static URL getContentURL(long webViewWindowPtr)

getFrameSize

public static Dimension getFrameSize(long webViewWindowPtr)

getLinks

public static AVList[] getLinks(long webViewWindowPtr)

getMinContentSize

public static Dimension getMinContentSize(long webViewWindowPtr)

goBack

public static void goBack(long webViewWindowPtr)

goForward

public static void goForward(long webViewWindowPtr)

mustDisplayInTexture

public static boolean mustDisplayInTexture(long webViewWindowPtr)

releaseWebViewWindow

public static void releaseWebViewWindow(long webViewWindowPtr)

sendEvent

public static void sendEvent(long webViewWindowPtr,
                             InputEvent event)

setFrameSize

public static void setFrameSize(long webViewWindowPtr,
                                Dimension size)

setHTMLString

public static void setHTMLString(long webViewWindowPtr,
                                 String htmlString)

setHTMLStringWithBaseURL

public static void setHTMLStringWithBaseURL(long webViewWindowPtr,
                                            String htmlString,
                                            URL baseURL)

setHTMLStringWithResourceResolver

public static void setHTMLStringWithResourceResolver(long webViewWindowPtr,
                                                     String htmlString,
                                                     WebResourceResolver resourceResolver)

setMinContentSize

public static void setMinContentSize(long webViewWindowPtr,
                                     Dimension size)

setPropertyChangeListener

public static void setPropertyChangeListener(long webViewWindowPtr,
                                             PropertyChangeListener listener)

NASA World Wind