public class BrowserHistoryPanel extends RegionsListPanel(Code)
Panel for displaying browser history.
Currently not used because of synchronization problems.
This class is a swing view class and hence should only be accessed from the event-handling thread.
version: $Id$
Inner Class :protected class BrowserHistoryListUserObj extends RegionListUserObj
makeRegionListUserObj(DocumentRegion r) Factory method to create user objects put in the tree.
If subclasses extend RegionListUserObj, they need to override this method.
Constructs a new browser history panel.
This is swing view class and hence should only be accessed from the event-handling thread.
Parameters: frame - the MainFrame