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

ExtUtilities (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

org.netbeans.editor.ext
Class ExtUtilities

java.lang.Object
  extended by org.netbeans.editor.ext.ExtUtilities

public class ExtUtilities
extends Object

Extended kit offering advanced functionality


Method Summary
static Completion getCompletion(JTextComponent target)
           
static CompletionJavaDoc getCompletionJavaDoc(JTextComponent target)
           
static ExtEditorUI getExtEditorUI(JTextComponent target)
           
static JDCPopupPanel getJDCPopupPanel(JTextComponent target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExtEditorUI

public static ExtEditorUI getExtEditorUI(JTextComponent target)

getCompletion

public static Completion getCompletion(JTextComponent target)

getCompletionJavaDoc

public static CompletionJavaDoc getCompletionJavaDoc(JTextComponent target)

getJDCPopupPanel

public static JDCPopupPanel getJDCPopupPanel(JTextComponent target)

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.