public class CommentController extends Object
Constructor and Description |
---|
CommentController(UIController uiController)
Creates a new comment controller.
|
Modifier and Type | Method and Description |
---|---|
boolean |
setComment(CommentableCell cell,
String commentString)
Attempts to create a new comment from the given string.
|
public CommentController(UIController uiController)
uiController
- the user interface controllerpublic boolean setComment(CommentableCell cell, String commentString)
cell
- the cell for which the comment should be setcommentString
- the comment, as entered by the user