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

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

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

Uses of Class
org.netbeans.editor.BaseKit

Packages that use BaseKit
org.netbeans.editor   
org.netbeans.editor.ext Completion Design View 
 

Uses of BaseKit in org.netbeans.editor
 

Methods in org.netbeans.editor that return BaseKit
static BaseKit BaseKit.getKit(Class kitClass)
          Deprecated. Use CloneableEditorSupport.getEditorKit or MimeLookup instead to find EditorKit for a mime type.
static BaseKit Utilities.getKit(JTextComponent target)
          Helper method to obtain instance of editor kit from existing JTextComponent.
 

Methods in org.netbeans.editor with parameters of type BaseKit
 JMenu Annotations.createMenu(BaseKit kit, int line)
          Creates popup menu with all actions for the given line.
 JPopupMenu Annotations.createPopupMenu(BaseKit kit, int line)
          Creates popup menu with all actions for the given line.
 

Uses of BaseKit in org.netbeans.editor.ext
 

Subclasses of BaseKit in org.netbeans.editor.ext
 class ExtKit
          Extended kit offering advanced functionality
 


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.