Uses of Class
org.universAAL.middleware.ui.rdf.MediaObject

Packages that use MediaObject
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. 
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. 
org.universAAL.ui.handler.gui.swing.model.FormControl The Models for all FormControls in the IO RDF. 
org.universAAL.ui.ui.handler.web.html.model   
 

Uses of MediaObject in org.universAAL.ontology.questionnaire
 

Methods in org.universAAL.ontology.questionnaire that return MediaObject
 MediaObject QuestionWithMedia.getImage()
          The following method gets the associated image to question.
 

Methods in org.universAAL.ontology.questionnaire with parameters of type MediaObject
 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)
           
 

Constructors in org.universAAL.ontology.questionnaire with parameters of type MediaObject
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.
 

Uses of MediaObject in org.universAAL.ui.gui.swing.bluesteelLAF
 

Constructors in org.universAAL.ui.gui.swing.bluesteelLAF with parameters of type MediaObject
MediaObjectLAF(MediaObject control, Renderer render)
          Constructor.
 

Uses of MediaObject in org.universAAL.ui.handler.gui.swing.classic
 

Constructors in org.universAAL.ui.handler.gui.swing.classic with parameters of type MediaObject
MediaObjectLAF(MediaObject control, Renderer render)
          Constructor.
 

Uses of MediaObject in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel
 

Constructors in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel with parameters of type MediaObject
MediaObjectLAF(MediaObject control, Renderer render)
          Constructor.
 

Uses of MediaObject in org.universAAL.ui.handler.gui.swing.model.FormControl
 

Constructors in org.universAAL.ui.handler.gui.swing.model.FormControl with parameters of type MediaObject
MediaObjectModel(MediaObject control, Renderer render)
          Constructor.
 

Uses of MediaObject in org.universAAL.ui.ui.handler.web.html.model
 

Constructors in org.universAAL.ui.ui.handler.web.html.model with parameters of type MediaObject
MediaObjectModel(MediaObject fe, HTMLUserGenerator render)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.