org.esa.beam.visat
Class ProductsToolView

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.ProductsToolView
All Implemented Interfaces:
com.bc.ceres.binding.PropertyChangeEmitter, ControlFactory, PageComponent, ToolView

public class ProductsToolView
extends AbstractToolView

The tool window which displays the tree of open products.


Field Summary
static String ID
           
 
Constructor Summary
ProductsToolView()
           
 
Method Summary
 JComponent createControl()
           
 ProductTree getProductTree()
           
 com.bc.ceres.swing.selection.SelectionContext getSelectionContext()
          Gets the current selection context, if any.
 
Methods inherited from class org.esa.beam.framework.ui.application.support.AbstractToolView
addPropertyChangeListener, addPropertyChangeListener, componentClosed, componentFocusGained, componentFocusLost, componentHidden, componentOpened, componentShown, dispose, getContext, getDescriptor, getIcon, getId, getPaneControl, getPaneWindow, 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

ProductsToolView

public ProductsToolView()
Method Detail

getProductTree

public ProductTree getProductTree()

createControl

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

getSelectionContext

public com.bc.ceres.swing.selection.SelectionContext getSelectionContext()
Gets the current selection context, if any.

Specified by:
getSelectionContext in interface PageComponent
Overrides:
getSelectionContext in class AbstractToolView
Returns:
The current selection context, or null if none exists.
Since:
BEAM 4.7


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