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

Packages that use Unit
cz.zcu.fav.kiv.editor.beans.parameters   
cz.zcu.fav.kiv.editor.beans.properties   
cz.zcu.fav.kiv.editor.beans.types   
cz.zcu.fav.kiv.editor.graphics.components   
 

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

Subclasses of Unit in cz.zcu.fav.kiv.editor.beans.parameters
 class UnitParam
          The UnitParam class represents a unit of parameter type.
 

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

Subclasses of Unit in cz.zcu.fav.kiv.editor.beans.properties
 class UnitAttr
          The UnitAttr class represents a unit of attribute type.
 

Uses of Unit in cz.zcu.fav.kiv.editor.beans.types
 

Fields in cz.zcu.fav.kiv.editor.beans.types declared as Unit
protected  Unit Type.unit
          The unit of the type
 

Methods in cz.zcu.fav.kiv.editor.beans.types that return Unit
 Unit Type.getUnit()
           
 

Methods in cz.zcu.fav.kiv.editor.beans.types with parameters of type Unit
 void Type.setUnit(Unit unit)
           
 

Uses of Unit in cz.zcu.fav.kiv.editor.graphics.components
 

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