org.esa.beam.framework.ui.application.support
Class DefaultPageComponentContext

java.lang.Object
  extended by org.esa.beam.framework.ui.application.support.DefaultPageComponentContext
All Implemented Interfaces:
PageComponentContext

public class DefaultPageComponentContext
extends Object
implements PageComponentContext


Constructor Summary
DefaultPageComponentContext(ApplicationPage page, PageComponentPane pane)
           
 
Method Summary
 ApplicationPage getPage()
          Gets the application's page.
 PageComponentPane getPane()
          Gets the associated page component pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPageComponentContext

public DefaultPageComponentContext(ApplicationPage page,
                                   PageComponentPane pane)
Method Detail

getPage

public ApplicationPage getPage()
Description copied from interface: PageComponentContext
Gets the application's page.

Specified by:
getPage in interface PageComponentContext
Returns:
The application page.

getPane

public PageComponentPane getPane()
Description copied from interface: PageComponentContext
Gets the associated page component pane.

Specified by:
getPane in interface PageComponentContext
Returns:
The page component pane.


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