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

java.lang.Object
  extended by org.esa.beam.framework.ui.application.support.AbstractControlFactory
      extended by org.esa.beam.framework.ui.application.support.AbstractPageComponentPane
          extended by org.esa.beam.framework.ui.application.support.DefaultToolViewPane
All Implemented Interfaces:
ControlFactory, PageComponentPane

public class DefaultToolViewPane
extends AbstractPageComponentPane

Uses a DockableFrame as control.


Constructor Summary
DefaultToolViewPane(PageComponent pageComponent)
           
 
Method Summary
protected  JComponent createControl()
           
protected  void pageComponentChanged(PropertyChangeEvent evt)
          Handle the change of a property of this pane's page component.
 
Methods inherited from class org.esa.beam.framework.ui.application.support.AbstractPageComponentPane
getPageComponent, nameComponent
 
Methods inherited from class org.esa.beam.framework.ui.application.support.AbstractControlFactory
createControlIfNecessary, getControl, isControlCreated, isSingleton, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.esa.beam.framework.ui.application.ControlFactory
getControl
 

Constructor Detail

DefaultToolViewPane

public DefaultToolViewPane(PageComponent pageComponent)
Method Detail

createControl

protected JComponent createControl()
Specified by:
createControl in class AbstractControlFactory

pageComponentChanged

protected void pageComponentChanged(PropertyChangeEvent evt)
Description copied from class: AbstractPageComponentPane
Handle the change of a property of this pane's page component.

Specified by:
pageComponentChanged in class AbstractPageComponentPane
Parameters:
evt - The change event.


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