Uses of Interface
org.esa.snap.ui.PopupMenuFactory
-
Packages that use PopupMenuFactory Package Description org.esa.snap.ui Provides utility classes for building Swing user interfaces using the SNAP data model.org.esa.snap.ui.product -
-
Uses of PopupMenuFactory in org.esa.snap.ui
Classes in org.esa.snap.ui that implement PopupMenuFactory Modifier and Type Class Description class
BasicView
The base class for application view panes.Constructors in org.esa.snap.ui with parameters of type PopupMenuFactory Constructor Description PopupMenuHandler(PopupMenuFactory popupMenuFactory)
Constructs a new pop-up menu handler for th given pop-up menu factory. -
Uses of PopupMenuFactory in org.esa.snap.ui.product
Classes in org.esa.snap.ui.product that implement PopupMenuFactory Modifier and Type Class Description class
ProductPlacemarkView
A view component used to display a product's metadata in tabular form.class
ProductSceneView
The classProductSceneView
is a high-level image display component for color index/RGB images created from one or more raster datasets of a data product.
-