Uses of Class
com.sun.lwuit.Dialog

Packages that use Dialog
com.sun.lwuit Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. 
 

Uses of Dialog in com.sun.lwuit
 

Subclasses of Dialog in com.sun.lwuit
 class VirtualKeyboard
          This class represent the LWUIT Light Weight Virtual Keyboard
 

Methods in com.sun.lwuit that return Dialog
protected  Dialog ComboBox.createPopupDialog(List l)
          Subclasses can override this method to change the creation of the dialog
 

Methods in com.sun.lwuit with parameters of type Dialog
protected  Command MenuBar.showMenuDialog(Dialog menu)
          A menu is implemented as a dialog, this method allows you to override dialog display in order to customize the dialog menu in various ways
protected  Command ComboBox.showPopupDialog(Dialog popupDialog, List l)
          Shows the popup dialog for the combo box and returns the resulting command.