Changes

Jump to: navigation, search

User:Qinzhi

490 bytes added, 23:56, 2 February 2011
no edit summary
So expressions can be used in debug mode to check the runtime value.
14.Evaluating snippets
snippets used to speed up typing.
for example: I put Audio.java as a snippet, named InterfaceTemplate,
and add a variable name_1, default value is "Audio".
package cs.ecl.basics.simple.example1;
public interface ${name_1} extends Media {
}
I created a DVD.java interface, open it, and I deleted everything in
DVD.java. Then I drag it to the middle empty place, it popped a window.
I changed the value of name_1 to DVD. Then DVD.java is created.
15.Using the Java browsing perspective
16.Writing and running JUnit tests
1
edit

Navigation menu