|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationModel
This interface supports the idea of annotating an object with multiple Annotations. Annotation is also an interface, used as a semantic tag, so this interface can be used flexibly for attaching information of different kinds to some host object.
Method Summary | |
---|---|
Annotation |
getAnnotation(int n)
Gets the nth annotation. |
int |
getAnnotationCount()
Returns the number of annotations |
boolean |
isAnnotationsVisible()
Use this method to discover whether annotations should be shown or hidden. |
void |
setAnnotationsVisible(boolean visible)
Specify whether annotations should be shown |
Method Detail |
---|
int getAnnotationCount()
Annotation getAnnotation(int n)
n
- the index.
boolean isAnnotationsVisible()
void setAnnotationsVisible(boolean visible)
visible
- whether annotations should be shown
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |