| javax.swing.JDialog tide.editor.completions.ImportCompletionDialog
ImportCompletionDialog | final public class ImportCompletionDialog extends JDialog implements CompletionDialog(Code) | | Displays all packages and all classes ! and the javadoc for the selected.
TODO: add Package version description tab, ... or reflection info, if any, for classes.
|
Inner Class :static class Item | |
insertInstance | boolean insertInstance(Code) | | |
insertSimpleTypeName | boolean insertSimpleTypeName(Code) | | |
insertTypeMode | final boolean insertTypeMode(Code) | | |
ImportCompletionDialog | public ImportCompletionDialog(boolean insertTypeMode, JFrame owner, int x, int y, Document doc, int docOffset, boolean projectOnly, String initialTextForBrowseMode)(Code) | | Parameters: createWildcardImports - if false, only the types are presented. |
cancelDialog | public void cancelDialog()(Code) | | |
clear | public void clear()(Code) | | |
getSelectionAndClear | public String getSelectionAndClear()(Code) | | |
getWasCancelled | public boolean getWasCancelled()(Code) | | |
selectAndQuit | public void selectAndQuit()(Code) | | |
|
|