A GUI-toolkit agnostic extension of EditDocumentInterface that adds a console input state property.
version: $Id: ConsoleDocumentInterface.java 4157 2007-02-14 21:39:26Z rcartwright $
Method Summary
public boolean
hasPrompt() true iff this document has a prompt and is ready to accept input.
public void
setHasPrompt(boolean val) Setter for the _hasPrompt property.