|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceType | |
---|---|
de.cau.cs.kieler.kex.controller | All classes that build the controller part of kex. |
de.cau.cs.kieler.kex.model | Represents model classes and the implementations of kex-backend. |
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 SourceType in de.cau.cs.kieler.kex.controller |
---|
Methods in de.cau.cs.kieler.kex.controller with parameters of type SourceType | |
---|---|
Example |
ExampleManager.getExample(SourceType type,
String exampleId)
searches the examplepool of a source for a special example. |
Uses of SourceType in de.cau.cs.kieler.kex.model |
---|
Methods in de.cau.cs.kieler.kex.model that return SourceType | |
---|---|
SourceType |
Example.getSourceType()
Getter for sourcetype. |
abstract SourceType |
ExampleCollector.getSourceType()
Getter for SourceType . |
static SourceType |
SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SourceType[] |
SourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.cau.cs.kieler.kex.model with parameters of type SourceType | |
---|---|
static String |
SourceType.map(SourceType type)
Gets the name of a source type. |
Constructors in de.cau.cs.kieler.kex.model with parameters of type SourceType | |
---|---|
Example(String id,
String title,
String categoryId,
SourceType sourceTypeParam)
Creates a new example model. |
Uses of SourceType in de.cau.cs.kieler.kex.model.database |
---|
Methods in de.cau.cs.kieler.kex.model.database that return SourceType | |
---|---|
SourceType |
DBExampleCollector.getSourceType()
|
Uses of SourceType in de.cau.cs.kieler.kex.model.plugin |
---|
Methods in de.cau.cs.kieler.kex.model.plugin that return SourceType | |
---|---|
SourceType |
PluginExampleCollector.getSourceType()
|
Uses of SourceType in de.cau.cs.kieler.kex.ui.wizards.exporting |
---|
Methods in de.cau.cs.kieler.kex.ui.wizards.exporting that return SourceType | |
---|---|
SourceType |
ExampleExportPage.getSourceType()
Getter for sourctype. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |