Uses of Class
com.sun.lwuit.Dialog

Packages that use Dialog
com.sun.lwuit   
 

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 Form.showMenuDialog(Dialog menu)
          Deprecated. override MenuBar.showMenuDialog instead of this method (this method will be removed in next version)
protected  Command ComboBox.showPopupDialog(Dialog popupDialog, List l)
          Shows the popup dialog for the combo box and returns the resulting command.