public static class EditorPopups.DefaultPopup extends java.lang.Object implements IPopupMenuConstructor
Constructor and Description |
---|
DefaultPopup() |
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 the Cut, Copy and Paste menu items
|
public void addItems(javax.swing.JPopupMenu menu, javax.swing.text.JTextComponent comp, int mousepos, boolean isInActiveEntry, boolean isInActiveTranslation, SegmentBuilder sb)
addItems
in interface IPopupMenuConstructor