| Changed Classes and Interfaces |
|
AbstractView
|
AbstractView. |
|
Application
|
An Application handles the lifecycle of Views and provides windows
to present them on screen. |
|
DefaultMDIApplication
|
A DefaultMDIApplication can handle the life cycle of multiple document
windows each being presented in a JInternalFrame of its own. |
|
DefaultOSXApplication
|
A DefaultOSXApplication can handle the life cycle of multiple document
windows each being presented in a JFrame of its own. |
|
DefaultSDIApplication
|
A DefaultSDIApplication can handle the life cycle of a single document window
being presented in a JFrame. |
|
EditableComponent
|
This interface must be implemented by components
which are editable. |