Class EditorPopups.EmptyNoneTranslationPopup

    • 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)
      creates a popup menu to remove translation or set empty translation
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyNoneTranslationPopup

        public EmptyNoneTranslationPopup​(EditorController ec)
    • Method Detail

      • addItems

        public 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
        Specified by:
        addItems in interface IPopupMenuConstructor