|
Class Summary |
| DefaultViewAreaFactory |
The DefaultViewAreaFactory is the default
implementation of the ViewAreaFactory. |
| DefaultViewDivider |
The DefaultViewDivider is the default implementation
of the ViewDivider class. |
| DefaultViewHeader |
The DefaultViewHeader is the default implementation
of the ViewHeader class. |
| DefaultViewPane |
The DefaultViewPane is the default implementation
of the ViewPane class. |
| ViewArea |
The ViewArea organizes components into a customizable
layout where no two components overlap and no space is unused. |
| ViewAreaAdapter |
A listener adapter for the ViewArea class. |
| ViewAreaEvent |
An Event for the ViewArea class. |
| ViewAreaLayout |
A layout manager specific to the ViewArea class. |
| ViewDivider |
The ViewDivider is used by the ViewArea
to divide the view area. |
| ViewHeader |
The ViewHeader is used by the ViewArea
as a header for ViewPane objects. |
| ViewHeaderLayout |
A layout manager specific to the ViewHeader class. |
| ViewPane |
The ViewPane is used by the ViewArea
to to construct the view area. |
| ViewPaneAdapter |
A listener adapter for the ViewPane class. |
| ViewPaneEvent |
An Event for the ViewPane class. |