Uses of Class
de.cau.cs.kieler.kex.model.Category

Packages that use Category
de.cau.cs.kieler.kex.controller All classes that build the controller part of kex. 
de.cau.cs.kieler.kex.model.database Classes for kex-backend database. 
de.cau.cs.kieler.kex.model.plugin Classes for kex-backend database. 
de.cau.cs.kieler.kex.ui.wizards.exporting Classes that contain all elements for the kex ui export. 
 

Uses of Category in de.cau.cs.kieler.kex.controller
 

Methods in de.cau.cs.kieler.kex.controller that return types with arguments of type Category
 List<Category> ExampleManager.getCategories()
          Creates a resultlist with categories of collectors.
 

Uses of Category in de.cau.cs.kieler.kex.model.database
 

Methods in de.cau.cs.kieler.kex.model.database that return types with arguments of type Category
 List<Category> DBExampleCollector.getCategories()
          Getter for categories.
 

Uses of Category in de.cau.cs.kieler.kex.model.plugin
 

Methods in de.cau.cs.kieler.kex.model.plugin that return types with arguments of type Category
 List<Category> PluginExampleCollector.getCategories()
          Returns the categorypool if it is not empty, otherwise loads categories.
 

Method parameters in de.cau.cs.kieler.kex.model.plugin with type arguments of type Category
 void PluginExampleCreator.addExtension(Node extensionKEX, File location, Example parseElement, List<Category> creatableCategories, String absOverviewPic)
          NOTE: parseElement could only be a type of Example or a example category in String representation.
 void PluginExampleCreator.checkDuplicate(Node extensionKEX, String exampleId, List<Category> creatableCategories)
          Searches in a given file with node extensionKEX for duplicates.
 

Uses of Category in de.cau.cs.kieler.kex.ui.wizards.exporting
 

Methods in de.cau.cs.kieler.kex.ui.wizards.exporting that return Category
 Category ExampleExportPage.getCheckedCategory()
          Getter for checked category.
 

Methods in de.cau.cs.kieler.kex.ui.wizards.exporting that return types with arguments of type Category
 List<Category> ExampleExportPage.getCreatableCategories()
          Getter for categories that have to be created.