Class AutoCompleterKeys
java.lang.Object
org.omegat.gui.editor.autocompleter.AutoCompleterKeys
A container class for all standard AutoCompleter keys. Plugins and other
derived classes can handle additional keys by overriding
processKeys().-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStrokefinal KeyStroke -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
trigger
-
nextView
-
prevView
-
confirmAndClose
-
confirmWithoutClose
-
close
-
listUp
-
listUpEmacs
-
listDown
-
listDownEmacs
-
listPageUp
-
listPageDown
-
tableUp
-
tableUpEmacs
-
tableDown
-
tableDownEmacs
-
tableLeft
-
tableLeftEmacs
-
tableRight
-
tableRightEmacs
-
tablePageUp
-
tablePageDown
-
tableFirst
-
tableLast
-
tableFirstInRow
-
tableLastInRow
-
-
Constructor Details
-
AutoCompleterKeys
public AutoCompleterKeys()
-