|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductTreeListener2
A listener which is listening for events occurring in a ProductTree.
ProductTree| Method Summary | |
|---|---|
void |
productNodeSelected(ProductNode productNode,
int clickCount)
Called when a product's node has been selected in the tree. |
void |
vectorDataSelected(VectorDataNode vectorDataNode,
int clickCount)
Called when a product's node has been selected in the tree. |
| Methods inherited from interface org.esa.beam.framework.ui.product.ProductTreeListener |
|---|
bandSelected, metadataElementSelected, productAdded, productRemoved, productSelected, tiePointGridSelected |
| Method Detail |
|---|
void productNodeSelected(ProductNode productNode,
int clickCount)
productNode - The selected product node.clickCount - The number of mouse clicks.
void vectorDataSelected(VectorDataNode vectorDataNode,
int clickCount)
vectorDataNode - The selected vector data.clickCount - The number of mouse clicks.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||