ui.tools.listener vocabulary
Factor handbook ยป Vocabulary index


Documentation
UI listener

Metadata
Tags:tools
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
interactor source-editoroutput history flag mailbox thread waiting token-model word-model popup
listener-gadget toolerror-summary output scroller input


Generic words
WordStack effect
(print-input)( object -- )
(word-at-caret)( token completion-mode -- obj )
listener-input( obj -- )


Symbol words
listener-input-style
listener-word-style


Ordinary words
WordStack effect
(call-listener)( quot command listener -- )
(get-listener)( quot -- listener )
<debugger-popup>( error continuation interactor -- popup )
<error-summary>( -- gadget )
<interactor>( -- gadget )
<listener-gadget>( -- listener )
<word-model>( interactor -- model )
add-listener-area( listener -- listener )
call-listener( quot command -- )
clear-output( listener -- )
clear-stack( listener -- )
com-auto-use( -- )
com-end( listener -- )
com-file-drop( -- files )
com-font-size-minus( listener -- )
com-font-size-normal( listener -- )
com-font-size-plus( listener -- )
com-help( -- )
debugger-popup( interactor error continuation -- )
delete-next-character/eof( interactor -- )
do-recall?( table error -- ? )
error-summary.( -- )
eval-listener( string -- )
evaluate-input( interactor -- )
frame-debugger( debugger -- labeled )
get-listener( -- listener )
get-ready-listener( -- listener )
go-to-error( interactor error -- )
init-error-summary( listener -- listener )
init-input/output( listener -- listener )
interactor-busy?( interactor -- ? )
interactor-continuation( interactor -- continuation )
interactor-continue( obj interactor -- )
interactor-eof( interactor -- )
interactor-finish( interactor -- )
interactor-operation( gesture interactor -- ? )
interactor-read( interactor -- lines )
interactor-yield( interactor -- obj )
introduction.( -- )
listener-busy?( listener -- ? )
listener-run-files( seq -- )
listener-streams( listener -- input output )
listener-thread( listener -- )
listener-window( -- )
listener-window*( -- listener )
make-restart-hook-quot( error interactor -- quot )
print-input( object interactor -- )
quot-action( interactor -- lines )
recall-lexer-error( interactor error -- )
register-self( interactor -- )
restart-listener( listener -- )
set-listener-font( family size -- )
show-listener( -- )
start-listener-thread( listener -- )
try-parse( lines -- quot/f )
use-if-necessary( word manifest -- )
wait-for-listener( listener -- )
word-at-caret( token interactor -- obj )


Class predicate words
WordStack effect
interactor?( object -- ? )
listener-gadget?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
ui.tools.listener.completion
ui.tools.listener.history
ui.tools.listener.popups


Children from resource:extra
VocabularySummary
ui.tools.listener.log


Children
VocabularySummary
ui.tools.listener.private