Public Member Functions | |
| DebuggingEnvironment (Application paperApp) | |
| void | showFlashView () |
| void | visualize (String msg, Region r, String code) |
Static Public Member Functions | |
| static String | escapeLiteral (String s) |
This software is distributed under the BSD License.
Definition at line 27 of file DebuggingEnvironment.java.
| DebuggingEnvironment | ( | Application | paperApp | ) |
| void visualize | ( | String | msg, | |
| Region | r, | |||
| String | code | |||
| ) |
| msg | ||
| r |
Definition at line 144 of file DebuggingEnvironment.java.
References DebuggingEnvironment.escapeLiteral(), Region.getName(), and FlashCommunicationServer.sendMessage().
Referenced by EventHandler.showMe().
1.4.7