Uses of Class
edu.rice.cs.drjava.ui.HelpFrame.HistoryList

Packages that use HelpFrame.HistoryList
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Uses of HelpFrame.HistoryList in edu.rice.cs.drjava.ui
 

Fields in edu.rice.cs.drjava.ui declared as HelpFrame.HistoryList
private  HelpFrame.HistoryList HelpFrame._history
           
private  HelpFrame.HistoryList HelpFrame.HistoryList.next
           
private  HelpFrame.HistoryList HelpFrame.HistoryList.prev
           
 

Constructors in edu.rice.cs.drjava.ui with parameters of type HelpFrame.HistoryList
HelpFrame.HistoryList(URL contents, HelpFrame.HistoryList prev)