console
Class ConsoleHistoryText

java.lang.Object
  extended by console.HistoryText
      extended by console.ConsoleHistoryText

public class ConsoleHistoryText
extends HistoryText


Constructor Summary
ConsoleHistoryText(ConsolePane pane)
           
 
Method Summary
 int getInputStart()
          Subclasses can override this to provide funky history behavior, for JTextPanes and such.
 java.lang.String getText()
          Subclasses can override this to provide funky history behavior, for JTextPanes and such.
 void setText(java.lang.String text)
          Subclasses can override this to provide funky history behavior, for JTextPanes and such.
 
Methods inherited from class console.HistoryText
addCurrentToHistory, doBackwardSearch, doForwardSearch, fireActionPerformed, getDocument, getIndex, getInstantPopups, getModel, historyNext, historyPrevious, setIndex, setInstantPopups, setModel, showPopupMenu, showPopupMenu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleHistoryText

public ConsoleHistoryText(ConsolePane pane)
Method Detail

getInputStart

public int getInputStart()
Description copied from class: HistoryText
Subclasses can override this to provide funky history behavior, for JTextPanes and such.

Overrides:
getInputStart in class HistoryText

getText

public java.lang.String getText()
Description copied from class: HistoryText
Subclasses can override this to provide funky history behavior, for JTextPanes and such.

Overrides:
getText in class HistoryText

setText

public void setText(java.lang.String text)
Description copied from class: HistoryText
Subclasses can override this to provide funky history behavior, for JTextPanes and such.

Overrides:
setText in class HistoryText