KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > editor_actions > EditActionsTest > testEditActions


1 package editor_actions.EditActionsTest;
2
3 public class testEditActions {
4
5     /** test insert mode */
6     public void test() {
7     }
8     
9     /** Returns the String */
10     public String JavaDoc getString(){
11         return "";
12     }
13     
14     /**
15      * 1
16      * 2
17      * 3 ahoj hello x
18      * 4
19      * 5
20      */

21     public void ahoj(){
22         
23     }
24 }
Popular Tags