Uses of Interface
org.objectweb.jac.aspects.gui.DialogView

Packages that use DialogView
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.gui.swing   
org.objectweb.jac.aspects.gui.web   
 

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

Methods in org.objectweb.jac.aspects.gui that return DialogView
 DialogView TimeoutException.getDialog()
           
static DialogView GenericFactory.createInputDialog(Object substance, AbstractMethodItem method, Object[] parameters, DisplayContext context)
          Builds a dialog box to enter the parameters of method
 

Methods in org.objectweb.jac.aspects.gui with parameters of type DialogView
 void CustomizedDisplay.addTimedoutDialog(DialogView dialog)
          Add a dialog to the list of timedout dialogs
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type DialogView
TimeoutException(DialogView dialog)
           
 

Uses of DialogView in org.objectweb.jac.aspects.gui.swing
 

Classes in org.objectweb.jac.aspects.gui.swing that implement DialogView
 class Dialog
          This dialog is used to ask the parameters values when a method is called on a viewed JAC object.
 

Methods in org.objectweb.jac.aspects.gui.swing with parameters of type DialogView
 void SwingDisplay.addTimedoutDialog(DialogView dialog)
           
 

Uses of DialogView in org.objectweb.jac.aspects.gui.web
 

Classes in org.objectweb.jac.aspects.gui.web that implement DialogView
 class RefreshPage
          An HTML page containing a View and a close button.
 

Methods in org.objectweb.jac.aspects.gui.web with parameters of type DialogView
 void WebDisplay.addTimedoutDialog(DialogView dialog)