Package chrriis.dj.nativeswing.swtimpl.components

A component suite using the native integration framework.

See:
          Description

Interface Summary
FlashPlayerListener  
HTMLEditorListener  
WebBrowserListener  
 

Class Summary
FlashPluginOptions The options for the Flash player to better configure the initialization of the Flash plugin.
HTMLEditorEvent  
HTMLEditorSaveEvent  
JFlashPlayer A native Flash player.
JHTMLEditor An HTML editor.
JSyntaxHighlighter A component to display some content with syntax highlighting.
JVLCPlayer A native multimedia player.
JWebBrowser A native web browser, using Internet Explorer or Mozilla on Windows, and Mozilla on other platforms.
Methods execute when this component is initialized.
JWebBrowserWindow A web browser window.
MozillaXPCOM This class is meant to allow accessing the JavaXPCOM nsIWebBrowser interface, and other Mozilla XPCOM interfaces.
MozillaXPCOM.Mozilla  
SyntaxHighlighterOptions  
VLCAudio A VLC object responsible for audio-related actions.
VLCInput A VLC object responsible for input-related actions.
VLCPlaylist A VLC object responsible for playlist-related actions.
VLCPluginOptions The options for the VLC player to better configure the initialization of the VLC plugin.
VLCVideo A VLC object responsible for video-related actions.
WebBrowserAdapter An abstract adapter class for receiving web browser events.
WebBrowserEvent  
WebBrowserNavigationEvent  
WebBrowserWindowOpeningEvent This event is sent after the window was created, meaning after a WindowWillOpen event.
WebBrowserWindowWillOpenEvent This event is sent when a new window needs to be created.
 

Enum Summary
JHTMLEditor.HTMLEditorImplementation  
JSyntaxHighlighter.ContentLanguage  
VLCAudio.VLCChannel An audio channel.
VLCInput.VLCMediaState The state of a media.
VLCVideo.VLCAspectRatio An aspect ratio.
 

Package chrriis.dj.nativeswing.swtimpl.components Description

A component suite using the native integration framework.

Author:
Christopher Deckers