|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutHolder | |
---|---|
com.jstatcom.component | GUI components with general functionality. |
com.jstatcom.engine | Abstract implementation of the engine communication as well as the procedure call. |
Uses of OutHolder in com.jstatcom.component |
---|
Classes in com.jstatcom.component that implement OutHolder | |
---|---|
class |
ResultField
This class provides a convenient to use scrollable text field for presenting output in text form. |
class |
SystemOutHolder
Simple implementation of the OutHolder interface that
redirects output to log.info in the append
method. |
Uses of OutHolder in com.jstatcom.engine |
---|
Methods in com.jstatcom.engine that return OutHolder | |
---|---|
OutHolder |
PCall.getOutHolder()
Gets the output holder component. |
Methods in com.jstatcom.engine with parameters of type OutHolder | |
---|---|
void |
PCall.setOutHolder(OutHolder outputHolder)
Sets the output component that the results and other output should be written to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |