|
org.openide.text 6.9.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CloneableEditorSupport.Env
Interface for providing data for the support and also locking the source of data.
Field Summary | |
---|---|
static String |
PROP_TIME
property that is fired when time of the data is changed |
Fields inherited from interface org.openide.windows.CloneableOpenSupport.Env |
---|
PROP_MODIFIED, PROP_VALID |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.openide.windows.CloneableOpenSupport.Env |
---|
addPropertyChangeListener, addVetoableChangeListener, findCloneableOpenSupport, isModified, isValid, markModified, removePropertyChangeListener, removeVetoableChangeListener, unmarkModified |
Field Detail |
---|
static final String PROP_TIME
Method Detail |
---|
InputStream inputStream() throws IOException
IOException
- if an I/O error occuresOutputStream outputStream() throws IOException
IOException
- if an I/O error occuresDate getTime()
String getMimeType()
|
org.openide.text 6.9.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |