change the package name of the GWT Apps to org.grammaticalframework.ui.gwt
@@ -4,7 +4,7 @@
|
||||
<inherits name="com.google.gwt.user.User" />
|
||||
<inherits name="com.google.gwt.xml.XML" />
|
||||
|
||||
<inherits name="se.chalmers.cs.gf.gwt.PGF" />
|
||||
<inherits name="org.grammaticalframework.ui.gwt.PGF" />
|
||||
|
||||
<!-- Inherit the default GWT style sheet. You can change -->
|
||||
<!-- the theme of your GWT application by uncommenting -->
|
||||
@@ -4,7 +4,7 @@
|
||||
<inherits name="com.google.gwt.user.User" />
|
||||
<inherits name="com.google.gwt.xml.XML" />
|
||||
|
||||
<inherits name="se.chalmers.cs.gf.gwt.PGF" />
|
||||
<inherits name="org.grammaticalframework.ui.gwt.PGF" />
|
||||
|
||||
<!-- Inherit the default GWT style sheet. You can change -->
|
||||
<!-- the theme of your GWT application by uncommenting -->
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
<!-- Specify the app entry point class. -->
|
||||
<entry-point class="se.chalmers.cs.gf.gwt.client.FridgeApp" />
|
||||
<entry-point class="org.grammaticalframework.ui.gwt.client.FridgeApp" />
|
||||
|
||||
<!-- Specify the application specific style sheet. -->
|
||||
<stylesheet src="Fridge.css" />
|
||||
@@ -4,7 +4,7 @@
|
||||
<inherits name="com.google.gwt.user.User" />
|
||||
<inherits name="com.google.gwt.xml.XML" />
|
||||
|
||||
<inherits name="se.chalmers.cs.gf.gwt.PGF" />
|
||||
<inherits name="org.grammaticalframework.ui.gwt.PGF" />
|
||||
|
||||
<!-- Inherit the default GWT style sheet. You can change -->
|
||||
<!-- the theme of your GWT application by uncommenting -->
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
<!-- Specify the app entry point class. -->
|
||||
<entry-point class="se.chalmers.cs.gf.gwt.client.TranslateApp" />
|
||||
<entry-point class="org.grammaticalframework.ui.gwt.client.TranslateApp" />
|
||||
|
||||
<!-- Specify the application specific style sheet. -->
|
||||
<stylesheet src="Translate.css" />
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.*;
|
||||
import com.google.gwt.user.client.ui.*;
|
||||
@@ -30,7 +30,7 @@ public class BrowsePanel extends Composite {
|
||||
|
||||
public native void onActivate() /*-{
|
||||
$doc.browsePanel = this;
|
||||
$doc.callBrowse = @se.chalmers.cs.gf.gwt.client.BrowsePanel::callBrowse(Lse/chalmers/cs/gf/gwt/client/BrowsePanel;Ljava/lang/String;);
|
||||
$doc.callBrowse = @org.grammaticalframework.ui.gwt.client.BrowsePanel::callBrowse(Lorg/grammaticalframework/ui/gwt/client/BrowsePanel;Ljava/lang/String;);
|
||||
}-*/;
|
||||
|
||||
protected Widget createSearchPanel(CompletionOracle oracle) {
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.core.client.*;
|
||||
import com.google.gwt.user.client.*;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.LinkedHashSet;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.user.client.ui.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.NoSuchElementException;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.core.client.JavaScriptObject;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.http.client.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.core.client.JavaScriptObject;
|
||||
import com.google.gwt.http.client.Request;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.user.client.ui.HTML;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.user.client.ui.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import se.chalmers.cs.gf.gwt.client.JSONRequestBuilder.Arg;
|
||||
import org.grammaticalframework.ui.gwt.client.JSONRequestBuilder.Arg;
|
||||
|
||||
import java.util.*;
|
||||
import com.google.gwt.core.client.*;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.user.client.ui.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import com.google.gwt.core.client.GWT;
|
||||
import com.google.gwt.user.client.ui.Label;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.AbstractList;
|
||||
import java.util.List;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
@@ -1,4 +1,4 @@
|
||||
package se.chalmers.cs.gf.gwt.client;
|
||||
package org.grammaticalframework.ui.gwt.client;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 138 B |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |