Uses of Class
org.eclipse.mylar.tasks.core.TaskComment

Packages that use TaskComment
org.eclipse.mylar.internal.tasks.ui.editors   
org.eclipse.mylar.tasks.core   
 

Uses of TaskComment in org.eclipse.mylar.internal.tasks.ui.editors
 

Fields in org.eclipse.mylar.internal.tasks.ui.editors declared as TaskComment
protected  TaskComment RepositoryTaskSelection.taskComment
          The comment, if a comment was selected.
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors that return TaskComment
 TaskComment RepositoryTaskSelection.getComment()
           
 TaskComment RepositoryTaskOutlineNode.getComment()
           
 TaskComment IRepositoryTaskSelection.getComment()
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type TaskComment
 void RepositoryTaskSelection.setComment(TaskComment taskComment)
           
 void RepositoryTaskOutlineNode.setComment(TaskComment taskComment)
           
 void IRepositoryTaskSelection.setComment(TaskComment taskComment)
          Sets the Comment object for this selection.
 

Constructors in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type TaskComment
RepositoryTaskSelection(java.lang.String id, java.lang.String server, java.lang.String contents, TaskComment taskComment, java.lang.String summary)
          Creates a new RepositoryTaskSelection.
RepositoryTaskSelection(java.lang.String id, java.lang.String server, TaskComment taskComment, java.lang.String summary)
          Creates a new RepositoryTaskSelection with no supplied contents.
 

Uses of TaskComment in org.eclipse.mylar.tasks.core
 

Fields in org.eclipse.mylar.tasks.core with type parameters of type TaskComment
private  java.util.List<TaskComment> RepositoryTaskData.taskComments
           
 

Methods in org.eclipse.mylar.tasks.core that return types with arguments of type TaskComment
 java.util.List<TaskComment> RepositoryTaskData.getComments()
           
 

Methods in org.eclipse.mylar.tasks.core with parameters of type TaskComment
 void RepositoryTaskData.addComment(TaskComment taskComment)