Package org.esa.snap.ui.product
Class DefaultBandChoosingStrategy
- java.lang.Object
-
- org.esa.snap.ui.product.DefaultBandChoosingStrategy
-
public class DefaultBandChoosingStrategy extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultBandChoosingStrategy(Band[] allBands, Band[] selectedBands, TiePointGrid[] allTiePointGrids, TiePointGrid[] selectedTiePointGrids, boolean multipleProducts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
atLeastOneBandSelected()
JPanel
createCheckersPane()
Band[]
getSelectedBands()
TiePointGrid[]
getSelectedTiePointGrids()
void
selectAll()
void
selectNone()
void
selectRasterDataNodes(String[] nodeNames)
void
setCheckBoxes(JCheckBox selectAllCheckBox, JCheckBox selectNoneCheckBox)
void
updateCheckBoxStates()
-
-
-
Constructor Detail
-
DefaultBandChoosingStrategy
public DefaultBandChoosingStrategy(Band[] allBands, Band[] selectedBands, TiePointGrid[] allTiePointGrids, TiePointGrid[] selectedTiePointGrids, boolean multipleProducts)
-
-
Method Detail
-
getSelectedBands
public Band[] getSelectedBands()
-
getSelectedTiePointGrids
public TiePointGrid[] getSelectedTiePointGrids()
-
createCheckersPane
public JPanel createCheckersPane()
-
updateCheckBoxStates
public void updateCheckBoxStates()
-
selectAll
public void selectAll()
-
selectNone
public void selectNone()
-
atLeastOneBandSelected
public boolean atLeastOneBandSelected()
-
selectRasterDataNodes
public void selectRasterDataNodes(String[] nodeNames)
-
-