| org.netbeans.editor.ext.CompletionPane
All known Subclasses: org.netbeans.editor.ext.ScrollCompletionPane,
CompletionPane | public interface CompletionPane (Code) | | 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.
author: Miloslav Metelka version: 1.00 |
Method Summary | |
public boolean | isVisible() | public void | refresh() Possibly refresh the look after either the view was changed or title was
changed or both. | public void | setTitle(String title) Set the title of the pane according to the completion query results. | public void | setVisible(boolean visible) Set the pane to be visible. |
isVisible | public boolean isVisible()(Code) | | Is the pane visible?
|
refresh | public void refresh()(Code) | | Possibly refresh the look after either the view was changed or title was
changed or both.
|
setTitle | public void setTitle(String title)(Code) | | Set the title of the pane according to the completion query results.
|
setVisible | public void setVisible(boolean visible)(Code) | | Set the pane to be visible.
|
|
|