|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.ui.product.ProductTreeListenerAdapter
public abstract class ProductTreeListenerAdapter
A listener adapter for product tree changes.
| Constructor Summary | |
|---|---|
ProductTreeListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
bandSelected(Band band,
int clickCount)
Called when a product's band has been selected in the tree. |
void |
metadataElementSelected(MetadataElement metadataElement,
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 |
productNodeSelected(ProductNode productNode,
int clickCount)
Called when a product's node has been selected in 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. |
void |
vectorDataSelected(VectorDataNode vectorDataNode,
int clickCount)
Called when a product's node has been selected in the tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductTreeListenerAdapter()
| Method Detail |
|---|
public void productAdded(Product product)
productAdded in interface ProductTreeListenerproduct - The product.public void productRemoved(Product product)
productRemoved in interface ProductTreeListenerproduct - The product.
public void productSelected(Product product,
int clickCount)
productSelected in interface ProductTreeListenerproduct - The selected product.clickCount - The number of mouse clicks.
public void metadataElementSelected(MetadataElement metadataElement,
int clickCount)
metadataElementSelected in interface ProductTreeListenermetadataElement - The selected metadata element.clickCount - The number of mouse clicks.
public void tiePointGridSelected(TiePointGrid tiePointGrid,
int clickCount)
tiePointGridSelected in interface ProductTreeListenertiePointGrid - The selected tie-point grid.clickCount - The number of mouse clicks.
public void bandSelected(Band band,
int clickCount)
bandSelected in interface ProductTreeListenerband - The selected band.clickCount - The number of mouse clicks.
public void vectorDataSelected(VectorDataNode vectorDataNode,
int clickCount)
vectorDataSelected in interface ProductTreeListener2vectorDataNode - The selected vector data.clickCount - The number of mouse clicks.
public void productNodeSelected(ProductNode productNode,
int clickCount)
productNodeSelected in interface ProductTreeListener2productNode - The selected product node.clickCount - The number of mouse clicks.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||