Uses of Class
org.objectweb.jac.aspects.gui.InputCanceledException

Packages that use InputCanceledException
org.objectweb.jac.aspects.gui   
 

Uses of InputCanceledException in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui with parameters of type InputCanceledException
 void InputWrapper.catchInputCanceled(InputCanceledException e)
           
 

Methods in org.objectweb.jac.aspects.gui that throw InputCanceledException
 Object InputWrapper.askForParameters(Interaction interaction)
          Calls the Display.showInput method on the current display.
protected  boolean InputWrapper.askingSequence(Display display, DisplayContext context, AbstractMethodItem method, Interaction interaction, Class[] paramTypes)
           
 Object InputWrapper.create(ClassItem classItem, Display display)
          This method performs all the inputs operations for an instance creation.