public interface IlvStreamDocument extends IlvDocument
APPLICATION_PROPERTY, ATTACHED_DOCUMENTS_PROPERTY, DOCUMENT_OWNER_PROPERTY, DOCUMENT_TEMPLATE_PROPERTY, EDITABLE_PROPERTY, MODIFIED_PROPERTY, SAVEABLE_PROPERTY, TITLE_PROPERTY
Modifier and Type | Method and Description |
---|---|
boolean |
readStreamDocument(Reader reader,
IlvFileFilter filter)
Initializes the document data from the specified reader.
|
boolean |
writeStreamDocument(Writer writer,
IlvFileFilter filter)
Stores the document data in the specified writer.
|
activated, addView, clean, documentClosed, documentClosing, getApplication, getDocumentTemplate, getTitle, getView, getViewCount, initializeDocument, isModified, removeView, removeViews, setModified, setTitle
isProcessingAction, updateAction
actionPerformed
receiveMessage
addPropertyChangeListener, getProperty, removePropertyChangeListener, setProperty
boolean readStreamDocument(Reader reader, IlvFileFilter filter)
reader
- The reader to use for reading the document data.filter
- The file filter that indicates the format to use for
reading the data.true
if the document could read its data;
false
otherwise.writeStreamDocument(java.io.Writer, ilog.views.appframe.docview.IlvFileFilter)
boolean writeStreamDocument(Writer writer, IlvFileFilter filter)
writer
- The writer to use for writing the document data.filter
- The file filter that indicates the format to use for
writing the data.true
if document data could write its data;
false
otherwise.readStreamDocument(java.io.Reader, ilog.views.appframe.docview.IlvFileFilter)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.