Uses of Class
org.apache.pivot.wtk.Dialog

Packages that use Dialog
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of Dialog in org.apache.pivot.wtk
 

Subclasses of Dialog in org.apache.pivot.wtk
 class Alert
          Class representing an "alert", a dialog commonly used to facilitate simple user interaction.
 

Methods in org.apache.pivot.wtk with parameters of type Dialog
 void DialogCloseListener.dialogClosed(Dialog dialog, boolean modal)
          Called when a dialog has closed.
 void DialogStateListener.Adapter.dialogClosed(Dialog dialog, boolean modal)
           
 void DialogStateListener.dialogCloseVetoed(Dialog dialog, Vote reason)
          Called when a dialog close event has been vetoed.
 void DialogStateListener.Adapter.dialogCloseVetoed(Dialog dialog, Vote reason)
           
 void DialogListener.modalChanged(Dialog dialog)
          Called when a dialog's modal flag has changed.
 Vote DialogStateListener.previewDialogClose(Dialog dialog, boolean result)
          Called to preview a dialog close event.
 Vote DialogStateListener.Adapter.previewDialogClose(Dialog dialog, boolean result)
           
 

Uses of Dialog in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Dialog
 void TerraAlertSkin.dialogClosed(Dialog dialog, boolean modal)
           
 void TerraDialogSkin.dialogClosed(Dialog dialog, boolean modal)
           
 void TerraDialogSkin.dialogCloseVetoed(Dialog dialog, Vote reason)
           
 void TerraDialogSkin.modalChanged(Dialog dialog)
           
 Vote TerraDialogSkin.previewDialogClose(Dialog dialog, boolean result)