Uses of Class
org.gjt.sp.jedit.gui.HistoryModel

Packages that use HistoryModel
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
 

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

Methods in org.gjt.sp.jedit.gui that return HistoryModel
 HistoryModel HistoryTextField.getModel()
          Returns the underlying history model.
 HistoryModel HistoryTextArea.getModel()
          Returns the underlying history controller.
 HistoryModel HistoryText.getModel()
          Returns the underlying history controller.
static HistoryModel HistoryModel.getModel(java.lang.String name)
          Returns a named model.