A C D E F G H I J L M N O P R S T U V W

A

accept(T) - Method in interface chrriis.common.Filter
Test whether the element should be accepted.
add(Object) - Method in class chrriis.common.ObjectRegistry
Add an object to the registry.
add(Object, int) - Method in class chrriis.common.ObjectRegistry
Add an object to the registry, specifying its ID, wich throws an exception if the ID is already in use.
addFlashPlayerListener(FlashPlayerListener) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Add a flash player listener.
addHTMLEditorListener(HTMLEditorListener) - Method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Add an HTML editor listener.
addItem(Class<?>, String) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Add an item from the classpath to the playlist and get its ID for future manipulation.
addItem(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Add an item to the playlist.
addMouseMotionListener(MouseMotionListener) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
addNativeClassPathReferenceClasses(Class<?>...) - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceConfiguration
Set the reference classes that are considered to compute the classpath of the native side.
addNativeClassPathReferenceResources(String...) - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceConfiguration
Set the reference resources that are considered to compute the classpath of the native side.
addNativeInterfaceListener(NativeInterfaceListener) - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Add a native interface listener.
addNotify() - Method in class chrriis.dj.nativeswing.NativeComponentProxyFinalizationPanel
 
addNotify() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
 
addNotify() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
addReferenceClassLoader(ClassLoader) - Method in class chrriis.common.WebServer
 
addWebBrowserListener(WebBrowserListener) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Add a web browser listener.
arrayDeepToString(Object) - Static method in class chrriis.common.Utils
Produce the deep string value of an array, whatever the actual class type of the array is.
asyncExec(boolean, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.CommandMessage
Execute that message asynchronously with the given arguments.
asyncExec(NativeComponent, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Execute that message asynchronously with the given arguments.
asyncExec(Control, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Execute that message asynchronously with the given arguments.
asyncExec(boolean, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
 
asyncSend(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.Message
Send that message asynchronously.

C

chrriis.common - package chrriis.common
A set of generic utility classes.
chrriis.dj.nativeswing - package chrriis.dj.nativeswing
The framework, containing all the core classes that make the native integration possible.
chrriis.dj.nativeswing.swtimpl - package chrriis.dj.nativeswing.swtimpl
The SWT-based implementation using the Native Swing framework.
chrriis.dj.nativeswing.swtimpl.components - package chrriis.dj.nativeswing.swtimpl.components
A component suite using the native integration framework.
chrriis.dj.nativeswing.swtimpl.components.win32 - package chrriis.dj.nativeswing.swtimpl.components.win32
A set of components using the native integration framework, specifically targetting the Windows operating system.
chrriis.dj.nativeswing.swtimpl.utilities - package chrriis.dj.nativeswing.swtimpl.utilities
A collection of native utilities.
clear() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Clear the playlist.
clearSessionCookies() - Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Clear all session cookies from all web browser instances.
clone() - Method in class chrriis.common.WebServer.HTTPRequest
 
close() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Close the native interface, which destroys the native side (peer VM).
COMMAND_LOCATION_PREFIX - Static variable in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
The prefix to use when sending a command from some web content, using a static link or by setting window.location from Javascript.
COMMAND_STATUS_PREFIX - Static variable in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
The prefix to use when sending a command from some web content, by setting window.status from Javascript.
CommandMessage - Class in chrriis.dj.nativeswing.swtimpl
A type of message that executes a command with optional arguments and returns a result.
CommandMessage() - Constructor for class chrriis.dj.nativeswing.swtimpl.CommandMessage
Construct a command message.
commandReceived(String, String[]) - Method in interface chrriis.dj.nativeswing.swtimpl.components.FlashPlayerListener
 
commandReceived(WebBrowserEvent, String, String[]) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
commandReceived(WebBrowserEvent, String, String[]) - 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') + ...
or as a static HREF link.
configureOleFrame(OleClientSite, OleFrame) - Static method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
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
 
ControlCommandMessage - Class in chrriis.dj.nativeswing.swtimpl
A message that makes the link between a native component on the local side and its native peer control.
ControlCommandMessage() - Constructor for class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Construct a control command message.
convertAWTImage(Image) - Static method in class chrriis.dj.nativeswing.swtimpl.SWTUtils
 
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.
convertSWTImage(ImageData) - Static method in class chrriis.dj.nativeswing.swtimpl.SWTUtils
 
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.
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.
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.
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.
createVariant(Object) - Static method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 

D

deactivateNativeIntegration() - Static method in class chrriis.dj.nativeswing.NSComponentOptions
Create an option to deactivate the native integration provided by the library.
decodeURL(String) - Static method in class chrriis.common.Utils
 
deleteAll(File) - Static method in class chrriis.common.Utils
Delete the file, or delete the directtory and all its children recursively.
destroyBackBuffer() - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
Destroy the back buffer.
destroyBackBuffer() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Destroy the back buffer.
destroyOnFinalization() - Static method in class chrriis.dj.nativeswing.NSComponentOptions
Create an option to defer the destruction of the component until finalization or explicit disposal, rather than when the component is removed from its component tree.
destroyOnFinalization() - Static method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
Create an option to defer the destruction of the component until finalization or explicit disposal, rather than when the component is removed from its component tree.
dispose() - Method in class chrriis.dj.nativeswing.NativeComponentProxyFinalizationPanel
 
disposeNativeComponent() - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
Explicitely dispose the native resources.
disposeNativePeer() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
 
disposeNativePeer() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
 
disposeNativePeer() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Explicitely dispose the native resources.
disposeNativePeer() - Method in interface chrriis.dj.nativeswing.swtimpl.NSComponent
Explicitely dispose the native resources.
disposeNativePeer() - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
 
dumpOleInterfaceDefinitions() - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
Dump the definitions of the OLE interface (properties and functions) to the output stream.

E

encodeURL(String) - Static method in class chrriis.common.Utils
 
equals(Object, Object) - Static method in class chrriis.common.Utils
Test the equality of 2 objects, with a check on nullity.
equals(Object) - Method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
 
escapeXML(String) - Static method in class chrriis.common.Utils
 
EventDispatchUtils - Class in chrriis.dj.nativeswing.swtimpl
A utility class for event dispatching processes.
EventDispatchUtils.Condition - Interface in chrriis.dj.nativeswing.swtimpl
 
executeJavascript(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Execute some javascript.
executeJavascriptWithResult(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Execute some javascript, and wait for the result coming from the return statements.

F

FileTypeLauncher - Class in chrriis.dj.nativeswing.swtimpl.utilities
A utility class to get the launchers of certain file types.
Filter<T> - Interface in chrriis.common
A generic filter.
finalize() - Method in class chrriis.dj.nativeswing.NativeComponentProxyFinalizationPanel
 
finalize() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
 
finalize() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
 
finalize() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
 
finalize() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
findClass(String) - Method in class chrriis.common.NetworkURLClassLoader
 
findResource(String) - Method in class chrriis.common.NetworkURLClassLoader
 
FlashPlayerListener - Interface in chrriis.dj.nativeswing.swtimpl.components
 
FlashPluginOptions - Class in chrriis.dj.nativeswing.swtimpl.components
The options for the Flash player to better configure the initialization of the Flash plugin.
FlashPluginOptions() - Constructor for class chrriis.dj.nativeswing.swtimpl.components.FlashPluginOptions
Construct new Flash plugin options.

G

get(int) - Method in class chrriis.common.ObjectRegistry
Get an object using its ID.
getAbsolutePosition() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Get the current position on the timeline.
getAbsolutePosition() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Get the current position on the timeline.
getAllRegisteredExtensions() - Static method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Get all the registered file extensions.
getAnchor() - Method in class chrriis.common.WebServer.HTTPRequest
 
getAspectRatio() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Get the aspect ratio of the video media.
getBounds(Rectangle[]) - Static method in class chrriis.common.UIUtils
Get the bounds containing all the rectangles.
getBytes() - Method in class chrriis.common.WebServer.HTTPData
 
getChannel() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Get the audio channel.
getClassPathFile(String) - Static method in class chrriis.common.Utils
 
getClassPathFile(Class<?>) - Static method in class chrriis.common.Utils
 
getClassPathResourceURL(String, String) - Method in class chrriis.common.WebServer
 
getComponentDescription() - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
Get a description of this component wrapper, which is used for example to improve debug messages.
getComponentID() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Get the unique identifier of this native component, used as a reference to communicate with the native peer.
getComponentRegistrar() - Static method in class chrriis.dj.nativeswing.swtimpl.components.MozillaXPCOM.Mozilla
 
getComponentVisibleArea(Component, Filter<Component>, boolean) - Static method in class chrriis.common.UIUtils
Get the area that is not covered by components obeying the condition imposed by the visitor.
getConfiguration() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Get the configuration, which allows to modify some parameters.
getContentLength() - Method in class chrriis.common.WebServer.WebServerContent
 
getContentType() - Method in class chrriis.common.WebServer.WebServerContent
 
getControl() - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Get the control, which is only valid when in the native context.
getControlRegistry() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Get the registry of the controls, which references created controls using the component ID.
getCookie(String, String) - Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get a cookie for a given URL and a given name.
getDefaultIcon() - Static method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Get the default icon for files that don't have a custom icon.
getDefaultMimeType(String) - Static method in class chrriis.common.WebServer.WebServerContent
 
getDefaultWebServer() - Static method in class chrriis.common.WebServer
 
getDirectory(String) - Static method in class chrriis.common.Utils
 
getDirectory(Class<?>) - Static method in class chrriis.common.Utils
 
getDisplay() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Get the SWT display.
getDuration() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Get the duration in milliseconds of the current media.
getDuration() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPMedia
Get the duration in milliseconds of the current media.
getDynamicContentURL(String, String) - Method in class chrriis.common.WebServer
 
getDynamicContentURL(String, String, String) - Method in class chrriis.common.WebServer
 
getEmbeddedObjectJavascriptName() - Static method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
getFileMenu() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the file menu, which allows to modify the items.
getFirstLineNumber() - Method in class chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
 
getFlashPlayerListeners() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Get the flash player listeners.
getFrameRate() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Get the number of frames per second.
getHeaderMap() - Method in class chrriis.common.WebServer.HTTPData
 
getHeight() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Get the height of the video.
getHTMLContent() - Method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Get the HTML content.
getHTMLContent() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the HTML content.
getHTMLEditor() - Method in class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorEvent
Get the HTML editor.
getHTMLEditorListeners() - Method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Get the HTML editor listeners.
getHTMLLoadingMessage() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getHTMLParameters() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getHTTPPostDataArray() - Method in class chrriis.common.WebServer.HTTPRequest
 
getIcon() - Method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Get the icon associated with this file type.
getIconSize() - Static method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Get the size of the icons that can be obtained.
getInputStream() - Method in class chrriis.common.WebServer.WebServerContent
 
getInputStream(String) - Static method in class chrriis.common.WebServer.WebServerContent
 
getInstallationURL() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getInstance() - Static method in class chrriis.common.ObjectRegistry
Get the default shared instance of a registry.
getInstanceIDs() - Method in class chrriis.common.ObjectRegistry
Get all the instance IDs that are used in this registry.
getItemCount() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Get the number of items in the playlist.
getJARFile(String) - Static method in class chrriis.common.Utils
 
getJARFile(Class<?>) - Static method in class chrriis.common.Utils
 
getJavascriptDefinitions() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
getLastModified() - Method in class chrriis.common.WebServer.WebServerContent
 
getLauncher(String) - Static method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Get the launcher for a given file name, which may or may not represent an existing file.
getLaunchers() - Static method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Some global loading of data is performed the first time, if it is needed.
getListeners(Class<T>) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
getLoadedResource() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
getLoadingProgress() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the loading progress, a value between 0 and 100, where 100 means it is fully loaded.
getLocalFile(String) - Static method in class chrriis.common.Utils
 
getLocalFileURL(File) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
getLocalHostAddress() - Static method in class chrriis.common.Utils
Get a local host address on which client and server sockets can connect to communicate.
getLocalHostAddress(int) - Static method in class chrriis.common.Utils
Get a local host address on which client and server sockets can connect to communicate.
getLocation() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowOpeningEvent
 
getMediaState() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Get the state.
getMediaState() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Get the state of the media.
getMenuBar() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the menu bar, which allows to modify the items.
getMimeType() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getMinimumSize() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
getName() - Method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Get the name of the launcher.
getNativeComponent() - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Get the native component, which is only valid when in the local context.
getNativeComponent() - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
Get the native component.
getNativeComponentRegistry() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Get the registry of the components, which references created components using the component ID.
getNativeInterfaceListeners() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Get all the native interface listeners.
getNativePeerCreationParameters() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Get the parameters that are passed to the creation method.
getNewResourceLocation() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent
 
getNewWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowOpeningEvent
 
getNewWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowWillOpenEvent
 
getObjectHtmlConfiguration() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
getObjectProperty(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
getOleProperty(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
getOleProperty(String[], Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
getOptionKey() - Method in class chrriis.dj.nativeswing.NSOption
Get the key of this option.
getOptionValue() - Method in class chrriis.dj.nativeswing.NSOption
Get the value of this option.
getPageTitle() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the title of the web page.
getParameters() - Method in class chrriis.dj.nativeswing.swtimpl.components.FlashPluginOptions
Get the Flash plugin HTML parameters.
getParameters() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPluginOptions
Get the VLC plugin HTML parameters.
getParamName() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getPlayCount() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Get the playCount, as a value strictly greater than 0.
getPlaySpeedFactor() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Get the speed factor that is applied when a media is played.
getPlaySpeedFactor() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Get the speed factor that is applied when a media is played, as a value strictly greater than 0.
getPort() - Method in class chrriis.common.WebServer
 
getPreferredSize() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
getQueryParameterMap() - Method in class chrriis.common.WebServer.HTTPRequest
 
getRegisteredExtensions() - Method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Get the extensions of the files that can be launched.
getRelativePosition() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Get the current relative position on the timeline as a float between 0 and 1.
getResourceLocation() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the location of the resource currently displayed.
getResourcePath() - Method in class chrriis.common.WebServer.HTTPRequest
 
getResourcePathURL(String, String) - Method in class chrriis.common.WebServer
 
getSite(OleFrame) - Static method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
getSize() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowOpeningEvent
 
getStatusText() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the status text.
getStereoBalance() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Get the stereo balance.
getSubtitleTrack() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Get the track of the subtitles.
getText() - Method in class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorSaveEvent
Get the text to save.
getTrack() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Get the audio track, or 0 if disabled.
getURLContent(String) - Method in class chrriis.common.WebServer
 
getURLPath() - Method in class chrriis.common.WebServer.HTTPRequest
 
getURLPrefix() - Method in class chrriis.common.WebServer
 
getValue() - Method in interface chrriis.dj.nativeswing.swtimpl.EventDispatchUtils.Condition
 
getVariable(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Get the value of a variable, or an object property if the web browser used is Internet Explorer.
getVariables() - Method in class chrriis.dj.nativeswing.swtimpl.components.FlashPluginOptions
Get the Flash plugin variables.
getVariantValue(Variant) - Static method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
getVersion() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getVLCAudio() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Get the VLC object responsible for audio-related actions.
getVLCInput() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Get the VLC object responsible for input-related actions.
getVLCPlaylist() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Get the VLC object responsible for playlist-related actions.
getVLCVideo() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Get the VLC object responsible for video-related actions.
getVolume() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Get the volume, as a value between 0 and 100.
getVolume() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Get the volume, as a value between 0 and 100.
getWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Get the web browser that contains this component.
getWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Get the web browser that contains this component.
getWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.JSyntaxHighlighter
Get the web browser that contains this component.
getWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Get the web browser that contains this component.
getWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Get the web browser that this window presents.
getWebBrowser(JWebBrowser) - Static method in class chrriis.dj.nativeswing.swtimpl.components.MozillaXPCOM
Get the Mozilla JavaXPCOM nsIWebBrowser if it is available.
Availability requires the web browser to be using the XULRunner runtime (version 1.8.1.2 or greater) and the JavaXPCOM classes (version 1.8.1.2 or greater) to be in the classpath.
getWebBrowser() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserEvent
Get the web browser.
getWebBrowserListeners() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the web browser listeners.
getWebBrowserWindow() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Get the web browser window if the web browser is contained in one.
getWebServerContent(WebServer.HTTPRequest) - Static method in class chrriis.common.WebServer
 
getWebServerContent(WebServer.HTTPRequest) - Static method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
 
getWebServerContent(WebServer.HTTPRequest) - Static method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
getWidth() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Get the width of the video.
getWindowsClassID() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getWindowsInstallationURL() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getWindowsParamName() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
getWMPControls() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Get the Media Player object responsible for controls-related actions.
getWMPMedia() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Get the Media Player object responsible for media-related actions.
getWMPSettings() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Get the Media Player object responsible for settings-related actions.
goNext() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Move to the next item of the playlist.
goPrevious() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Move to the previous item of the playlist.

H

hasContent() - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
hasFocus() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
hashCode() - Method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
 
HTMLEditorEvent - Class in chrriis.dj.nativeswing.swtimpl.components
 
HTMLEditorEvent(JHTMLEditor) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorEvent
Construct an HTML editor event.
HTMLEditorListener - Interface in chrriis.dj.nativeswing.swtimpl.components
 
HTMLEditorSaveEvent - Class in chrriis.dj.nativeswing.swtimpl.components
 
HTMLEditorSaveEvent(JHTMLEditor, String) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorSaveEvent
Construct an HTML editor save event.

I

initialize() - Static method in class chrriis.dj.nativeswing.NativeSwing
Initialize the Native Swing framework.
initialize() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Initialize the native interface, but do not open it.
initialize(NativeComponent) - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
Initialize this class with its native component.
initializeNativePeer() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Force the component to initialize.
initializeNativePeer() - Method in interface chrriis.dj.nativeswing.swtimpl.NSComponent
Force the native peer to initialize.
initializeNativePeer() - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
 
invokeFlashFunction(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Invoke a function on the Flash object, with optional arguments (Strings, numbers, booleans).
invokeFlashFunctionWithResult(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Invoke a function on the Flash object and waits for a result, with optional arguments (Strings, numbers, booleans).
invokeObjectFunction(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
Invoke a function on the object, with optional arguments (Strings, numbers, booleans, or array).
invokeObjectFunctionWithResult(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
Invoke a function on the object and waits for a result, with optional arguments (Strings, numbers, booleans, or array).
invokeOleFunction(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
invokeOleFunction(String[], Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
invokeOleFunctionWithResult(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
invokeOleFunctionWithResult(String[], Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
IS_JAVA_6_OR_GREATER - Static variable in class chrriis.common.Utils
 
IS_MAC - Static variable in class chrriis.common.Utils
 
isAutoStart() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Indicate whether loading some media should start playing automatically.
isBackNavigationEnabled() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Indicate if the web browser Back functionality is enabled.
isButtonBarVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Indicate whether the button bar is visible.
isButtonBarVisisble() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Indicate whether the button bar is visible.
isConsumed() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent
 
isConsumed() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowWillOpenEvent
 
isControlAreaVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
 
isControlBarVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Indicate whether the control bar is visible.
isControlBarVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Indicate whether the control bar is visible.
isControlBarVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Indicate whether the control bar is visible.
isForwardNavigationEnabled() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Indicate if the web browser Forward functionality is enabled.
isFullScreen() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Indicate whether the video is in full screen mode.
isFullScreen() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Indicate whether the video is in full screen mode.
isGutterVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
 
isJavascriptEnabled() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Indicate if Javascript will be allowed to run in pages subsequently viewed.
isLocationBarVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Indicate whether the location bar is visible.
isLocationBarVisisble() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Indicate whether the location bar is visible.
isMenuBarVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Indicate whether the menu bar is visible.
isMenuBarVisisble() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Indicate whether the menu bar is visible.
isMute() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Indicate whether audio is mute.
isMute() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Indicate whether audio is mute.
isNativePeerDisposed() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Indicate whether the native peer is disposed.
isNativePeerDisposed() - Method in interface chrriis.dj.nativeswing.swtimpl.NSComponent
Indicate whether the native peer is disposed.
isNativePeerDisposed() - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
 
isNativePeerInitialized() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Indicate whether the native peer initialization phase has happened.
isNativePeerInitialized() - Method in interface chrriis.dj.nativeswing.swtimpl.NSComponent
Indicate whether the native peer initialization phase has happened.
isNativePeerInitialized() - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
 
isNativePeerValid() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Indicate if the native peer is valid, which means initialized, not disposed, and alive (communication channel is alive).
isNativePeerValid() - Method in interface chrriis.dj.nativeswing.swtimpl.NSComponent
Indicate if the native peer is valid, which means initialized, not disposed, and with a communication channel alive.
isNativePeerValid() - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
 
isNativeSideRespawnedOnError() - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceConfiguration
Indicate if the native side respawns on error.
isPauseEnabled() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Indicate if the pause functionality is enabled.
isPlayEnabled() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Indicate if the play functionality is enabled.
isPlaying() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Indicate whether the playlist is currently playing an item.
isPostMethod() - Method in class chrriis.common.WebServer.HTTPRequest
 
isRunning() - Method in class chrriis.common.WebServer
 
isStatusBarVisible() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Indicate whether the status bar is visible.
isStatusBarVisisble() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Indicate whether the status bar is visible.
isStopEnabled() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Indicate if the stop functionality is enabled.
isStretchToFit() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Indicate whether the video is stretched to fit.
isTopFrame() - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent
 
isUIThread(boolean) - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Indicate if the current thread is the user interface thread.
isValid() - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
 
isValid() - Method in class chrriis.dj.nativeswing.swtimpl.Message
Indicate whether the message is valid.
isVideoDisplayed() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Indicate if a video is currently displayed.

J

JFlashPlayer - Class in chrriis.dj.nativeswing.swtimpl.components
A native Flash player.
JFlashPlayer(NSOption...) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Construct a flash player.
JHTMLEditor - Class in chrriis.dj.nativeswing.swtimpl.components
An HTML editor.
JHTMLEditor(NSOption...) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Construct an HTML editor.
JHTMLEditor.HTMLEditorImplementation - Enum in chrriis.dj.nativeswing.swtimpl.components
 
JSyntaxHighlighter - Class in chrriis.dj.nativeswing.swtimpl.components
A component to display some content with syntax highlighting.
JSyntaxHighlighter(NSOption...) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.JSyntaxHighlighter
Construct an HTML editor.
JSyntaxHighlighter.ContentLanguage - Enum in chrriis.dj.nativeswing.swtimpl.components
 
JVLCPlayer - Class in chrriis.dj.nativeswing.swtimpl.components
A native multimedia player.
JVLCPlayer(NSOption...) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Construct a VLC player.
JWebBrowser - Class in chrriis.dj.nativeswing.swtimpl.components
A native web browser, using Internet Explorer or Mozilla on Windows, and Mozilla on other platforms.
Methods execute when this component is initialized.
JWebBrowser(NSOption...) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Construct a new web browser.
JWebBrowserWindow - Class in chrriis.dj.nativeswing.swtimpl.components
A web browser window.
JWebBrowserWindow(NSOption...) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Create a web browser window.
JWebBrowserWindow(JWebBrowser) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Create a web browser window with a given web browser.
JWMediaPlayer - Class in chrriis.dj.nativeswing.swtimpl.components.win32
A multimedia player, based on the Window Media Player (only avaialable on the Windows operating system).
Methods execute when this component is initialized.
JWMediaPlayer(NSOption...) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Construct a Windows Media Player.
JWMediaPlayer.WMPMediaState - Enum in chrriis.dj.nativeswing.swtimpl.components.win32
The state of a media.

L

launch(String) - Method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Launch a file using this launcher.
LINE_SEPARATOR - Static variable in class chrriis.common.Utils
 
listenerList - Variable in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
load(Class<?>, String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Load a file from the classpath.
load(Class<?>, String, FlashPluginOptions) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Load a file from the classpath.
load(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Load a file.
load(String, FlashPluginOptions) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Load a file.
load() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Load the player, with no content.
load(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Load a file.
load(VLCPluginOptions) - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Load the player, with no content.
load(Class<?>, String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Load a file from the classpath.
load(Class<?>, String, VLCPluginOptions) - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Load a file from the classpath.
load(String, VLCPluginOptions) - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Load a file.
load(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Load a file.
load(Class<?>, String) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Load a file from the classpath.
load() - Static method in class chrriis.dj.nativeswing.swtimpl.utilities.FileTypeLauncher
Explicitely load the data if it is not yet loaded, instead of letting the system perform the appropriate loading when needed.
load(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
loadingProgressChanged(WebBrowserEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
loadingProgressChanged(WebBrowserEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
 
LocalMessage - Class in chrriis.dj.nativeswing.swtimpl
A local message is a special message that is not sent through the messaging interface.
LocalMessage() - Constructor for class chrriis.dj.nativeswing.swtimpl.LocalMessage
Construct a local message.
locationChangeCanceled(WebBrowserNavigationEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
locationChangeCanceled(WebBrowserNavigationEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
Invoked when the location was changing but one of the listener returned false to block the change.
locationChanged(WebBrowserNavigationEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
locationChanged(WebBrowserNavigationEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
 
locationChanging(WebBrowserNavigationEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
locationChanging(WebBrowserNavigationEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
The event can be consumed.

M

main(String[]) - Static method in class chrriis.common.NetworkURLClassLoader
 
main(String[]) - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
The main method that is called by the native side (peer VM).
Message - Class in chrriis.dj.nativeswing.swtimpl
The superclass of all the messages that are exchanged at the native interface.
Message() - Constructor for class chrriis.dj.nativeswing.swtimpl.Message
Create an empty message.
MIME_APPLICATION_OCTET_STREAM - Static variable in class chrriis.common.WebServer.WebServerContent
 
MozillaXPCOM - Class in chrriis.dj.nativeswing.swtimpl.components
This class is meant to allow accessing the JavaXPCOM nsIWebBrowser interface, and other Mozilla XPCOM interfaces.
MozillaXPCOM.Mozilla - Class in chrriis.dj.nativeswing.swtimpl.components
 
MozillaXPCOM.Mozilla() - Constructor for class chrriis.dj.nativeswing.swtimpl.components.MozillaXPCOM.Mozilla
 

N

NativeComponent - Class in chrriis.dj.nativeswing.swtimpl
A native component that gets connected to a native peer.
NativeComponent() - Constructor for class chrriis.dj.nativeswing.swtimpl.NativeComponent
Construct a native component.
NativeComponentProxyFinalizationPanel - Class in chrriis.dj.nativeswing
 
NativeComponentWrapper - Class in chrriis.dj.nativeswing
A wrapper for a native component, so that it becomes part of the Native Swing framework.
NativeComponentWrapper(Component) - Constructor for class chrriis.dj.nativeswing.NativeComponentWrapper
Construct a NativeComponentWrapper.
NativeInterface - Class in chrriis.dj.nativeswing.swtimpl
The native interface, which establishes the link between the peer VM (native side) and the local side.
NativeInterfaceAdapter - Class in chrriis.dj.nativeswing.swtimpl
An abstract adapter class for receiving native interface events.
NativeInterfaceAdapter() - Constructor for class chrriis.dj.nativeswing.swtimpl.NativeInterfaceAdapter
 
nativeInterfaceClosed() - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceAdapter
 
nativeInterfaceClosed() - Method in interface chrriis.dj.nativeswing.swtimpl.NativeInterfaceListener
Invoked when the native interface is closed, which can happen because of a user action or if the interface gets closed because of an error.
NativeInterfaceConfiguration - Class in chrriis.dj.nativeswing.swtimpl
Configuration of the native interface.
nativeInterfaceInitialized() - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceAdapter
 
nativeInterfaceInitialized() - Method in interface chrriis.dj.nativeswing.swtimpl.NativeInterfaceListener
Invoked when the native interface is initialized, which can happen only once.
NativeInterfaceListener - Interface in chrriis.dj.nativeswing.swtimpl
A listener to notify of the various events of the native interface.
nativeInterfaceOpened() - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceAdapter
 
nativeInterfaceOpened() - Method in interface chrriis.dj.nativeswing.swtimpl.NativeInterfaceListener
Invoked when the native interface is opened, which can happen because of a user action or when the framework automatically re-opens the interface after an error closed it.
NativeSwing - Class in chrriis.dj.nativeswing
The Native Swing class responsible for the initialization of the framework.
navigate(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Navigate to a resource, with its location specified as a URL or path.
navigateBack() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Invoke the web browser Back functionality.
navigateForward() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Invoke the web browser Forward functionality.
NetworkURLClassLoader - Class in chrriis.common
A class loader that loads classes from a given codebase.
NetworkURLClassLoader(String) - Constructor for class chrriis.common.NetworkURLClassLoader
Construct a network URL classloader, that will load resources from the given codebase.
NSComponent - Interface in chrriis.dj.nativeswing.swtimpl
The interface that all Swing wrappers of native components should expose.
NSComponentOptions - Class in chrriis.dj.nativeswing
A collection of options that can be used for components.
NSComponentOptions() - Constructor for class chrriis.dj.nativeswing.NSComponentOptions
 
NSOption - Class in chrriis.dj.nativeswing
An option, which contains a key to identify a group of related options and the value of that option.
NSOption(Object) - Constructor for class chrriis.dj.nativeswing.NSOption
Create an option.
NSPanelComponent - Class in chrriis.dj.nativeswing.swtimpl
A convenience Swing component superclass, for Swing wrappers of native components.
NSPanelComponent() - Constructor for class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
Construct an NativeSwing panel-based component, which by default has a border layout with no margins.

O

ObjectRegistry - Class in chrriis.common
A convenient class to register objects to an ID.
ObjectRegistry() - Constructor for class chrriis.common.ObjectRegistry
Construct an object registry.
OleNativeComponent - Class in chrriis.dj.nativeswing.swtimpl
A convenience class for Windows Ole-based native components.
OleNativeComponent() - Constructor for class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
Construct an OLE native component.
open() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Open the native interface, which creates the peer VM that handles the native side of the native integration.
Initialization takes place if the interface was not already initialized.

P

paint(Graphics) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Paint the component, which also paints the back buffer if any.
paintBackBuffer(Graphics) - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
Paint the back buffer, if one was created, to a graphic context.
paintComponent(BufferedImage) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Paint the native component including its native peer in an image.
paintComponent(BufferedImage, Rectangle[]) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Paint the native component including its native peer in an image, in the areas that are specified.
paintNativeComponent(BufferedImage, Rectangle[]) - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
Paint the native component including its native peer in an image, in the areas that are specified.
pause() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Pause the execution of timeline-based flash applications.
pause() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Pause the currently playing media.
play() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Play a timeline-based flash applications.
play() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Start playing the playlist.
play() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Start playing the loaded media.
playItem(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Start playing an item from the playlist using its ID.
print(Graphics) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Print the component, which also prints the native peer.
processKeyEvent(KeyEvent) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
proxyComponentHierarchy() - Static method in class chrriis.dj.nativeswing.NSComponentOptions
Create an option to proxy the component hierarchy, which allows to change the component Z-order.
proxyComponentHierarchy() - Static method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
Create an option to proxy the component hierarchy, which allows to change the component Z-order.

R

reloadPage() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Invoke the web browser Reload functionality.
remove(int) - Method in class chrriis.common.ObjectRegistry
Remove an object from the registry using its instance ID.
removeFlashPlayerListener(FlashPlayerListener) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Remove a flash player listener.
removeHTMLEditorListener(HTMLEditorListener) - Method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Remove an HTML editor listener.
removeItem(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Remove an item using its index.
removeMouseMotionListener(MouseMotionListener) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
removeNativeInterfaceListener(NativeInterfaceListener) - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Remove a native interface listener.
removeNotify() - Method in class chrriis.dj.nativeswing.NativeComponentProxyFinalizationPanel
 
removeNotify() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
 
removeNotify() - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
 
removeNotify() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
removeReferenceClassLoader(ClassLoader) - Method in class chrriis.common.WebServer
 
removeWebBrowserListener(WebBrowserListener) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Remove a web browser listener.
reshape(int, int, int, int) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
run(Object[]) - Method in class chrriis.dj.nativeswing.swtimpl.CommandMessage
Run the message.
run(Object[]) - Method in class chrriis.dj.nativeswing.swtimpl.LocalMessage
Run the message.
runAsync(CommandMessage, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Run the given command if the control is created, or store it to run it when the creation occurs.
runEventPump() - Static method in class chrriis.dj.nativeswing.swtimpl.NativeInterface
Run the native event pump.
runInSequence(Runnable) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Run a command in sequence with other calls from this class.
runInSequence(Runnable) - Method in interface chrriis.dj.nativeswing.swtimpl.NSComponent
Run a command in sequence with other method calls from this class.
runInSequence(Runnable) - Method in class chrriis.dj.nativeswing.swtimpl.NSPanelComponent
 
runSync(CommandMessage, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Run the given command if the control is created, or store it to run it when the creation occurs.

S

saveHTML(HTMLEditorSaveEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.HTMLEditorListener
Invoked when the save action was triggered on an HTML editor.
setAbsolutePosition(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Set the current position on the timeline.
setAbsolutePosition(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Set the current position on the timeline.
setAspectRatio(VLCVideo.VLCAspectRatio) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Set the aspect ration of the video.
setAutoStart(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Set whether loaded media should automatically start.
setBarsVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Show or hide all the bars at once.
setBarsVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Show or hide all the bars at once.
setButtonBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set whether the button bar is visible.
setButtonBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Set whether the button bar is visible.
setChannel(VLCAudio.VLCChannel) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Set the audio channel to use.
setContent(String, JSyntaxHighlighter.ContentLanguage) - Method in class chrriis.dj.nativeswing.swtimpl.components.JSyntaxHighlighter
Set the content.
setContent(String, JSyntaxHighlighter.ContentLanguage, SyntaxHighlighterOptions) - Method in class chrriis.dj.nativeswing.swtimpl.components.JSyntaxHighlighter
Set the content.
setControl(Control) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Set the control that is used to identify the control on the local side.
setControlAreaVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
 
setControlBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Set whether the control bar is visible.
setControlBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer
Set whether the control bar is visible.
setControlBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Set whether the control bar is visible.
setCookie(String, String) - Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set a cookie for all web browser instances.
setCustomJavascriptConfiguration(String) - Static method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Create an option to set custom configuration for the FCKeditor or the TinyMCE editor.
The list of possible options to set for FCKeditor can be found here: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options.
The list of possible options to set for TinyMCE can be found here: http://wiki.moxiecode.com/index.php/TinyMCE:Configuration.
setCustomJavascriptDefinitions(String) - Static method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Create an option to set some custom Javascript definitions (functions) that are added to the HTML page that contains the plugin.
setDefaultPopupMenuRegistered(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set whether this component is able to detect a popup menu gesture to show its default popup menu.
setEditorImplementation(JHTMLEditor.HTMLEditorImplementation) - Static method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
 
setEnabled(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Set whether this component and its native peer are enabled.
setFirstLineNumber(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
 
setFullScreen(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Set whether the video is playing in full screen mode.
setFullScreen(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Set whether the video is playing in full screen mode.
setGutterVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
 
setHTMLContent(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor
Set the HTML content.
setHTMLContent(String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set the HTML content.
setHTMLLoadingMessage(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setHTMLParameters(Map<String, String>) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setInstallationURL(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setJavascriptEnabled(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set whether javascript will be allowed to run in pages subsequently.
setLocationBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set whether the location bar is visible.
setLocationBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Set whether the location bar is visible.
setMenuBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set whether the menu bar is visible.
setMenuBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Set whether the menu bar is visible.
setMimeType(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setMute(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Set whether audio is mute.
setMute(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Set whether audio is mute.
setNativeComponent(NativeComponent) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Set the native component that is used to identify the control on the native side.
setNativeComponentEnabled(boolean) - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
This method is invoked to enable or disable the native component at its native level, to prevent focus and input problems.
setNativeSideRespawnedOnError(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceConfiguration
Set whether the native side respawns on error.
setNewWebBrowser(JWebBrowser) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowWillOpenEvent
Set a different web browser.
setObjectProperty(String, Object) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
Set the value of a property of the object (a String, number, boolean, or array).
setOleProperty(String, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
setOleProperty(String[], Object...) - Method in class chrriis.dj.nativeswing.swtimpl.OleNativeComponent
 
setParameters(Map<String, String>) - Method in class chrriis.dj.nativeswing.swtimpl.components.FlashPluginOptions
Set the Flash HTML parameters that will be used when the plugin is created.
setParameters(Map<String, String>) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPluginOptions
Set the VLC HTML parameters that will be used when the plugin is created.
setParamName(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setPeerVMParams(String...) - Method in class chrriis.dj.nativeswing.swtimpl.NativeInterfaceConfiguration
Set the parameters to add when creating the virtual machine for the native side.
setPlayCount(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Set the play count.
setPlaySpeedFactor(float) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Set the speed factor that is applied when a media is played.
setPlaySpeedFactor(float) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Set the speed factor that is applied when a media is played.
setPreferredLookAndFeel() - Static method in class chrriis.common.UIUtils
 
setRelativePosition(float) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCInput
Set the current relative position on the timeline.
setStatusBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Set whether the status bar is visible.
setStatusBarVisible(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowserWindow
Set whether the status bar is visible.
setStereoBalance(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
 
setStretchToFit(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer
Set whether the video is stretched to fit.
setSubtitleTrack(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Set the track of the subtitles.
setTrack(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Set the audio track, or 0 to disable it.
setVariable(String, String) - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Set the value of a variable.
setVariables(Map<String, String>) - Method in class chrriis.dj.nativeswing.swtimpl.components.FlashPluginOptions
Set the Flash variables that will be set when the plugin is created.
setVersion(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setVolume(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Set the volume.
setVolume(int) - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPSettings
Set the volume.
setWindowsClassID(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setWindowsInstallationURL(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
setWindowsParamName(String) - Method in class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
simplifyPath(String) - Static method in class chrriis.common.Utils
Simplify a path, where separators are '/', by resolving "." and "..".
sleepWithEventDispatch(int) - Static method in class chrriis.dj.nativeswing.swtimpl.EventDispatchUtils
Sleep but dispatch the events currently in the queue if called from the event dispatch thread, until the timeout is reached.
sleepWithEventDispatch(EventDispatchUtils.Condition, int) - Static method in class chrriis.dj.nativeswing.swtimpl.EventDispatchUtils
Sleep but dispatch the events currently in the queue if called from the event dispatch thread, until the condition becomes true or the timeout is reached.
start() - Method in class chrriis.common.WebServer
 
start(boolean) - Method in class chrriis.common.WebServer
 
statusChanged(WebBrowserEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
statusChanged(WebBrowserEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
 
stop() - Method in class chrriis.common.WebServer
 
stop() - Method in class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer
Stop the execution of timeline-based flash applications.
stop() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Stop playing.
stop() - Method in class chrriis.dj.nativeswing.swtimpl.components.win32.WMPControls
Stop the currently playing media.
stopDefaultWebServer() - Static method in class chrriis.common.WebServer
 
stopLoading() - Method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Invoke the web browser Stop functionality, to stop all current loading operations.
subtract(Rectangle[], Rectangle) - Static method in class chrriis.common.UIUtils
Subtracts the area specified by the rectangle rect from each of the areas specified by the rectangles in rects.
subtract(Rectangle[], Rectangle[]) - Static method in class chrriis.common.UIUtils
Subtracts the area specified by the rectangles in rects2 from each of the areas specified by the rectangles in rects1.
SWTUtils - Class in chrriis.dj.nativeswing.swtimpl
 
syncExec(boolean, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.CommandMessage
Execute that message synchronously with the given arguments and return the result.
syncExec(NativeComponent, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Execute that message synchronously with the given arguments and return the result.
syncExec(Control, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
Execute that message synchronously with the given arguments and return the result.
syncExec(boolean, Object...) - Method in class chrriis.dj.nativeswing.swtimpl.ControlCommandMessage
 
syncSend(boolean) - Method in class chrriis.dj.nativeswing.swtimpl.Message
Send that message synchronously, potentially returning a result if the message type allows that.
SyntaxHighlighterOptions - Class in chrriis.dj.nativeswing.swtimpl.components
 
SyntaxHighlighterOptions() - Constructor for class chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
 

T

titleChanged(WebBrowserEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
titleChanged(WebBrowserEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
 
toggleFullScreen() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCVideo
Toggle full screen mode.
toggleMute() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCAudio
Toggle the mute state.
togglePause() - Method in class chrriis.dj.nativeswing.swtimpl.components.VLCPlaylist
Toggle the pause state.
toString() - Method in class chrriis.dj.nativeswing.NSOption
 
toString() - Method in class chrriis.dj.nativeswing.swtimpl.CommandMessage
 
toString() - Method in class chrriis.dj.nativeswing.swtimpl.Message
 
toString() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
 
transferFocus(boolean) - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
This method should be invoked by the native component when it wants to transfer the focus.
translateSWTKeyCode(int) - Static method in class chrriis.dj.nativeswing.swtimpl.SWTUtils
 
translateSWTModifiers(int) - Static method in class chrriis.dj.nativeswing.swtimpl.SWTUtils
 
translateSWTMouseButton(int) - Static method in class chrriis.dj.nativeswing.swtimpl.SWTUtils
 

U

UIUtils - Class in chrriis.common
 
updateBackBuffer(Rectangle[]) - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
Update (eventually creating an empty one if it does not exist) the back buffer on the area specified by the rectangles.
updateBackBuffer(Rectangle[]) - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Update (eventually creating an empty one if it does not exist) the back buffer on the area specified by the rectangles.
updateBackBufferOnVisibleTranslucentAreas() - Method in class chrriis.dj.nativeswing.NativeComponentWrapper
Update the back buffer on the areas that have non opaque overlays and that are not covered by opaque components.
updateBackBufferOnVisibleTranslucentAreas() - Method in class chrriis.dj.nativeswing.swtimpl.NativeComponent
Update the back buffer on the areas that have non opaque overlays and that are not covered by opaque components.
useXULRunnerRuntime() - Static method in class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser
Create an option to make the web browser use the Mozilla XULRunner runtime.
Utils - Class in chrriis.common
 

V

valueOf(String) - Static method in enum chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor.HTMLEditorImplementation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum chrriis.dj.nativeswing.swtimpl.components.JSyntaxHighlighter.ContentLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum chrriis.dj.nativeswing.swtimpl.components.VLCAudio.VLCChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum chrriis.dj.nativeswing.swtimpl.components.VLCInput.VLCMediaState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum chrriis.dj.nativeswing.swtimpl.components.VLCVideo.VLCAspectRatio
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer.WMPMediaState
Returns the enum constant of this type with the specified name.
values() - Static method in enum chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor.HTMLEditorImplementation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum chrriis.dj.nativeswing.swtimpl.components.JSyntaxHighlighter.ContentLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum chrriis.dj.nativeswing.swtimpl.components.VLCAudio.VLCChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum chrriis.dj.nativeswing.swtimpl.components.VLCInput.VLCMediaState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum chrriis.dj.nativeswing.swtimpl.components.VLCVideo.VLCAspectRatio
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer.WMPMediaState
Returns an array containing the constants of this enum type, in the order they are declared.
VLCAudio - Class in chrriis.dj.nativeswing.swtimpl.components
A VLC object responsible for audio-related actions.
VLCAudio.VLCChannel - Enum in chrriis.dj.nativeswing.swtimpl.components
An audio channel.
VLCInput - Class in chrriis.dj.nativeswing.swtimpl.components
A VLC object responsible for input-related actions.
VLCInput.VLCMediaState - Enum in chrriis.dj.nativeswing.swtimpl.components
The state of a media.
VLCPlaylist - Class in chrriis.dj.nativeswing.swtimpl.components
A VLC object responsible for playlist-related actions.
VLCPluginOptions - Class in chrriis.dj.nativeswing.swtimpl.components
The options for the VLC player to better configure the initialization of the VLC plugin.
VLCPluginOptions() - Constructor for class chrriis.dj.nativeswing.swtimpl.components.VLCPluginOptions
Construct new VLC options.
VLCVideo - Class in chrriis.dj.nativeswing.swtimpl.components
A VLC object responsible for video-related actions.
VLCVideo.VLCAspectRatio - Enum in chrriis.dj.nativeswing.swtimpl.components
An aspect ratio.

W

WebBrowserAdapter - Class in chrriis.dj.nativeswing.swtimpl.components
An abstract adapter class for receiving web browser events.
WebBrowserAdapter() - Constructor for class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
WebBrowserEvent - Class in chrriis.dj.nativeswing.swtimpl.components
 
WebBrowserEvent(JWebBrowser) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.WebBrowserEvent
Construct a web browser event.
WebBrowserListener - Interface in chrriis.dj.nativeswing.swtimpl.components
 
WebBrowserNavigationEvent - Class in chrriis.dj.nativeswing.swtimpl.components
 
WebBrowserNavigationEvent(JWebBrowser, String, boolean) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent
 
WebBrowserObject - Class in chrriis.dj.nativeswing.swtimpl
A helper class to simplify the development of native components that leverage a web browser plugin (like the JFlashPlayer).
WebBrowserObject(JWebBrowser) - Constructor for class chrriis.dj.nativeswing.swtimpl.WebBrowserObject
 
WebBrowserObject.ObjectHTMLConfiguration - Class in chrriis.dj.nativeswing.swtimpl
 
WebBrowserObject.ObjectHTMLConfiguration() - Constructor for class chrriis.dj.nativeswing.swtimpl.WebBrowserObject.ObjectHTMLConfiguration
 
WebBrowserWindowOpeningEvent - Class in chrriis.dj.nativeswing.swtimpl.components
This event is sent after the window was created, meaning after a WindowWillOpen event.
WebBrowserWindowOpeningEvent(JWebBrowser, JWebBrowser, Point, Dimension) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowOpeningEvent
 
WebBrowserWindowWillOpenEvent - Class in chrriis.dj.nativeswing.swtimpl.components
This event is sent when a new window needs to be created.
WebBrowserWindowWillOpenEvent(JWebBrowser, JWebBrowser) - Constructor for class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowWillOpenEvent
 
WebServer - Class in chrriis.common
 
WebServer() - Constructor for class chrriis.common.WebServer
 
WebServer(int) - Constructor for class chrriis.common.WebServer
 
WebServer.HTTPData - Class in chrriis.common
 
WebServer.HTTPRequest - Class in chrriis.common
 
WebServer.WebServerContent - Class in chrriis.common
 
WebServer.WebServerContent() - Constructor for class chrriis.common.WebServer.WebServerContent
 
windowClosing(WebBrowserEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
windowClosing(WebBrowserEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
The system is closing the browser component, so all ancestors or related components can be closed upon receiving this notification.
windowOpening(WebBrowserWindowOpeningEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
windowOpening(WebBrowserWindowOpeningEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
This event is sent to the browser that originated the event.
windowWillOpen(WebBrowserWindowWillOpenEvent) - Method in class chrriis.dj.nativeswing.swtimpl.components.WebBrowserAdapter
 
windowWillOpen(WebBrowserWindowWillOpenEvent) - Method in interface chrriis.dj.nativeswing.swtimpl.components.WebBrowserListener
This event is sent to the browser that originated the event, and can be consumed.
WMPControls - Class in chrriis.dj.nativeswing.swtimpl.components.win32
A Media Player object responsible for controls-related actions.
WMPMedia - Class in chrriis.dj.nativeswing.swtimpl.components.win32
A Media Player object responsible for media-related actions.
WMPSettings - Class in chrriis.dj.nativeswing.swtimpl.components.win32
A Media Player object responsible for settings-related actions.

A C D E F G H I J L M N O P R S T U V W