|
org.netbeans.modules.editor.completion/1 1.6.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.editor.completion.Completion
public final class Completion
Code completion allows the clients to request explicit showing
or hiding of the code completion.
It's a singleton instance.
Method Summary | |
---|---|
static Completion |
get()
Get the singleton instance of this class. |
void |
hideAll()
Hide either of the possibly opened code completion, documentation or tooltip windows. |
void |
hideCompletion()
Hide a completion popup window if it's opened. |
void |
hideDocumentation()
Hides a documentation popup window if it's opened. |
void |
hideToolTip()
Hides a tooltip popup window if it's opened. |
void |
showCompletion()
Request showing of the code completion popup for the currently focused text component. |
void |
showDocumentation()
Request showing of the documentation popup for the currently focused text component. |
void |
showToolTip()
Request showing of the tooltip popup for the currently focused text component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Completion get()
public void showCompletion()
This method can be called from any thread but when called outside of AWT the request will be rescheduled into AWT.
public void hideCompletion()
This method can be called from any thread. The cancelling of the possibly running tasks is done synchronously and the GUI will be updated in the AWT thread.
public void showDocumentation()
This method can be called from any thread but when called outside of AWT the request will be rescheduled into AWT.
public void hideDocumentation()
This method can be called from any thread. The cancelling of the possibly running tasks is done synchronously and the GUI will be updated in the AWT thread.
public void showToolTip()
This method can be called from any thread but when called outside of AWT the request will be rescheduled into AWT.
public void hideToolTip()
This method can be called from any thread. The cancelling of the possibly running tasks is done synchronously and the GUI will be updated in the AWT thread.
public void hideAll()
|
org.netbeans.modules.editor.completion/1 1.6.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |