Uses of Class
pivot.wtk.Dialog

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

Uses of Dialog in pivot.wtk
 

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

Methods in pivot.wtk with parameters of type Dialog
 void DialogCloseListener.dialogClosed(Dialog dialog)
          Called when a dialog has closed.
 void DialogStateListener.Adapter.dialogClosed(Dialog dialog)
           
 void DialogStateListener.dialogCloseVetoed(Dialog dialog, Vote reason)
          Called when a dialog close event has been vetoed.
 void DialogStateListener.Adapter.dialogCloseVetoed(Dialog dialog, Vote reason)
           
 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 pivot.wtk.skin.terra
 

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