Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.RuntimeCollective.content.bean.SimpleContent

Uses of SimpleContent in com.RuntimeCollective.content.bean
 

Subclasses of SimpleContent in com.RuntimeCollective.content.bean
 class ComplexContent
          A piece of content made up of one or more pieces of subcontent.
 class File
          The File class will hold the content of a file, either directly, or via a filename reference.
 class ForwardLink
          The ForwardLink class implements the Link abstract class, using a URL.
 class Image
          The Image class contains a reference to a File, and some metadata (for now a simple caption).
 class Link
          The Link abstract class describes a Link entity, obviously.
 class TextComponent
          This class is a basic Content holding a piece of text.
 class URLLink
          The URLLink class implements the Link abstract class, using a URL.