Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package novaworx.viewarea

Interface Summary
ViewAreaFactory The ViewAreaFactory is an interface to provide custom components to a ViewArea.
ViewAreaListener A listener for the ViewArea class.
ViewPaneListener A listener for the ViewPane class.
 

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.
 

Exception Summary
ViewAreaVetoException An exception to cause an event not to occur.
ViewPaneVetoException An exception to cause an event not to occur.