SPT RWT Application API

Uses of Class
com.sptci.rwt.Category

Packages that use Category
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
com.sptci.rwt.webui The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API. 
 

Uses of Category in com.sptci.rwt
 

Fields in com.sptci.rwt with type parameters of type Category
private  TreeMap<String,Category> Queries.categories
          A map used to quickly look up Query instances by their name.
 

Methods in com.sptci.rwt that return Category
 Category Queries.getCategory(String name)
          Returns the category identified by the name specified.
 

Methods in com.sptci.rwt that return types with arguments of type Category
 Collection<Category> Queries.getCategories()
          Returns the names of the categories under which queries have been saved.
 

Uses of Category in com.sptci.rwt.webui
 

Methods in com.sptci.rwt.webui that return types with arguments of type Category
 Collection<Category> MainController.getCategories()
          Returns Queries.getCategories().
 

Methods in com.sptci.rwt.webui with parameters of type Category
private  Component ManageSavedQueriesView.createCategory(Category category)
          Create the component that displays the saved queries in a specified database category.
private  Menu MenuComponent.createSavedQueries(Category category)
          Create the necessary menu's to display the saved queries under the specified category.
 


SPT RWT Application API