|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconsole.HistoryText
console.ConsoleHistoryText
public class ConsoleHistoryText
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 |
---|
public ConsoleHistoryText(ConsolePane pane)
Method Detail |
---|
public int getInputStart()
HistoryText
getInputStart
in class HistoryText
public java.lang.String getText()
HistoryText
getText
in class HistoryText
public void setText(java.lang.String text)
HistoryText
setText
in class HistoryText
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |