Package org.omegat.gui.editor
Class EditorPopups.GoToSegmentPopup
- java.lang.Object
-
- org.omegat.gui.editor.EditorPopups.GoToSegmentPopup
-
- All Implemented Interfaces:
IPopupMenuConstructor
- Enclosing class:
- EditorPopups
public static class EditorPopups.GoToSegmentPopup extends java.lang.Object implements IPopupMenuConstructor
-
-
Constructor Summary
Constructors Constructor Description GoToSegmentPopup(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)
creates a popup menu for inactive segments - with an item allowing to go to the given segment.
-
-
-
Constructor Detail
-
GoToSegmentPopup
public GoToSegmentPopup(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)
creates a popup menu for inactive segments - with an item allowing to go to the given segment.- Specified by:
addItems
in interfaceIPopupMenuConstructor
-
-