org.openide.windows.CloneableOpenSupport.Env, java.io.Serializablepublic static interface CloneableEditorSupport.Env
extends org.openide.windows.CloneableOpenSupport.Env
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROP_TIME |
property that is fired when time of the data is changed
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMimeType() |
Mime type of the document.
|
java.util.Date |
getTime() |
Gets the last modification time for the document.
|
java.io.InputStream |
inputStream() |
Obtains the input stream.
|
java.io.OutputStream |
outputStream() |
Obtains the output stream.
|
static final java.lang.String PROP_TIME
java.io.InputStream inputStream()
throws java.io.IOException
java.io.IOException - if an I/O error occuresjava.io.OutputStream outputStream()
throws java.io.IOException
java.io.IOException - if an I/O error occuresjava.util.Date getTime()
java.lang.String getMimeType()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.