Uses of Interface
org.gjt.sp.jedit.gui.MutableListModel

Packages that use MutableListModel
org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
 

Uses of MutableListModel in org.gjt.sp.jedit.buffer
 

Classes in org.gjt.sp.jedit.buffer that implement MutableListModel
 class KillRing
          The kill ring retains deleted text.
 

Uses of MutableListModel in org.gjt.sp.jedit.gui
 

Classes in org.gjt.sp.jedit.gui that implement MutableListModel
 class HistoryModel
          A history list.
 

Constructors in org.gjt.sp.jedit.gui with parameters of type MutableListModel
PasteFromListDialog(java.lang.String name, View view, MutableListModel model)