Uses of Class
blackboard.data.content.ContentFile.Action

Packages that use ContentFile.Action
blackboard.data.content Provides the classes used to store course content in Blackboard.  
 

Uses of ContentFile.Action in blackboard.data.content
 

Fields in blackboard.data.content declared as ContentFile.Action
static ContentFile.Action ContentFile.Action.BROKEN_IMAGE
           
static ContentFile.Action ContentFile.Action.EMBED
           
static ContentFile.Action ContentFile.Action.LINK
           
static ContentFile.Action ContentFile.Action.PACKAGE
           
static ContentFile.Action ContentFile.Action.DEFAULT
           
 

Methods in blackboard.data.content that return ContentFile.Action
 ContentFile.Action ContentFile.getAction()
          Returns the action specified for this ContentFile.
static ContentFile.Action[] ContentFile.Action.getValues()
          Returns an array of all of the elements in this enumeration.
static ContentFile.Action ContentFile.Action.fromExternalString(java.lang.String externalString)
          Returns the ContentFile.Action element specified by the externalString .
static ContentFile.Action ContentFile.Action.fromFieldName(java.lang.String fieldName)
          Returns the ContentFile.Action element specified by the fieldName.
 

Methods in blackboard.data.content with parameters of type ContentFile.Action
 void ContentFile.setAction(ContentFile.Action action)
          Sets the display action for this ContentFile.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.