public static class EditorPopups.EmptyNoneTranslationPopup extends java.lang.Object implements IPopupMenuConstructor
Modifier and Type | Field and Description |
---|---|
protected EditorController |
ec |
Constructor and Description |
---|
EmptyNoneTranslationPopup(EditorController ec) |
Modifier and Type | Method and Description |
---|---|
void |
addItems(javax.swing.JPopupMenu menu,
javax.swing.text.JTextComponent comp,
int mousepos,
boolean isInActiveEntry,
boolean isInActiveTranslation,
SegmentBuilder sb)
creates a popup menu to remove translation or set empty translation
|
protected final EditorController ec
public EmptyNoneTranslationPopup(EditorController ec)
public void addItems(javax.swing.JPopupMenu menu, javax.swing.text.JTextComponent comp, int mousepos, boolean isInActiveEntry, boolean isInActiveTranslation, SegmentBuilder sb)
addItems
in interface IPopupMenuConstructor