Uses of Class
de.cau.cs.kieler.keg.importer.ImporterOption

Packages that use ImporterOption
de.cau.cs.kieler.keg.importer The base package for KEG importers. 
 

Uses of ImporterOption in de.cau.cs.kieler.keg.importer
 

Fields in de.cau.cs.kieler.keg.importer declared as ImporterOption
static ImporterOption<Boolean> ImportManager.OPTION_OPEN_DIAGRAM
          the option for the automatic opening of the diagram file.
 

Methods in de.cau.cs.kieler.keg.importer that return types with arguments of type ImporterOption
 List<ImporterOption<?>> AbstractImporter.getOptions()
          Returns the options that are available for this importer.
 

Methods in de.cau.cs.kieler.keg.importer with parameters of type ImporterOption
<T> void
AbstractImporter.addOption(ImporterOption<T> option)
          Adds an option to the importer.