Uses of Class
synergynetframework.appsystem.contentsystem.items.TextLabel

Packages that use TextLabel
apps.threedbuttonsexperiment.calculator   
synergynetframework.appsystem.contentsystem.items   
 

Uses of TextLabel in apps.threedbuttonsexperiment.calculator
 

Constructors in apps.threedbuttonsexperiment.calculator with parameters of type TextLabel
Calculator(java.lang.String name, TextLabel targetNumberLabel, DateTextWritter logWritter)
          Instantiates a new calculator.
ColorHighlightedCalculator(java.lang.String name, TextLabel targetNumberLabel, DateTextWritter logWritter)
          Instantiates a new color highlighted calculator.
NormalCalculator(java.lang.String name, TextLabel targetNumberLabel, DateTextWritter logWritter)
          Instantiates a new normal calculator.
ThreeDCalculator(java.lang.String name, TextLabel targetNumberLabel, DateTextWritter logWritter)
          Instantiates a new three d calculator.
TwoDCalculator(ContentSystem contentSystem, TextLabel targetNumberLabel, DateTextWritter logWritter)
          Instantiates a new two d calculator.
 

Uses of TextLabel in synergynetframework.appsystem.contentsystem.items
 

Subclasses of TextLabel in synergynetframework.appsystem.contentsystem.items
 class ImageTextLabel
          The Class ImageTextLabel.
 class MultiLineTextLabel
          The Class MultiLineTextLabel.
 class SimpleButton
          The Class SimpleButton.