Uses of Class
org.objectweb.jac.ide.AspectConfiguration

Packages that use AspectConfiguration
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of AspectConfiguration in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide that return AspectConfiguration
 AspectConfiguration ConfigItem.getAspectConfiguration()
           
 

Methods in org.objectweb.jac.ide with parameters of type AspectConfiguration
static void CodeGeneration.generateCode(AspectConfiguration ac)
           
static void CodeGeneration.generateAndReload(AspectConfiguration ac)
           
 void ConfigItem.setAspectConfiguration(AspectConfiguration aspectConfiguration)
           
 void Application.addAspectConfiguration(AspectConfiguration a)
           
 void Application.removeAspectConfiguration(AspectConfiguration a)