JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.gui
Interface DialogView

All Superinterfaces:
View, ViewIdentity
All Known Implementing Classes:
Dialog, Dialog

public interface DialogView
extends View

A dialog box interface.


Method Summary
 View getContentView()
          Returns the content view of the dialog
 boolean waitForClose()
          Waits until the dialog is closed or timeout iccurs.
 
Methods inherited from interface org.objectweb.jac.aspects.gui.View
close, getContext, getDescription, getFactory, getLabel, getMessage, getParentView, getRootView, getStyle, getViewBorder, isClosed, isDescendantOf, setContext, setDescription, setFactory, setFocus, setHeight, setLabel, setMessage, setParentView, setStyle, setViewBorder, setWidth, validate
 
Methods inherited from interface org.objectweb.jac.aspects.gui.ViewIdentity
getParameters, getType, setParameters, setType
 

Method Detail

waitForClose

public boolean waitForClose()
                     throws TimeoutException
Waits until the dialog is closed or timeout iccurs.

Returns:
true if the dialog was validated with the OK button by the user, false otherwise
TimeoutException

getContentView

public View getContentView()
Returns the content view of the dialog


Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli