public interface INotes
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear pane.
|
java.lang.String |
getNoteText()
Get note's text, which may be edited.
|
void |
redo()
Redo last undone edits
|
void |
setNoteText(java.lang.String note)
Set note's text for current entry.
|
void |
undo()
Undo last edits
|
java.lang.String getNoteText()
void setNoteText(java.lang.String note)
note
- note's text, or null if note doesn't existvoid clear()
void undo()
void redo()