Uses of Class
cz.zcu.fav.kiv.editor.beans.types.CommonTypes

Packages that use CommonTypes
cz.zcu.fav.kiv.editor.config   
cz.zcu.fav.kiv.editor.config.handlers   
 

Uses of CommonTypes in cz.zcu.fav.kiv.editor.config
 

Methods in cz.zcu.fav.kiv.editor.config that return CommonTypes
 CommonTypes ConfigController.getCommonTypes()
           
 CommonTypes ConfigParser.readTypes()
          Parses the configuration file with types - types.xml.
 

Methods in cz.zcu.fav.kiv.editor.config with parameters of type CommonTypes
 AttributeGroup[] ConfigParser.readAttributes(CommonTypes commonTypes)
          Parses the configuration file with attributes - attributes.xml.
 

Constructors in cz.zcu.fav.kiv.editor.config with parameters of type CommonTypes
ParamController(ConfigData configData, CommonTypes types)
          Initializes a newly created ParamController.
ParameterParser(CommonTypes types)
          Initializes a newly created ParameterParser.
 

Uses of CommonTypes in cz.zcu.fav.kiv.editor.config.handlers
 

Constructors in cz.zcu.fav.kiv.editor.config.handlers with parameters of type CommonTypes
AttributeXmlHandler(CommonTypes commonTypes)
          Initializes a newly created AttributeXmlHandler with ConfigData.
ParameterXmlHandler(Parameter parameter, CommonTypes types)
          Initializes a newly created empty ParameterXmlHandler.