|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmt.umlx.Environment
public class Environment
EditorEnvironment provides the environment when editing (rather than testing).
Constructor Summary | |
---|---|
Environment()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Environment()
Method Detail |
---|
public java.lang.Object getClipboardContents()
IEnvironment
getClipboardContents
in interface IEnvironment
public void logException(java.lang.Throwable e, boolean showErrorDialog)
IEnvironment
logException
in interface IEnvironment
e
- the exceptionshowErrorDialog
- true to show exception in a prompter.public void setClipboardContents(java.lang.Object contents)
IEnvironment
setClipboardContents
in interface IEnvironment
contents
- the new (non-null) contents
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |