Package org.omegat.externalfinder.item
Class ExternalFinderItemPopupMenuConstructor
- java.lang.Object
-
- org.omegat.externalfinder.item.ExternalFinderItemPopupMenuConstructor
-
- All Implemented Interfaces:
IPopupMenuConstructor
public class ExternalFinderItemPopupMenuConstructor extends java.lang.Object implements IPopupMenuConstructor
-
-
Constructor Summary
Constructors Constructor Description ExternalFinderItemPopupMenuConstructor()
-
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)
-
-
-
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
-
-