| java.lang.Object org.gjt.sp.jedit.gui.HistoryText
HistoryText | public class HistoryText (Code) | | Controller (manager of models) for HistoryTextArea.
author: Slava Pestov version: $Id: HistoryText.java 8899 2007-02-05 23:33:10Z ezust $ |
addCurrentToHistory | public void addCurrentToHistory()(Code) | | Adds the currently entered item to the history.
|
doBackwardSearch | public void doBackwardSearch()(Code) | | |
doForwardSearch | public void doForwardSearch()(Code) | | |
fireActionPerformed | public void fireActionPerformed()(Code) | | |
getIndex | public int getIndex()(Code) | | |
getInputStart | public int getInputStart()(Code) | | Subclasses can override this to provide funky history behavior,
for JTextPanes and such.
|
getInstantPopups | public boolean getInstantPopups()(Code) | | Returns if selecting a value from the popup should immediately fire
an ActionEvent.
|
getModel | public HistoryModel getModel()(Code) | | Returns the underlying history controller.
since: jEdit 4.3pre1 |
getText | public String getText()(Code) | | Subclasses can override this to provide funky history behavior,
for JTextPanes and such.
|
historyNext | public void historyNext()(Code) | | |
historyPrevious | public void historyPrevious()(Code) | | |
setIndex | public void setIndex(int index)(Code) | | |
setInstantPopups | public void setInstantPopups(boolean instantPopups)(Code) | | Sets if selecting a value from the popup should immediately fire
an ActionEvent.
|
setModel | public void setModel(String name)(Code) | | Sets the history list controller.
Parameters: name - The model name since: jEdit 4.3pre1 |
setText | public void setText(String text)(Code) | | Subclasses can override this to provide funky history behavior,
for JTextPanes and such.
|
showPopupMenu | public void showPopupMenu(String t, int x, int y)(Code) | | |
showPopupMenu | public void showPopupMenu(boolean search)(Code) | | |
|
|