|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductTreeListener
A listener which is listening for events occurring in a ProductTree.
ProductTree| Method Summary | |
|---|---|
void |
bandSelected(Band band,
int clickCount)
Called when a product's band has been selected in the tree. |
void |
metadataElementSelected(MetadataElement matadataElement,
int clickCount)
Called when a product's metadata element has been selected in the tree. |
void |
productAdded(Product product)
Called when a product has been added to the tree. |
void |
productRemoved(Product product)
Called when a product has been removed from the tree. |
void |
productSelected(Product product,
int clickCount)
Called when a product has been selected in the tree. |
void |
tiePointGridSelected(TiePointGrid tiePointGrid,
int clickCount)
Called when a product's tie-point grid has been selected in the tree. |
| Method Detail |
|---|
void productAdded(Product product)
product - The product.void productRemoved(Product product)
product - The product.
void productSelected(Product product,
int clickCount)
product - The selected product.clickCount - The number of mouse clicks.
void metadataElementSelected(MetadataElement matadataElement,
int clickCount)
matadataElement - The selected metadata element.clickCount - The number of mouse clicks.
void tiePointGridSelected(TiePointGrid tiePointGrid,
int clickCount)
tiePointGrid - The selected tie-point grid.clickCount - The number of mouse clicks.
void bandSelected(Band band,
int clickCount)
band - The selected band.clickCount - The number of mouse clicks.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||