|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Outputable
Communicate the identity of the output streams or writers used by the application. Communicate the identity of the input stream, too. Any object with methods that generates print output should implement this interface.
TestOut
Method Summary | |
---|---|
TestOut |
getOutput()
Returns print output streams or writers. |
void |
setOutput(TestOut out)
Defines print output streams or writers. |
Method Detail |
---|
void setOutput(TestOut out)
out
- Identify the streams or writers used for print output.getOutput()
TestOut getOutput()
setOutput(org.netbeans.jemmy.TestOut)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |