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

CompletionDocumentation (NetBeans Editor Code Completion SPI) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.editor.completion
Interface CompletionDocumentation


public interface CompletionDocumentation

The interface of an item that can be displayed in the documentation popup.


Method Summary
 Action getGotoSourceAction()
          Returns an action that opens the item's source representation in the editor or null if the item has no source representation.
 String getText()
          Returns a HTML text dispaleyd in the documentation popup.
 URL getURL()
          Returns a URL of the item's external representation that can be displayed in an external browser or null if the item has no external representation.
 CompletionDocumentation resolveLink(String link)
          Returns a documentation item representing an object linked from the item's HTML text.
 

Method Detail

getText

public String getText()
Returns a HTML text dispaleyd in the documentation popup.


getURL

public URL getURL()
Returns a URL of the item's external representation that can be displayed in an external browser or null if the item has no external representation.


resolveLink

public CompletionDocumentation resolveLink(String link)
Returns a documentation item representing an object linked from the item's HTML text.


getGotoSourceAction

public Action getGotoSourceAction()
Returns an action that opens the item's source representation in the editor or null if the item has no source representation.


 

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