|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeAttribute | |
---|---|
org.eucalyptus.analysesi.gui.dictionary | |
org.eucalyptus.analysesi.model | |
org.eucalyptus.analysesi.model.generic |
Uses of TypeAttribute in org.eucalyptus.analysesi.gui.dictionary |
---|
Methods in org.eucalyptus.analysesi.gui.dictionary that return TypeAttribute | |
---|---|
static TypeAttribute |
PropertiesTypeAttributeComponentFactory.buildTypeAttribute(java.lang.Class<? extends TypeAttribute> typeAttributeClass,
java.util.List<javax.swing.JComponent> componentsPropertiesTypeAttribute)
|
Method parameters in org.eucalyptus.analysesi.gui.dictionary with type arguments of type TypeAttribute | |
---|---|
static java.util.List<javax.swing.JComponent> |
PropertiesTypeAttributeComponentFactory.buildComponents(java.lang.Class<? extends TypeAttribute> typeAttributeClass)
Fabrique plusieurs composants à partir des propriétés d'un type d'attribut. |
static TypeAttribute |
PropertiesTypeAttributeComponentFactory.buildTypeAttribute(java.lang.Class<? extends TypeAttribute> typeAttributeClass,
java.util.List<javax.swing.JComponent> componentsPropertiesTypeAttribute)
|
static java.util.List<java.lang.String> |
PropertiesTypeAttributeComponentFactory.getFieldsName(java.lang.Class<? extends TypeAttribute> typeAttributeClass)
Retourne la listes des labels qui correspondent aux propriétés d'un type d'attribut. |
Uses of TypeAttribute in org.eucalyptus.analysesi.model |
---|
Classes in org.eucalyptus.analysesi.model that implement TypeAttribute | |
---|---|
class |
AbstractTypeAttribute
Un type d'attribut est un type de données pour une base de données. |
Methods in org.eucalyptus.analysesi.model that return TypeAttribute | |
---|---|
TypeAttribute |
Attribute.getType()
Retourne le type de l'attribut. |
Methods in org.eucalyptus.analysesi.model that return types with arguments of type TypeAttribute | |
---|---|
java.util.List<java.lang.Class<? extends TypeAttribute>> |
Database.getTypeAttributeClassList()
Retourne la liste des classes des types d'attribut. |
Methods in org.eucalyptus.analysesi.model with parameters of type TypeAttribute | |
---|---|
void |
Attribute.setType(TypeAttribute type)
Modifie le type de l'attribut. |
Constructors in org.eucalyptus.analysesi.model with parameters of type TypeAttribute | |
---|---|
Attribute(java.lang.String name,
TypeAttribute type)
Construit un attribut avec un nom et un type. |
Uses of TypeAttribute in org.eucalyptus.analysesi.model.generic |
---|
Classes in org.eucalyptus.analysesi.model.generic that implement TypeAttribute | |
---|---|
class |
AutoTypeAttribute
Le type Auto représente un Id automatique. |
class |
DateTypeAttribute
Représente un type de données Date. |
class |
NumberTypeAttribute
Représente un type de données Nombre. |
class |
VarcharTypeAttribute
Représente un type de données Chaine de caractères. |
Methods in org.eucalyptus.analysesi.model.generic that return types with arguments of type TypeAttribute | |
---|---|
java.util.List<java.lang.Class<? extends TypeAttribute>> |
GenericDatabase.getTypeAttributeClassList()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |