private LegacyGWTHostPageSelectionDialog(Shell parent, IProject project,
Map<String, Set<String>> hostPagesByModule, boolean isExternal) {
super(parent, new LegacyHostPageSelectionLabelProvider(),
new LegacyGWTHostPageSelectionContentProvider());
this.isExternal = isExternal;
this.project = project;
this.isEmpty = hostPagesByModule.isEmpty();
this.useHostPage = !isEmpty;
setValidator(new LegacyHostPageSelectionStatusValidator());
setTitle("Host page selection");
setMessage("Choose a host page to launch the application with:");
setInput(LegacyGWTHostPageSelectionTreeItem.buildTree(hostPagesByModule));
setComparator(new ViewerComparator());
}
LegacyGWTHostPageSelectionDialog.java 文件源码
java
阅读 31
收藏 0
点赞 0
评论 0
项目:gwt-eclipse-plugin
作者:
评论列表
文章目录