Package chrriis.dj.nativeswing.swtimpl

The SWT-based implementation using the Native Swing framework.

See:
          Description

Interface Summary
EventDispatchUtils.Condition  
NativeInterfaceListener A listener to notify of the various events of the native interface.
NSComponent The interface that all Swing wrappers of native components should expose.
 

Class Summary
CommandMessage A type of message that executes a command with optional arguments and returns a result.
ControlCommandMessage A message that makes the link between a native component on the local side and its native peer control.
EventDispatchUtils A utility class for event dispatching processes.
LocalMessage A local message is a special message that is not sent through the messaging interface.
Message The superclass of all the messages that are exchanged at the native interface.
NativeComponent A native component that gets connected to a native peer.
NativeInterface The native interface, which establishes the link between the peer VM (native side) and the local side.
NativeInterfaceAdapter An abstract adapter class for receiving native interface events.
NativeInterfaceConfiguration Configuration of the native interface.
NSPanelComponent A convenience Swing component superclass, for Swing wrappers of native components.
OleNativeComponent A convenience class for Windows Ole-based native components.
SWTUtils  
WebBrowserObject A helper class to simplify the development of native components that leverage a web browser plugin (like the JFlashPlayer).
WebBrowserObject.ObjectHTMLConfiguration  
 

Package chrriis.dj.nativeswing.swtimpl Description

The SWT-based implementation using the Native Swing framework.

Author:
Christopher Deckers