public static interface CloneableEditorSupport.Env extends CloneableOpenSupport.Env
Modifier and Type | Field and Description |
---|---|
static String |
PROP_TIME
property that is fired when time of the data is changed
|
PROP_MODIFIED, PROP_VALID
Modifier and Type | Method and Description |
---|---|
String |
getMimeType()
Mime type of the document.
|
Date |
getTime()
Gets the last modification time for the document.
|
InputStream |
inputStream()
Obtains the input stream.
|
OutputStream |
outputStream()
Obtains the output stream.
|
addPropertyChangeListener, addVetoableChangeListener, findCloneableOpenSupport, isModified, isValid, markModified, removePropertyChangeListener, removeVetoableChangeListener, unmarkModified
static final String PROP_TIME
InputStream inputStream() throws IOException
IOException
- if an I/O error occuresOutputStream outputStream() throws IOException
IOException
- if an I/O error occuresDate getTime()
String getMimeType()