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

Packages that use Dialog
org.apache.shale.dialog.basic.config   
org.apache.shale.dialog.basic.model   
 

Uses of Dialog in org.apache.shale.dialog.basic.config
 

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

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

Return the Dialog that owns this State.

 

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

Uses of Dialog in org.apache.shale.dialog.basic.model
 

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



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