Package org.omegat.gui.editor
Class EditorPopups.SpellCheckerPopup
java.lang.Object
org.omegat.gui.editor.EditorPopups.SpellCheckerPopup
- All Implemented Interfaces:
IPopupMenuConstructor
- Enclosing class:
- EditorPopups
create the spell checker popup menu - suggestions for a wrong word, add
and ignore. Works only for the active segment, for the translation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItems(JPopupMenu menu, JTextComponent comp, int mousepos, boolean isInActiveEntry, boolean isInActiveTranslation, SegmentBuilder sb)
-
Constructor Details
-
SpellCheckerPopup
-
-
Method Details
-
addItems
public void addItems(JPopupMenu menu, JTextComponent comp, int mousepos, boolean isInActiveEntry, boolean isInActiveTranslation, SegmentBuilder sb) - Specified by:
addItemsin interfaceIPopupMenuConstructor
-