sun.awt |
|
Java Source File Name | Type | Comment |
AppContext.java | Class | The AppContext is a table referenced by ThreadGroup which stores
application service instances. |
AWTFinalizeable.java | Interface | |
AWTFinalizer.java | Class | |
AWTSecurityManager.java | Class | The AWTSecurityManager class provides the ability to secondarily
index AppContext objects through SecurityManager extensions.
As noted in AppContext.java, AppContexts are primarily indexed by
ThreadGroup. |
CharsetString.java | Class | |
ConstrainableGraphics.java | Interface | This interface can be implemented on a Graphics object to allow
the lightweight component code to permanently install a rectangular
maximum clip that cannot be extended with setClip and which works in
conjunction with the hit() and getTransform() methods of Graphics2D
to make it appear as if there really was a component with these
dimensions. |
DrawingSurface.java | Interface | Objects which control or maintain a portion of screen real
estate or other renderable surface (such as an off-screen
image buffer) can implement this interface to allow other
Java modules or native libraries to gain direct access to
their pixels. |
DrawingSurfaceInfo.java | Interface | The DrawingSurfaceInfo object provides a common interface to
access all information about how to gain access to the drawing
surface controlled by some Java object. |
EmbeddedFrame.java | Class | A generic container used for embedding Java components, usually applets. |
FontDescriptor.java | Class | |
IdentityWeakHashMap.java | Class | |
NullGraphics.java | Class | A Graphics object which ignores all draw requests. |
PeerBasedToolkit.java | Class | The base class for any toolkits whose implementation is peer based. |
PeerEvent.java | Class | |
PhysicalDrawingSurface.java | Interface | The PhysicalDrawingSurface interface provides a common interface
which can be implemented by all of the objects which provide
implementation-specific information about the physical surface
upon which a DrawingSurface resides. |
PlatformFont.java | Class | |
Robot.java | Class | This class is used to generate native system input events
for the purposes of test automation, self-running demos, and
other applications where control of the mouse and keyboard
is needed. |
RobotHelper.java | Class | |
ScreenUpdater.java | Class | |
ScrollPaneWheelScroller.java | Class | |
SunClipboard.java | Class | |
SunToolkit.java | Class | |
UpdateClient.java | Interface | This interface is used to notify clients
that they need to update the screen. |
X11DrawingSurface.java | Interface | The X11DrawingSurface interface defines the methods needed to
be able to render to an X11 window. |