org.umber.crucible.content
Class ContentSection

java.lang.Object
  extended byorg.umber.crucible.content.ContentSection

public class ContentSection
extends java.lang.Object

A block of data content within a document.

Author:
jsheets

Constructor Summary
ContentSection(java.lang.String name)
           
 
Method Summary
 void addContent(IContent newContent)
           
 void addContent(IContent[] newContent)
           
 IContent[] getContents()
           
 IContent[] getContents(IContentFilter filter)
           
 java.lang.String getName()
           
 void setContents(IContent[] contents)
           
 void setDefaultFilter(IContentFilter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentSection

public ContentSection(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

setDefaultFilter

public void setDefaultFilter(IContentFilter filter)

getContents

public IContent[] getContents(IContentFilter filter)

getContents

public IContent[] getContents()

setContents

public void setContents(IContent[] contents)

addContent

public void addContent(IContent newContent)

addContent

public void addContent(IContent[] newContent)