org.esa.beam.framework.ui.application
Interface PageComponentPane

All Superinterfaces:
ControlFactory
All Known Implementing Classes:
AbstractPageComponentPane, DefaultDocViewPane, DefaultToolViewPane

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:
Norman Fomferra (original by Peter De Bruycker of Spring RCP project)

Method Summary
 PageComponent getPageComponent()
          Gets the contained page component.
 
Methods inherited from interface org.esa.beam.framework.ui.application.ControlFactory
getControl
 

Method Detail

getPageComponent

PageComponent getPageComponent()
Gets the contained page component.

Returns:
The page component.


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.