Uses of Class
org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException

Packages that use NoSuchAttributeException
org.ow2.jasmine.jade.fractal.api.control   
org.ow2.jasmine.jade.fractal.julia.control.genericattribute   
 

Uses of NoSuchAttributeException in org.ow2.jasmine.jade.fractal.api.control
 

Methods in org.ow2.jasmine.jade.fractal.api.control that throw NoSuchAttributeException
 java.lang.String GenericAttributeController.getAttribute(java.lang.String name)
          retrieve an attribute identified by its name.
 void GenericAttributeController.setAttribute(java.lang.String name, java.lang.String value)
          set the value of an attribute identified by its name.
 

Uses of NoSuchAttributeException in org.ow2.jasmine.jade.fractal.julia.control.genericattribute
 

Methods in org.ow2.jasmine.jade.fractal.julia.control.genericattribute that throw NoSuchAttributeException
 java.lang.String GenericCompositeAttributeControllerMixin.getAttribute(java.lang.String name)
          retrieve an attribute identified by its name.
 java.lang.String GenericAttributeControllerMixin.getAttribute(java.lang.String name)
          retrieve an attribute identified by its name.
 void GenericCompositeAttributeControllerMixin.setAttribute(java.lang.String name, java.lang.String value)
          set the value of an attribute identified by its name and notify the update to the metalevel (resp. the exec level).
 void GenericAttributeControllerMixin.setAttribute(java.lang.String name, java.lang.String value)
          set the value of an attribute identified by its name and notify the update to the metalevel.
 void GenericCompositeAttributeControllerMixin.setAttributeNotification(java.lang.String name, java.lang.String value)
          Set the value of an attribute identified by its name.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.