Uses of Class
ch.tatool.core.data.StringProperty

Packages that use StringProperty
ch.tatool.core.data   
 

Uses of StringProperty in ch.tatool.core.data
 

Subclasses of StringProperty in ch.tatool.core.data
static class Result.ResultProperty
          Adds support for setting the result as a boolean to a standard StringProperty object.
 

Methods in ch.tatool.core.data that return StringProperty
static StringProperty Misc.getDescriptionProperty()
          Gets the descriptionProperty as a StringProperty.
static StringProperty Misc.getOutcomeProperty()
           
static StringProperty Question.getQuestionProperty()
          Gets the questionProperty as a StringProperty.
 

Methods in ch.tatool.core.data with parameters of type StringProperty
static void Misc.setDescriptionProperty(StringProperty descriptionProperty)
          Sets the descriptionProperty as a StringProperty
static void Misc.setOutcomeProperty(StringProperty outcomeProperty)
           
static void Question.setQuestionProperty(StringProperty questionProperty)
          Sets the questionProperty as a StringProperty.
 



Copyright © 2012. All Rights Reserved.