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

Uses of Class org.netbeans.editor.BaseElement (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.BaseElement

Packages that use BaseElement
org.netbeans.editor   
 

Uses of BaseElement in org.netbeans.editor
 

Subclasses of BaseElement in org.netbeans.editor
 class LeafElement
          Leaf element is used on the leaf level of element tree.
 

Fields in org.netbeans.editor declared as BaseElement
protected  BaseElement BaseElement.parent
          Parent element
 

Constructors in org.netbeans.editor with parameters of type BaseElement
BaseElement(BaseDocument doc, BaseElement parent, AttributeSet attrs)
           
LeafElement(BaseDocument doc, BaseElement parent, AttributeSet attrs, int startOffset, int endOffset, boolean bol, boolean eol)
          Create new document instance
 


org.netbeans.modules.editor.lib/1 1.14.0 3

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