站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

CloneableEditorSupport.Env (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 

org.openide.text
Interface CloneableEditorSupport.Env

All Superinterfaces:
CloneableOpenSupport.Env, Serializable
Enclosing interface:
CloneableEditorSupport

public static interface CloneableEditorSupport.Env
extends CloneableOpenSupport.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

PROP_TIME

public static final String PROP_TIME
property that is fired when time of the data is changed

See Also:
Constant Field Values
Method Detail

inputStream

public InputStream inputStream()
                        throws IOException
Obtains the input stream.

Returns:
an input stream permitting the document to be loaded
Throws:
IOException - if an I/O error occures

outputStream

public OutputStream outputStream()
                          throws IOException
Obtains the output stream.

Returns:
an output stream permitting the document to be saved
Throws:
IOException - if an I/O error occures

getTime

public Date getTime()
Gets the last modification time for the document.

Returns:
the date and time when the document is considered to have been last changed

getMimeType

public String getMimeType()
Mime type of the document.

Returns:
the mime type to use for the document

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.