org.esa.beam.visat.toolviews.stat
Class GeoCodingToolView

java.lang.Object
  extended by org.esa.beam.framework.ui.application.support.AbstractControlFactory
      extended by org.esa.beam.framework.ui.application.support.AbstractToolView
          extended by org.esa.beam.visat.toolviews.stat.GeoCodingToolView
All Implemented Interfaces:
com.bc.ceres.binding.PropertyChangeEmitter, ControlFactory, PageComponent, ToolView

public class GeoCodingToolView
extends AbstractToolView

The tool view containing geo-coding information

Author:
Marco Zuehlke

Field Summary
static String ID
           
 
Constructor Summary
GeoCodingToolView()
           
 
Method Summary
 void componentHidden()
          The default implementation does nothing.
 void componentShown()
          The default implementation does nothing.
 JComponent createControl()
           
protected  org.esa.beam.visat.toolviews.stat.PagePanel createPagePanel()
           
 
Methods inherited from class org.esa.beam.framework.ui.application.support.AbstractToolView
addPropertyChangeListener, addPropertyChangeListener, componentClosed, componentFocusGained, componentFocusLost, componentOpened, dispose, getContext, getDescriptor, getIcon, getId, getPaneControl, getPaneWindow, getSelectionContext, getTitle, isVisible, registerLocalCommandExecutors, removePropertyChangeListener, removePropertyChangeListener, setContext, setDescriptor, setTitle
 
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
 

Field Detail

ID

public static final String ID
Constructor Detail

GeoCodingToolView

public GeoCodingToolView()
Method Detail

createPagePanel

protected org.esa.beam.visat.toolviews.stat.PagePanel createPagePanel()

createControl

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

componentShown

public void componentShown()
Description copied from class: AbstractToolView
The default implementation does nothing.

Clients shall not call this method directly.

Specified by:
componentShown in interface PageComponent
Overrides:
componentShown in class AbstractToolView

componentHidden

public void componentHidden()
Description copied from class: AbstractToolView
The default implementation does nothing.

Clients shall not call this method directly.

Specified by:
componentHidden in interface PageComponent
Overrides:
componentHidden in class AbstractToolView


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