Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved.
TTWInteractor
| Inherits From: | TTInteractor |
| Declared In: | <ObjAppKit/TTWInteractor.h> |
Class Description
This is the ApplicationKit interactor. It features Text object based command editing with command history. See the "Interactors" section for more info.
Method Types
| Actions | |
| Other | |
Instance Methods
clearOutput:
Clears the interactor window's scroll-back buffer.
copyHistory:
Copies history onto pasteboard.
flushHistory:
Forgets history.
isReleasedWhenClosed
Returns YES if the interactor is released when its window gets closed.
See also: - setReleasedWhenClosed:
killCurrentCommand:
Cancels the command that is currently being typed
printOut:
Prints text in the interactor.
readLineWithPrompt:and:defaultText:
Modally reads one line of text.
run:
Runs the interactor non-modally.
saveHistory:
Saves history into a file.
setReleasedWhenClosed:
If f is YES, then the interactor object (the receiver of this message) will be freed when its window gets closed.
See also: - isReleasedWhenClosed
stop:
Stops the interactor.
window
Returns the interactor window.
###