|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
ExternalInterface.call("sendCommand", commandName, arg1, arg2, ...)
- commandReceived(WebBrowserCommandEvent) -
Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
-
- commandReceived(WebBrowserCommandEvent) -
Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
- The web browser can invoke special commands to the application simply by calling through Javascript:
window.location = 'command://' + encodeURIComponent('somecommand') + '&' + encodeURIComponent('param1') + '&' + encodeURIComponent('param2') + ...
- computeMessageID(Message, boolean) -
Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
-
- configureComponent(JComponent, DefaultFlashPlayerDecorator.FlashDecoratorComponentType) -
Method in class chrriis.dj.nativeswing.swtimpl.components.DefaultFlashPlayerDecorator
- Configure a component (its text, icon, tooltip, etc.).
- configureComponent(JComponent, DefaultVLCPlayerDecorator.VLCDecoratorComponentType) -
Method in class chrriis.dj.nativeswing.swtimpl.components.DefaultVLCPlayerDecorator
- Configure a component (its text, icon, tooltip, etc.).
- configureComponent(JComponent, DefaultWebBrowserDecorator.WebBrowserDecoratorComponentType) -
Method in class chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator
- Configure a component (its text, icon, tooltip, etc.).
- configureForWebBrowserWindow(JWebBrowserWindow) -
Method in class chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator
-
- configureForWebBrowserWindow(JWebBrowserWindow) -
Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserDecorator
- Configure the decorator for integration of the web browser in a web browser window.
- constrainVisibility() -
Static method in class chrriis.dj.nativeswing.NSComponentOptions
- Create an option to apply visibility constraints to the component, which allows mixing lightweight and heavyweight components to a certain extent.
- constrainVisibility() -
Static method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
- Create an option to apply visibility constraints to the component, which allows mixing lightweight and heavyweight components to a certain extent.
- consume() -
Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent
-
- consume() -
Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowWillOpenEvent
-
- convertJavaObjectToJavascript(Object) -
Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
- Convert a Java object to Javascript, to simplify the task of executing scripts.
- copyAppearance(JWebBrowser, JWebBrowser) -
Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
- Copy the appearance, the visibility of the various bars, from one web browser to another.
- copyContent(JWebBrowser, JWebBrowser) -
Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
- Copy the content, whether a URL or its HTML content, from one web browser to another.
- create(JWebBrowser) -
Static method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowFactory
- Create a web browser window, as a frame, with a given web browser.
- create(Window, JWebBrowser) -
Static method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowFactory
- Create a web browser window, as a dialog or a frame depending on whether a parent window is specified, with a given web browser.
- createBackBuffer() -
Method in class chrriis.dj.nativeswing.NativeComponentWrapper
- Create an image of the native peer as a back buffer, which can be used when painting the component, or to simulate alpha blending.
- createBackBuffer() -
Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
- Create an image of the native peer as a back buffer, which can be used when painting the component, or to simulate alpha blending.
- createConfiguration() -
Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
-
- createEmbeddableComponent(NSOption...) -
Method in class chrriis.dj.nativeswing.NativeComponentWrapper
- A native component instance cannot be added directly to a component hierarchy: this method creates a component that will host the native component but which can be added to the component hierarchy.
- createEmbeddableComponent(Map<Object, Object>) -
Method in class chrriis.dj.nativeswing.NativeComponentWrapper
- A native component instance cannot be added directly to a component hierarchy: this method creates a component that will host the native component but which can be added to the component hierarchy.
- createEmbeddableComponent(Map<Object, Object>) -
Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
- A native component instance cannot be added directly to a component hierarchy.
- createFlashPlayerDecorator(Component) -
Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
- Create a decorator for this flash player.
- createFlashPlayerDecorator(JFlashPlayer, Component) -
Method in interface chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer.FlashPlayerDecoratorFactory
- Create the decorator for a flash player, which adds the rendering component to its component hierarchy and will itself be added to the flash player.
- createJavascriptFunctionCall(String, Object...) -
Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
- Create the Javascript function call using the function name and Java objects as arguments.
- createOptionMap(NSOption...) -
Static method in class chrriis.dj.nativeswing.NSOption
- Create a map from option key to option value.
- createProcess(String[], Map<String, String>, String[], String, String[]) -
Method in interface chrriis.dj.nativeswing.swtimpl.PeerVMProcessFactory
-
- createVLCPlayerDecorator(Component) -
Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
- Create a decorator for this vlc player.
- createVLCPlayerDecorator(JVLCPlayer, Component) -
Method in interface chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer.VLCPlayerDecoratorFactory
- Create the decorator for a VLC player, which adds the rendering component to its component hierarchy and will itself be added to the VLC player.
- createWebBrowserDecorator(Component) -
Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
- Create a decorator for this web browser.
- createWebBrowserDecorator(JWebBrowser, Component) -
Method in interface chrriis.dj.nativeswing.swtimpl.components.JWebBrowser.WebBrowserDecoratorFactory
- Create the decorator for a web browser, which adds the rendering component to its component hierarchy and will itself be added to the web browser.
- Credentials - Class in chrriis.dj.nativeswing.swtimpl.components
-
- Credentials(String, String) -
Constructor for class chrriis.dj.nativeswing.swtimpl.components.Credentials
-
org.mozilla.xpcom.Mozilla
.NativeInterfaceConfiguration
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |