|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String PROP_TIME
Method Detail |
public InputStream inputStream() throws IOException
IOException
- if an I/O error occurespublic OutputStream outputStream() throws IOException
IOException
- if an I/O error occurespublic Date getTime()
public String getMimeType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |