| javax.swing.JDialog tide.editor.completions.ArgumentsCompletionDialog
ArgumentsCompletionDialog | final public class ArgumentsCompletionDialog extends JDialog implements CompletionDialog(Code) | | Presents the arguments for a single constructor or method name.
=> shows several items if various parameters as in "String.valueOf(".
this dialog don't offers completion but a help on arguments, which are selected!
IDEA: simply be not modal, just listen to "esc" and ")" typed and close.
|
currentArgumentPosition | int currentArgumentPosition(Code) | | |
fontSize | final int fontSize(Code) | | |
cancelDialog | public void cancelDialog()(Code) | | |
clear | public void clear()(Code) | | |
getSelection | public String getSelection()(Code) | | No sense here, the arguments completion just helps the user with comments and argument position.
|
selectAndQuit | public void selectAndQuit()(Code) | | |
|
|