|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Note | |
de.jface.remind | |
de.jface.remind.awtui | |
de.jface.remind.core |
Uses of Note in de.jface.remind |
Methods in de.jface.remind that return Note | |
Note |
Model.newNote()
|
Methods in de.jface.remind with parameters of type Note | |
void |
Model.textValueChanged(Note note,
java.lang.String text)
|
void |
Model.removeNote(Note note)
|
static void |
Controller.closeNote(Note note)
|
static void |
Controller.minimizeNote(Note note)
|
static void |
Controller.hideNote(Note note)
|
static void |
Controller.showNote(Note note)
|
static void |
Controller.changeText(Note note,
java.lang.String text)
|
static void |
Controller.changeBounds(Note note,
java.awt.Rectangle bounds)
|
Uses of Note in de.jface.remind.awtui |
Constructors in de.jface.remind.awtui with parameters of type Note | |
NoteFrame(Note note)
|
Uses of Note in de.jface.remind.core |
Methods in de.jface.remind.core that return Note | |
Note |
NoteIterator.nextNote()
|
Methods in de.jface.remind.core with parameters of type Note | |
void |
NoteContainer.addNote(Note note)
Adds a note to the container. |
void |
NoteContainer.remove(Note note)
Removes the specific note from the container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |