Uses of Class
java.awt.Window.AccessibleAWTWindow
| Package | Description | 
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting
 graphics and images. | 
| javax.swing | Provides a set of "lightweight" (all-Java language) components
 that, to the maximum degree possible, work the same on all platforms. | 
- 
Uses of Window.AccessibleAWTWindow in java.awtSubclasses of Window.AccessibleAWTWindow in java.awt Modifier and Type Class Description protected classDialog.AccessibleAWTDialogThis class implements accessibility support for theDialogclass.protected classFrame.AccessibleAWTFrameThis class implements accessibility support for theFrameclass.
- 
Uses of Window.AccessibleAWTWindow in javax.swingSubclasses of Window.AccessibleAWTWindow in javax.swing Modifier and Type Class Description protected classJDialog.AccessibleJDialogThis class implements accessibility support for theJDialogclass.protected classJFrame.AccessibleJFrameThis class implements accessibility support for theJFrameclass.protected classJWindow.AccessibleJWindowThis class implements accessibility support for theJWindowclass.