|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepositoryTaskSelection
Method Summary | |
---|---|
java.lang.String |
getBugSummary()
|
TaskComment |
getComment()
|
java.lang.String |
getContents()
|
java.lang.String |
getId()
|
java.lang.String |
getServer()
|
boolean |
hasComment()
|
boolean |
isCommentHeader()
|
boolean |
isDescription()
|
void |
setComment(TaskComment taskComment)
Sets the Comment object for this selection. |
void |
setContents(java.lang.String contents)
Sets the contents of the selection. |
void |
setId(java.lang.String id)
Sets the id of the Bugzilla object that the selection was on. |
void |
setServer(java.lang.String server)
Sets the server of the Bugzilla object that the selection was on. |
Methods inherited from interface org.eclipse.jface.viewers.ISelection |
---|
isEmpty |
Method Detail |
---|
boolean hasComment()
true
if a comment was selected.TaskComment getComment()
Comment
object for this selection, or
null
if a comment was not selected.void setComment(TaskComment taskComment)
Comment
object for this selection. If a comment
was not selected, then this should be null
.
taskComment
- The selection's comment, or null
if not
applicable.java.lang.String getContents()
null
.void setContents(java.lang.String contents)
contents
- The selection.java.lang.String getId()
void setId(java.lang.String id)
id
- The id of the bug.java.lang.String getServer()
null
if no server is supplied.void setServer(java.lang.String server)
server
- The server of the bug.boolean isCommentHeader()
boolean isDescription()
java.lang.String getBugSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |