|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes the set of callbacks an object which listens to a Chooser
must handle.
Chooser
,
AnnotationScheme
Method Summary | |
void |
down()
Specifies the the current annotation should be changed to an appropiate child annotation. |
void |
next()
Specifies the the current annotation should be changed to the next appropiate annotation. |
void |
nextFile()
Specifies that the current annotation should be set to an annotation the next file. |
void |
nextOutcome()
Specifies that the type feature of the current annotation should be updated to the next appropiate value. |
void |
prev()
Specifies the the current annotation should be changed to the previous appropiate annotation. |
void |
prevFile()
Specifies that the current annotation should be set to an annotation the previous file. |
void |
prevOutcome()
Specifies that the type feature of the current annotation should be updated to the previous appropiate value. |
void |
set(java.lang.String choice)
Indicates that the specified choice has been selected. |
void |
set(java.lang.String choice,
int modifiers)
Specifies that the specified choice has been selected with the specified modifier. |
void |
set(java.lang.String choice,
int modifiers,
boolean jumpToNext)
Specifies that the specified choice has been selected with the specified modifier and that the next annotation should be shown. |
void |
set(java.lang.String choice,
int modifiers,
boolean jumpToNext,
Annotation selectedAnnotation)
Specifies that the specified choice has been selected with the specified modifier and the specified selected Annotation and that the next annotation should be shown. |
void |
setAnnotation(Annotation a)
Specifies the the annotation specified should be the current annotation. |
void |
up()
Specifies the the current annotation should be changed to an appropiate parent annotation. |
Method Detail |
public void set(java.lang.String choice)
choice
- The choice which has been selected.public void set(java.lang.String choice, int modifiers)
choice
- The choice which has been selected.modifiers
- The modifiers selection when that choice was made.public void set(java.lang.String choice, int modifiers, boolean jumpToNext)
choice
- The choice which has been selected.modifiers
- The modifiers selection when that choice was made.jumpToNext
- Specifies whether the next annotation should be immediately shown.public void set(java.lang.String choice, int modifiers, boolean jumpToNext, Annotation selectedAnnotation)
choice
- The choice which has been selected.modifiers
- The modifiers selection when that choice was made.jumpToNext
- Specifies whether the next annotation should be immediately shown.selectedAnnotation
- An annotation whose selection is related to the specified choice.public void setAnnotation(Annotation a)
a
- the annotation which should become the current annotation.public void nextOutcome()
public void prevOutcome()
public void nextFile()
public void prevFile()
public void next()
public void prev()
public void up()
public void down()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |