|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogView | |
org.objectweb.jac.aspects.gui | Provides a simple and generic GUI (Graphical User Interface) aspect. |
org.objectweb.jac.aspects.gui.swing | Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. |
org.objectweb.jac.aspects.gui.web | Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. |
Uses of DialogView in org.objectweb.jac.aspects.gui |
Methods in org.objectweb.jac.aspects.gui that return DialogView | |
static DialogView |
GenericFactory.createInputDialog(Object substance,
AbstractMethodItem method,
Object[] parameters,
DisplayContext context)
Builds a dialog box to enter the parameters of method |
DialogView |
TimeoutException.getDialog()
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |