| Home >> All >> com >> port80 >> eclipse >> jdt >> [ annotation Javadoc ] |
com.port80.eclipse.jdt.annotation: Javadoc index of package com.port80.eclipse.jdt.annotation.
Package Samples:
com.port80.eclipse.jdt.annotation
Classes:
AnnotationManager: Data model for AnnotationView. Annotation keep the set of visited IResources together with access information. It kept all visited objects automatically upon visiting instead of manually by user. It can be used to backtrace visit history. It can be further bookmark or annotated by user. This is an enchancement of the BookmarkView which, unfortunately as of Eclipse 2.0, cannot bookmark binary classes and it is not easy for annotation. AnnotationManager also works without the AnnotationView active and manage only the visited object list and its related actions.
AnnotationView: A TreeViewer that shows content of the AnnotationModel. The View provides various filter and sorting functions for inspecting and searching in the Annotation. The Annotation machanism automatically maintain the set of IResource/IJavaElement visited in various way with access information. The Annotation can be used for backtracing to previous location and for annotation.
AnnotationSorter: Sort annotation entries according to prefered keys. Current valid keys are "Name", "Path", "Annotation", "AccessTime", "CreateTime", "Count". AccessTime, CreateTime and Count is sorted numerically larger first.
IAnnotationModelListener: Model listener interface between AnnotationManager and the AnnotationView. When data model managed by AnnotationManager changes, it notify the AnnotationView to refresh its presentation.
EditAnnotationDialog: Prompts the user for a multi-line text.
PromptForFolderDialog: Prompts the user a folder.
SortAction
| Home | Contact Us | Privacy Policy | Terms of Service |