|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentFactory
DocumentFactory is an factory interface that creates Document objects. It is used by the Open action to create a new document in response to user selection of a file or URL.
Method Summary | |
---|---|
Document |
createDocument(Application app)
Create a new empty document. |
Document |
createDocument(Application app,
java.io.File file)
Create a new document based on the given file path. |
Document |
createDocument(Application app,
java.net.URL url)
Create a new document based on the given URL. |
Method Detail |
---|
Document createDocument(Application app)
Document createDocument(Application app, java.net.URL url)
Document createDocument(Application app, java.io.File file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |