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

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

Uses of ConfigItem in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide with parameters of type ConfigItem
static String CodeGeneration.translateParam(ConfigItem config)
          Return a string representing the call of method on ModelElement element with param param
 void AspectConfiguration.addConfigItem(ConfigItem config)
          add a new ConfigItem on this Element
 void AspectConfiguration.removeConfigItem(ConfigItem config)
          remove an ConfigItem
static Collection ConfigItem.getAvailableAspects(ConfigItem item)
          Gets available aspect configurations
static Collection ConfigItem.getValidMethods(ConfigItem item)
          search the aspect method that can be call by the ModelElement.
 void ModelElement.addConfigItem(ConfigItem config)
          add a new ConfigItem on this Element
 void ModelElement.remove(ConfigItem config)
          remove an ConfigItem