org.openide.windows.CloneableOpenSupport.Env
, Serializable
public static interface CloneableEditorSupport.Env
extends org.openide.windows.CloneableOpenSupport.Env
Modifier and Type | Field | Description |
---|---|---|
static String |
PROP_TIME |
property that is fired when time of the data is changed
|
Modifier and Type | Method | 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.
|
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()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.