Package sun.porting.windowsystem

Interface Summary
EventHandler The EventHandler interface is presented to the underlying operating system (by registering with the underlying GraphicsSystem) in order to allow events to flow into the system.
Window This is the public interface for a window object.
WindowFactory Window objects are created via a factory; this allows an implementation to cleanly extend the definition of a Window if necessary.
WindowManagementFeedback The WindowManagementFeedback interface allows the toolkit to implement some means of interactive window movement for top-level windows.
 

Class Summary
WindowSystem This is the top-level entry point for a window system implementation.