Uses of Class
cz.zcu.fav.kiv.editor.beans.properties.TypeAttr

Packages that use TypeAttr
cz.zcu.fav.kiv.editor.beans.properties   
 

Uses of TypeAttr in cz.zcu.fav.kiv.editor.beans.properties
 

Methods in cz.zcu.fav.kiv.editor.beans.properties that return TypeAttr
 TypeAttr Attribute.getType()
           
 

Methods in cz.zcu.fav.kiv.editor.beans.properties with parameters of type TypeAttr
 void Attribute.setType(TypeAttr type)
           
 

Constructors in cz.zcu.fav.kiv.editor.beans.properties with parameters of type TypeAttr
Attribute(java.lang.String name, TypeAttr type)
          Initializes a newly created Attribute with the specified name and the type.