Method Summary |
|
public synchronized void | actionPerformed(ActionEvent evt) Called to do either displaying or refreshing of the view. |
public synchronized void | cancelRequest() Cancel last request for either displaying or refreshing the pane. |
protected CompletionQuery | createQuery() |
protected CompletionView | createView() |
final public synchronized CompletionQuery.Result | getLastResult() Get the result of the last valid completion query or null if there's no
valid result available. |
public CompletionPane | getPane() |
final public CompletionQuery | getQuery() |
public synchronized Object | getSelectedValue() |
final public CompletionView | getView() |
final public synchronized void | invalidateLastResult() Reset the result of the last valid completion query. |
public boolean | isAutoPopupEnabled() |
public boolean | isPaneVisible() Return true when the pane exists and is visible. |
public synchronized void | popup(boolean postRequest) Get the help and show it in the view. |
public void | propertyChange(PropertyChangeEvent evt) |
public synchronized void | refresh(boolean postRequest) Refresh the contents of the view if it's currently visible. |
public void | setPaneVisible(boolean visible) Set the visibility of the view. |
public void | settingsChange(SettingsChangeEvent evt) |
public synchronized boolean | substituteCommonText() Substitute the text with the longest common part of all the entries
appearing in the view. |
public synchronized boolean | substituteText(boolean shift) Substitute the document's text with the text that is appopriate for the
selection in the view. |