Uses of Class
blackboard.base.FormattedText

Packages that use FormattedText
blackboard.data Provides the base classes for the persistence layer of platform API. 
blackboard.data.announcement Provides classes used to store "announcements" in the Blackboard system. 
blackboard.data.calendar Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. 
blackboard.data.content Provides the classes used to store course content in Blackboard. 
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard. 
 

Uses of FormattedText in blackboard.data
 

Methods in blackboard.data that return FormattedText
 FormattedText BbAttributes.getFormattedText(java.lang.String strName)
          Get the FormattedText value associated with given attribute name.
 FormattedText BbAttributes.getSafeFormattedText(java.lang.String strName)
          Get the FormattedText value associated with given attribute name.
 

Methods in blackboard.data with parameters of type FormattedText
 void BbAttributes.setFormattedText(java.lang.String strName, FormattedText val)
          Sets the value of the attribute with the given name ("key") to the provided FormattedText value.
 

Constructors in blackboard.data with parameters of type FormattedText
BbAttribute(java.lang.String strName, FormattedText val, BbAttributes parent)
          Initialization with FormattedText.
 

Uses of FormattedText in blackboard.data.announcement
 

Methods in blackboard.data.announcement that return FormattedText
 FormattedText Announcement.getBody()
          Returns the body of this Announcement.
 

Methods in blackboard.data.announcement with parameters of type FormattedText
 void Announcement.setBody(FormattedText body)
          Sets the body of this Announcement.
 

Uses of FormattedText in blackboard.data.calendar
 

Methods in blackboard.data.calendar that return FormattedText
 FormattedText CalendarEntry.getDescription()
          Returns the description of this CalendarEntry.
 

Methods in blackboard.data.calendar with parameters of type FormattedText
 void CalendarEntry.setDescription(FormattedText desc)
          Sets the description of this CalendarEntry.
 

Uses of FormattedText in blackboard.data.content
 

Methods in blackboard.data.content that return FormattedText
 FormattedText StaffInfo.getBiography()
          Returns the biography of this StaffInfo.
 FormattedText Content.getBody()
          Returns the body of this object as a FormattedText object.
 FormattedText ExternalLink.getDescription()
          Returns the description of this ExternalLink.
 FormattedText CourseLink.getDescription()
          Returns the description of this CourseLink.
 

Methods in blackboard.data.content with parameters of type FormattedText
 void StaffInfo.setBiography(FormattedText bio)
          Sets the biography of this StaffInfo.
 void Content.setBody(FormattedText text)
          Sets the body of this object as a FormattedText object.
 void ExternalLink.setDescription(FormattedText desc)
          Sets the description of this ExternalLink.
 void CourseLink.setDescription(FormattedText desc)
          Sets the description of this CourseLink.
 

Uses of FormattedText in blackboard.data.course
 

Methods in blackboard.data.course that return FormattedText
 FormattedText Group.getDescription()
          Returns the description of this Group
 

Methods in blackboard.data.course with parameters of type FormattedText
 void Group.setDescription(FormattedText desc)
          Sets the description of this Group
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.