}
@Override
public SourceEntity[] getSourceUrls() {
return new SourceEntity[] {
new SourceEntity("Application.java", "source/miniapp/Application.java.html"),
new SourceEntity("CategoryTreeGrid.java", "source/miniapp/CategoryTreeGrid.java.html"),
new SourceEntity("HelpPane.java", "source/miniapp/HelpPane.java.html"),
new SourceEntity("ItemDetailTabPane.java", "source/miniapp/ItemDetailTabPane.java.html"),
new SourceEntity("ItemListGrid.java", "source/miniapp/ItemListGrid.java.html"),
new SourceEntity("SearchForm.java", "source/miniapp/SearchForm.java.html"),
new SourceEntity("ItemSupplyXmlDS.java", "sourcegen/data/ItemSupplyXmlDS.java.html"),
new SourceEntity("SupplyCategoryXmlDS.java", "sourcegen/data/SupplyCategoryXmlDS.java.html")
};
}