|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GCubeAnnotation | |
|---|---|
| org.gcube.contentmanagement.gcubemodellibrary.elements | |
| Uses of GCubeAnnotation in org.gcube.contentmanagement.gcubemodellibrary.elements |
|---|
| Methods in org.gcube.contentmanagement.gcubemodellibrary.elements that return GCubeAnnotation | |
|---|---|
GCubeAnnotation |
AnnotationThread.annotation()
|
GCubeAnnotation |
GCubeAnnotation.previous()
Returns the annotation that precedes this annotation in an annotation thread, if available in the containing document. |
GCubeAnnotation |
AnnotationElements.removeFromThread(java.lang.String id)
Removes an annotation and the annotation that follow it in the thread, if any. |
| Methods in org.gcube.contentmanagement.gcubemodellibrary.elements that return types with arguments of type GCubeAnnotation | |
|---|---|
java.util.List<GCubeAnnotation> |
AnnotationThread.annotations()
Returns the annotation in the thread. |
| Methods in org.gcube.contentmanagement.gcubemodellibrary.elements with parameters of type GCubeAnnotation | |
|---|---|
void |
GCubeAnnotation._setPrevious(GCubeAnnotation a)
|
boolean |
AnnotationThread.contains(GCubeAnnotation a)
Returns true if the thread contains a given annotation. |
void |
AnnotationElements.removeFromThread(GCubeAnnotation a)
Removes an annotation and the annotation that follow it in the thread, if any. |
void |
GCubeAnnotation.setPrevious(GCubeAnnotation a)
Sets the annotation that precedes this annotation in an annotation thread. |
| Constructors in org.gcube.contentmanagement.gcubemodellibrary.elements with parameters of type GCubeAnnotation | |
|---|---|
AnnotationThread(GCubeAnnotation a)
Creates a thread rooted in a given annotation. |
|
AnnotationThread(GCubeAnnotation a,
java.util.List<AnnotationThread> threads)
Creates a thread rooted in a given annotation and with zero or more response threads. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||