Package org.omegat.gui.editor
Class EditorPopups.SpellCheckerPopup
- java.lang.Object
-
- org.omegat.gui.editor.EditorPopups.SpellCheckerPopup
-
- All Implemented Interfaces:
IPopupMenuConstructor
- Enclosing class:
- EditorPopups
public static class EditorPopups.SpellCheckerPopup extends java.lang.Object implements IPopupMenuConstructor
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 Constructor Description SpellCheckerPopup(EditorController ec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addItems(javax.swing.JPopupMenu menu, javax.swing.text.JTextComponent comp, int mousepos, boolean isInActiveEntry, boolean isInActiveTranslation, SegmentBuilder sb)
-
-
-
Constructor Detail
-
SpellCheckerPopup
public SpellCheckerPopup(EditorController ec)
-
-
Method Detail
-
addItems
public void addItems(javax.swing.JPopupMenu menu, javax.swing.text.JTextComponent comp, int mousepos, boolean isInActiveEntry, boolean isInActiveTranslation, SegmentBuilder sb)
- Specified by:
addItems
in interfaceIPopupMenuConstructor
-
-