Uses of Class
cz.zcu.fav.kiv.editor.beans.parameters.TypeParam

Packages that use TypeParam
cz.zcu.fav.kiv.editor.beans.parameters   
cz.zcu.fav.kiv.editor.graphics.components.parameters   
 

Uses of TypeParam in cz.zcu.fav.kiv.editor.beans.parameters
 

Methods in cz.zcu.fav.kiv.editor.beans.parameters that return TypeParam
 TypeParam Parameter.getType()
           
 

Methods in cz.zcu.fav.kiv.editor.beans.parameters with parameters of type TypeParam
 void Parameter.setType(TypeParam type)
           
 

Uses of TypeParam in cz.zcu.fav.kiv.editor.graphics.components.parameters
 

Constructors in cz.zcu.fav.kiv.editor.graphics.components.parameters with parameters of type TypeParam
ParameterTypeForm(TypeParam type)
          Initializes a newly created ParameterTypeForm with the parameter type.