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

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

Uses of ChildFile.Action in blackboard.data.content
 

Fields in blackboard.data.content declared as ChildFile.Action
static ChildFile.Action ChildFile.Action.BROKEN_IMAGE
           
static ChildFile.Action ChildFile.Action.DEFAULT
           
 

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

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



Copyright © 2003 Blackboard, Inc. All Rights Reserved.