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

GuardedEditorSupport (Editor Guarded Sections) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.guards/0 0.1

org.netbeans.spi.editor.guards
Interface GuardedEditorSupport


public interface GuardedEditorSupport

This is an editor abstraction used by the guarded sections implementation. It contains necessary methods to bind guarded sections with the particular editor.


Method Summary
 StyledDocument getDocument()
          Returns a document containing guarded sections
 

Method Detail

getDocument

StyledDocument getDocument()
Returns a document containing guarded sections

Returns:
the document

org.netbeans.modules.editor.guards/0 0.1

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