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

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

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

org.netbeans.editor.ext
Interface CompletionPane

All Known Subinterfaces:
ExtCompletionPane
All Known Implementing Classes:
ScrollCompletionPane

public interface CompletionPane

Pane displaying the completion view and accompanying components like label for title etc. It can be a scroll-pane with the label at the top or something else.


Method Summary
 boolean isVisible()
          Is the pane visible?
 void refresh()
          Possibly refresh the look after either the view was changed or title was changed or both.
 void setTitle(String title)
          Set the title of the pane according to the completion query results.
 void setVisible(boolean visible)
          Set the pane to be visible.
 

Method Detail

isVisible

boolean isVisible()
Is the pane visible?


setVisible

void setVisible(boolean visible)
Set the pane to be visible.


refresh

void refresh()
Possibly refresh the look after either the view was changed or title was changed or both.


setTitle

void setTitle(String title)
Set the title of the pane according to the completion query results.


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.