|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.core.utils.db.DaoNotes
public final class DaoNotes
A data access object for the notes.
| Nested Class Summary | |
|---|---|
static class |
DaoNotes.NoteType
A properties class for notes. |
| Method Summary | |
|---|---|
Note |
getDefaultNote()
Return the default note. |
static Image |
getImage(Note note)
Return the image for the specified note. |
static DaoNotes |
getInstance()
Return the unique instance of the class. |
Note |
getNote(DaoNotes.NoteType value)
Return the note with the specific value. |
Note[] |
getNotes()
Return all the notes of the dao. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DaoNotes getInstance()
public Note[] getNotes()
public Note getNote(DaoNotes.NoteType value)
value - The value of the note we want
null if we doesn't it.public static Image getImage(Note note)
note - The note to get the image for.
public Note getDefaultNote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||