org.springframework.richclient.application
Interface PageComponentPane

All Superinterfaces:
ControlFactory
All Known Implementing Classes:
DefaultPageComponentPane, SimplePageComponentPane

public interface PageComponentPane
extends ControlFactory

A PageComponentPane is a container that holds the PageComponent's control, and can add extra decorations (add a toolbar, a border, ...)

This allows for adding extra behaviour to PageComponents that have to be applied to all PageComponent.

Author:
Peter De Bruycker

Method Summary
 PageComponent getPageComponent()
          Returns the contained PageComponent.
 
Methods inherited from interface org.springframework.richclient.factory.ControlFactory
getControl
 

Method Detail

getPageComponent

PageComponent getPageComponent()
Returns the contained PageComponent.

Returns:
the PageComponent


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.