org.esa.beam.framework.ui.application.support
Class DefaultPageComponentContext
java.lang.Object
org.esa.beam.framework.ui.application.support.DefaultPageComponentContext
- All Implemented Interfaces:
- PageComponentContext
public class DefaultPageComponentContext
- extends Object
- implements PageComponentContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPageComponentContext
public DefaultPageComponentContext(ApplicationPage page,
PageComponentPane pane)
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.