source:
trunk/playground/GWT-Examples/GWT-JSNI-example/src/gdl/isidor/us/TopicMaps/TopicMap.java
Last change on this file was 484, checked in by , 13 years ago | |
---|---|
File size: 247 bytes |
Line | |
---|---|
1 | package gdl.isidor.us.TopicMaps; |
2 | |
3 | import com.google.gwt.core.client.JavaScriptObject; |
4 | |
5 | public class TopicMap extends JavaScriptObject{ |
6 | |
7 | protected TopicMap() {} |
8 | |
9 | public final native Locator getLoator() /*-{ |
10 | return this.getLocator(); |
11 | }-*/; |
12 | } |
Note: See TracBrowser
for help on using the repository browser.