sun.porting.windowsystem |
|
Java Source File Name | Type | Comment |
EventHandler.java | Interface | 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.java | Interface | This is the public interface for a window object. |
WindowFactory.java | Interface | Window objects are created via a factory; this allows an implementation
to cleanly extend the definition of a Window if necessary. |
WindowManagementFeedback.java | Interface | The WindowManagementFeedback interface
allows the toolkit to implement some means of interactive window
movement for top-level windows. |
WindowSystem.java | Class | This is the top-level entry point for a window system implementation. |