|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuestionDao | |
---|---|
sk.stuba.fiit.foo07.genex.dao | DAO stands for Data Access Object, and as the name suggests this package contains interfaces and classes for accessing database layer Almost every class from package beans has DAO here. |
sk.stuba.fiit.foo07.genex.gui | GUI package contains classes representing Graphical User Interface |
Uses of QuestionDao in sk.stuba.fiit.foo07.genex.dao |
---|
Classes in sk.stuba.fiit.foo07.genex.dao that implement QuestionDao | |
---|---|
class |
QuestionDaoDerby
|
Uses of QuestionDao in sk.stuba.fiit.foo07.genex.gui |
---|
Constructors in sk.stuba.fiit.foo07.genex.gui with parameters of type QuestionDao | |
---|---|
GenexTableModel(javax.swing.ImageIcon catIcon,
javax.swing.ImageIcon qIcon,
CategoryDao catDao,
QuestionDao qDao,
QuestionTypeDao qtDao)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |