| |
|
| java.lang.Object org.gjt.sp.jedit.help.HelpHistoryModel
HelpHistoryModel | public class HelpHistoryModel (Code) | | History model used by the help browser
author: Nicholas O'Leary version: $Id: HelpHistoryModel.java 9197 2007-03-22 14:35:05Z Vampire0 $ |
Inner Class :static class HistoryEntry | |
HelpHistoryModel | public HelpHistoryModel(int size)(Code) | | |
fireUpdate | public void fireUpdate()(Code) | | |
getNextURLs | public HistoryEntry[] getNextURLs()(Code) | | |
getPreviousURLs | public HistoryEntry[] getPreviousURLs()(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
hasPrevious | public boolean hasPrevious()(Code) | | |
setCurrentEntry | public void setCurrentEntry(HistoryEntry entry)(Code) | | |
setCurrentScrollPosition | public void setCurrentScrollPosition(URL currentPage, int scrollPosition)(Code) | | |
|
|
|