public static class EditorPopups.InsertBidiPopup extends java.lang.Object implements IPopupMenuConstructor
Modifier and Type | Field and Description |
---|---|
protected EditorController |
ec |
protected java.lang.String[] |
inserts |
protected java.lang.String[] |
names |
Constructor and Description |
---|
InsertBidiPopup(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) |
protected final EditorController ec
protected java.lang.String[] names
protected java.lang.String[] inserts
public InsertBidiPopup(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