Uses of Class
format_geometrie.AttrList

Packages that use AttrList
format_geometrie   
format_geometrie_GUI   
 

Uses of AttrList in format_geometrie
 

Methods in format_geometrie that return AttrList
static AttrList GeometricContext.getAttributeListByName(java.lang.String name)
           
 

Methods in format_geometrie with parameters of type AttrList
static void GeometricContext.addAttributesList(AttrList a)
           
 

Uses of AttrList in format_geometrie_GUI
 

Methods in format_geometrie_GUI with parameters of type AttrList
static java.util.Vector<AttributePanel> VAE_ObjectInterfaceGenerator.createAttributesDiplays(AttrList attributes)
          Genere la liste des champs de saisie a partir d'une liste d'attribut.
protected  void VAE_ObjectInterfaceGenerator.createWindow(AttrList attributes, Element element, VAE_Control_Panel crtl)