Uses of Interface
org.apache.shale.dialog.Dialog

Packages that use Dialog
org.apache.shale.dialog Simple dialog management for Shale. 
org.apache.shale.dialog.impl Dialog API Base Implementation Classes. 
 

Uses of Dialog in org.apache.shale.dialog
 

Methods in org.apache.shale.dialog that return Dialog
 Dialog State.getDialog()
          Return the Dialog that owns this State.
 

Uses of Dialog in org.apache.shale.dialog.impl
 

Classes in org.apache.shale.dialog.impl that implement Dialog
 class DialogImpl
          DialogImpl is a basic implementation of Dialog.
 

Methods in org.apache.shale.dialog.impl that return Dialog
 Dialog AbstractState.getDialog()
          

Return the Dialog that owns this State.

 

Methods in org.apache.shale.dialog.impl with parameters of type Dialog
 void AbstractState.setDialog(Dialog dialog)
          Set the Dialog that owns this State.
 



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.