Package | Description |
---|---|
org.universAAL.ontology.questionnaire | |
org.universAAL.ui.gui.swing.bluesteelLAF |
Bluesteel Look and feel package, features a metal look with blue buttons.
|
org.universAAL.ui.handler.gui.swing.classic |
The default Look and Feel, when no look and feel is selected, or the selected one can not be found,
this package is used.
The look and feel packages need to contain a InitInterface class named Init, a FormLAF and
a class LAF per each FormControl in the org.universAAL.ui.handler.gui.swing.classic.handler.gui.swing.model.FormControl
package. |
org.universAAL.ui.handler.gui.swing.defaultLookAndFeel |
The default Look and Feel, when no look and feel is selected, or the selected one can not be found,
this package is used.
The look and feel packages need to contain a InitInterface class named Init, a FormLAF and
a class LAF per each FormControl in the org.universAAL.ui.handler.gui.swing.model.FormControl
package. |
org.universAAL.ui.handler.gui.swing.model.FormControl |
The Models for all
FormControl s in the IO RDF. |
org.universAAL.ui.handler.web.html.model |
Modifier and Type | Method and Description |
---|---|
MediaObject |
QuestionWithMedia.getImage()
The following method gets the associated image to question.
|
Modifier and Type | Method and Description |
---|---|
void |
QuestionWithMedia.setImage(MediaObject media)
The following method sets the media to which the Question with image is
related.
|
Question |
Questionnaire.writeQuestionWithMedia(MediaObject image,
String questionWording,
String answerType) |
Question |
Questionnaire.writeQuestionWithMedia(String qWording,
Object[] correctAnswer,
String[] answerType,
ChoiceLabel[] choices,
MediaObject image) |
Question |
Questionnaire.writeQuestionWithMedia(String qWording,
Object correctAnswer,
String answerType,
ChoiceLabel[] choices,
MediaObject image) |
Question |
Questionnaire.writeQuestionWithMedia(String qWording,
String answerType,
ChoiceLabel[] choices,
MediaObject image) |
Constructor and Description |
---|
QuestionWithMedia(MediaObject media,
String questionWording,
String answerType)
A QuestionWithMedia can be implemented with the question wording, the
answer type and the media object given.
|
QuestionWithMedia(String qWording,
Object[] correctAnswer,
String[] answerType,
ChoiceLabel[] choices,
MediaObject media)
A QuestionWithMedia can be implemented with the question wording, the
answer type, the set of correct answers associated to the question, the
choices associated to the question and the media object given.
|
QuestionWithMedia(String qWording,
Object correctAnswer,
String answerType,
ChoiceLabel[] choices,
MediaObject media)
A QuestionWithMedia can be implemented with the question wording, the
answer type, the correct answer associated to the question, the choices
associated to the question and the media object given.
|
QuestionWithMedia(String qWording,
String answerType,
ChoiceLabel[] choices,
MediaObject media)
A QuestionWithMedia can be implemented with the question wording, the
answer type, the choices associated to the question and the media object
given.
|
Constructor and Description |
---|
MediaObjectLAF(MediaObject control,
Renderer render)
Constructor.
|
Constructor and Description |
---|
MediaObjectLAF(MediaObject control,
Renderer render)
Constructor.
|
Constructor and Description |
---|
MediaObjectLAF(MediaObject control,
Renderer render)
Constructor.
|
Constructor and Description |
---|
MediaObjectModel(MediaObject control,
Renderer render)
Constructor.
|
Constructor and Description |
---|
MediaObjectModel(MediaObject fe,
HTMLUserGenerator render) |
Copyright © 2018 universAAL Consortium. All rights reserved.