|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExportPicture | |
|---|---|
| sk.stuba.fiit.foo07.genex.beans | This package contains beans (simple data entities) representing data from database Every class has private data with getters/setters |
| sk.stuba.fiit.foo07.genex.export | Export package contains classes used for exporting database into other formats (Latex, Moodle XML, possibly others in future) |
| Uses of ExportPicture in sk.stuba.fiit.foo07.genex.beans |
|---|
| Fields in sk.stuba.fiit.foo07.genex.beans with type parameters of type ExportPicture | |
|---|---|
java.util.ArrayList<ExportPicture> |
ExportQuestion.pictureList
|
| Methods in sk.stuba.fiit.foo07.genex.beans that return types with arguments of type ExportPicture | |
|---|---|
java.util.ArrayList<ExportPicture> |
ExportQuestion.getPICTURELIST()
|
| Method parameters in sk.stuba.fiit.foo07.genex.beans with type arguments of type ExportPicture | |
|---|---|
void |
ExportQuestion.setPICTURELIST(java.util.ArrayList<ExportPicture> pictureList)
|
| Constructor parameters in sk.stuba.fiit.foo07.genex.beans with type arguments of type ExportPicture | |
|---|---|
ExportQuestion(java.lang.Integer QuestionID,
java.lang.String text,
java.lang.String points,
java.lang.String pointsFloat,
java.util.ArrayList<ExportAnswer> answers,
java.util.ArrayList<ExportPicture> pictureList)
|
|
| Uses of ExportPicture in sk.stuba.fiit.foo07.genex.export |
|---|
| Fields in sk.stuba.fiit.foo07.genex.export with type parameters of type ExportPicture | |
|---|---|
java.util.ArrayList<ExportPicture> |
ExportLatex.exPictureList
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||