org.umber.crucible.content
Interface IContent

All Superinterfaces:
IVisible
All Known Subinterfaces:
ITableContent, ITextContent, ITreeContent
All Known Implementing Classes:
DefaultContent, TableContent, TextContent

public interface IContent
extends IVisible

Wrapper for arbitrary data objects within the document.

Author:
jsheets

Method Summary
 IContentType getContentType()
           
 java.lang.Object getData()
           
 
Methods inherited from interface org.umber.crucible.content.IVisible
isVisible
 

Method Detail

getContentType

public IContentType getContentType()

getData

public java.lang.Object getData()