0

我正在尝试在 Eclipse 中添加 GXT 调色板。使用Ext GWT (GXT)

Eclipse-开普勒

应用引擎 1.9.0

GXT 2.3.1

当我右键单击模块文件时,我看不到此选项 Google Web Toolkit > Configure for using Ext GWT

我还添加了 Window Builder Pro

Window Builder Pro

请帮助我在 Eclipse 中获取 GXT 调色板。谢谢

4

1 回答 1

0

对于 Kepler,没有 GWT Designer。

对于 GWT 设计器

包含此补丁的新 GWT Designer 构建可从以下更新站点获得:

http://dl.google.com/eclipse/inst/d2gwt/latest/3.6

http://dl.google.com/eclipse/inst/d2gwt/latest/3.7

http://dl.google.com/eclipse/inst/d2gwt/latest/4.2

http://dl.google.com/eclipse/inst/d2gwt/latest/4.3

使用 3.8 的 4.2 更新站点 URL。对于开普勒使用 4.3

请注意,这些是用于 Eclipse 更新管理器的更新站点 URL。它们不是直接下载链接。

GWT Desinger 也只支持 2.1.x 和 2.2.5(推荐,最新的 2.xx 系列)

添加 pulgin 和 GXT jar 后

右键单击 project.gwt.xml 文件 Google Web Toolkit > 配置以使用 Ext GWT (GXT)。这会将 gxt.jar 添加到您的类路径和模块文件中,并将各种 GXT 文件添加到您的 war 文件夹中。

一旦将 Ext GWT (GXT) 添加到您的项目中,就会出现几个新的 Ext GWT (GXT) 调色板类别:

于 2014-04-22T14:39:15.230 回答