| java.lang.Object tide.editor.completions.CompletionUtils
CompletionUtils | final public class CompletionUtils (Code) | | Some collected utilities for the completion UI.
|
controlTableWithFieldKeys | public static void controlTableWithFieldKeys(JTextField field, JTable table, CompletionDialog dialog, String charsToClose)(Code) | | Convenience to add navigation in the table with focus in the field.
ENTER must be removed, because it jumps to the next line !
|
ensureDialogInScreen | public static void ensureDialogInScreen(JDialog dialog)(Code) | | Just look at the lower right corner, this is the main problem of complection dialogs
when they are popped from a textpane position that is near the lower frame position or right border.
|
|
|