Uses of Class
org.isis.gme.mga.MgaAtom

Packages that use MgaAtom
org.isis.gme.bon   
 

Uses of MgaAtom in org.isis.gme.bon
 

Methods in org.isis.gme.bon that return MgaAtom
 MgaAtom JBuilderAtom.getIAtom()
           
 

Methods in org.isis.gme.bon with parameters of type MgaAtom
static JBuilderAtom JBuilderFactoryBase.CreateAtom(MgaAtom iAtom, JBuilderModel parent)
           
static JBuilderAtom JBuilderFactory.createAtom(MgaAtom iAtom, JBuilderModel parent)
           
 

Constructors in org.isis.gme.bon with parameters of type MgaAtom
JBuilderAtom(MgaAtom iAtom, JBuilderModel parent)