Skip navigation links
A B C D E G H I L M N P R S T U V W 

D

Desktop - Class in ej.mwt
A desktop is the top-level object that can be displayed on a Display.
A desktop is built for a specific Display, and that relationship cannot be modified.
A desktop may be shown or hidden, but at most one desktop is shown per Display.
Desktop() - Constructor for class ej.mwt.Desktop
Creates a new desktop on the default display.
Identical to new Desktop(Display.getDefaultDisplay()).
Desktop(Display) - Constructor for class ej.mwt.Desktop
Creates a new desktop on the specified display.
DesktopEventManagementPolicy - Class in ej.mwt
Dispatches the event received on a desktop to its children.
DesktopEventManagementPolicy(Desktop) - Constructor for class ej.mwt.DesktopEventManagementPolicy
Creates a desktop event manager.
Dialog - Class in ej.mwt
A dialog is a specific panel that once shown is the only one that receives all input events until it is hidden.
Dialog() - Constructor for class ej.mwt.Dialog
Creates a new dialog.
Identical to new Dialog(0, 0, 0, 0).
DOWN - Static variable in interface ej.mwt.MWT
Constant for direction behavior.
A B C D E G H I L M N P R S T U V W 
Skip navigation links