Class ListModelEditor


  • public class ListModelEditor
    extends java.lang.Object
    A dialog that pops up when you click on "Previously Entered Strings" from a HistoryTextField. Allows the user to edit previously entered strings. Patch# 1818140
    Since:
    jEdit 4.3
    • Constructor Summary

      Constructors 
      Constructor Description
      ListModelEditor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void open​(javax.swing.DefaultListModel listModel)  
      • Methods inherited from class java.lang.Object

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

      • ListModelEditor

        public ListModelEditor()
    • Method Detail

      • open

        public void open​(javax.swing.DefaultListModel listModel)