Package org.omegat.gui.editor
Class EditorPopups.GoToSegmentPopup
java.lang.Object
org.omegat.gui.editor.EditorPopups.GoToSegmentPopup
- All Implemented Interfaces:
IPopupMenuConstructor
- Enclosing class:
- EditorPopups
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItems(JPopupMenu menu, 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 Details
-
GoToSegmentPopup
-
-
Method Details
-
addItems
public void addItems(JPopupMenu menu, 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:
addItemsin interfaceIPopupMenuConstructor
-