|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnvironment
IEnvironment provides the interface to external facilities, allowing a test environment to provide alternate implementations.
Method Summary | |
---|---|
java.lang.Object |
getClipboardContents()
Get the current clip-board contents. |
void |
logException(java.lang.Throwable e,
boolean showErrorDialog)
Log an exception to the Console Error Log, and optionally show it in a prompter. |
void |
setClipboardContents(java.lang.Object contents)
Set the current clip-board contents. |
Method Detail |
---|
java.lang.Object getClipboardContents()
void logException(java.lang.Throwable e, boolean showErrorDialog)
e
- the exceptionshowErrorDialog
- true to show exception in a prompter.void setClipboardContents(java.lang.Object contents)
contents
- the new (non-null) contents
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |