|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface listens to selection events.
| Method Summary | |
void |
annotsDeselected(Vector annotComps)
This notification is sent when one or more AnnotationComponents are de-selected (or deleted) |
void |
annotSelected(AnnotationComponent comp)
This notification is sent when an AnnotationComponent is selected |
void |
annotsGrouped(Vector annots)
This notification is sent when Annotations are grouped |
void |
annotsUngrouped(Vector annots)
This notification is sent when Annotations are ungrouped |
void |
widgetsDeselected(Vector annotComps)
A widget was deselected. |
| Method Detail |
public void annotSelected(AnnotationComponent comp)
comp - The AnnotationComponent which has been selectedpublic void annotsDeselected(Vector annotComps)
annotComps - a list of the de-selected AnnotationComponentspublic void widgetsDeselected(Vector annotComps)
annotComps - The component that lost selection.public void annotsGrouped(Vector annots)
annots - A list of the newly grouped annotationspublic void annotsUngrouped(Vector annots)
annots - A list of the newly grouped annotations
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||