Carbide.c++

com.nokia.carbide.cpp.epoc.engine
Class DocumentFactory

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.DocumentFactory

public abstract class DocumentFactory
extends java.lang.Object

Factory providing instances of IDocument useful for the model. These are merely JFace Documents with more useful #toString() methods.


Constructor Summary
DocumentFactory()
           
 
Method Summary
static IDocument createDocument()
           
static IDocument createDocument(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFactory

public DocumentFactory()
Method Detail

createDocument

public static IDocument createDocument()

createDocument

public static IDocument createDocument(java.lang.String content)

Carbide.c++