Uses of Class
org.esa.snap.rcp.SnapApp.SelectionSourceHint
-
Packages that use SnapApp.SelectionSourceHint Package Description org.esa.snap.rcp Provides SNAP's Rich Client Platform (RPC) API and the implementation of the SNAP Desktop application based on the NetBeans Platform. -
-
Uses of SnapApp.SelectionSourceHint in org.esa.snap.rcp
Methods in org.esa.snap.rcp that return SnapApp.SelectionSourceHint Modifier and Type Method Description static SnapApp.SelectionSourceHint
SnapApp.SelectionSourceHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnapApp.SelectionSourceHint[]
SnapApp.SelectionSourceHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.esa.snap.rcp with parameters of type SnapApp.SelectionSourceHint Modifier and Type Method Description Product
SnapApp. getSelectedProduct(SnapApp.SelectionSourceHint hint)
Return the currently selected product.ProductNode
SnapApp. getSelectedProductNode(SnapApp.SelectionSourceHint hint)
Return the currently selected product node.
-