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

All Known Implementing Classes:
DefaultPageComponentContext

public interface PageComponentContext

Mediator between the application and the view. The application uses this class to get the view's local action handlers. The view uses this class to get information about how the view is displayed in the application (for example, on which window).

Clients shall not implement this interface, it is provided by the framework via the PageComponent.getContext() method.

Author:
Norman Fomferra (original by Keith Donald of Spring RCP project)

Method Summary
 ApplicationPage getPage()
          Gets the application's page.
 PageComponentPane getPane()
          Gets the associated page component pane.
 

Method Detail

getPage

ApplicationPage getPage()
Gets the application's page.

Returns:
The application page.

getPane

PageComponentPane getPane()
Gets the associated page component pane.

Returns:
The page component pane.


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