Uses of Class
format_geometrie_GUI.AttributePanel

Packages that use AttributePanel
format_geometrie_GUI   
vae_SpecificBoxes   
 

Uses of AttributePanel in format_geometrie_GUI
 

Fields in format_geometrie_GUI with type parameters of type AttributePanel
protected static java.util.Vector<AttributePanel> VAE_ObjectInterfaceGenerator.attrDisp
           
 

Methods in format_geometrie_GUI that return AttributePanel
protected static AttributePanel VAE_ObjectInterfaceGenerator.createDisplay(Attribute at)
           
 

Methods in format_geometrie_GUI that return types with arguments of type AttributePanel
static java.util.Vector<AttributePanel> VAE_ObjectInterfaceGenerator.createAttributesDiplays(AttrList attributes)
          Genere la liste des champs de saisie a partir d'une liste d'attribut.
 java.util.Vector<AttributePanel> VAE_Object.getAttributes()
           
 

Methods in format_geometrie_GUI with parameters of type AttributePanel
protected  void VAE_ObjectInterfaceGenerator.lockAttribute(AttributePanel attr)
           
 void MultiplexWindow.lockAttribute(AttributePanel attr)
           
 void MatrixWindow.lockAttribute(AttributePanel attr)
           
 void IfWindow.lockAttribute(AttributePanel attr)
           
 

Method parameters in format_geometrie_GUI with type arguments of type AttributePanel
 void VAE_Object.setAttributes(java.util.Vector<AttributePanel> attributes)
           
 

Constructor parameters in format_geometrie_GUI with type arguments of type AttributePanel
VAE_Object(java.lang.String name, java.util.Vector<AttributePanel> list)
           
 

Uses of AttributePanel in vae_SpecificBoxes
 

Method parameters in vae_SpecificBoxes with type arguments of type AttributePanel
 void VAE_ObjectBox.setObjectAttributes(java.util.Vector<AttributePanel> attributes)
           
 void VAE_MultiplexBox.setObjectAttributes(java.util.Vector<AttributePanel> attributes)
           
 void VAE_IfBox.setObjectAttributes(java.util.Vector<AttributePanel> attributes)