- DefaultRenderPolicy - Class in ej.mwt.render
-
This render policy renders the requested widget or its parent if transparent.
- DefaultRenderPolicy(Desktop) - Constructor for class ej.mwt.render.DefaultRenderPolicy
-
Creates a default render policy.
- DefaultStyle - Class in ej.mwt.style
-
Defines the value of each field of the default style.
- DescendantCombinator - Class in ej.mwt.stylesheet.selector.combinator
-
A descendant combinator selects by checking the widget hierarchy.
- DescendantCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.DescendantCombinator
-
Creates a descendant combinator.
- Desktop - Class in ej.mwt
-
A desktop is the top-level object that can be displayed on a Display
.
- Desktop() - Constructor for class ej.mwt.Desktop
-
Creates a new desktop.
- DesktopEventGenerator - Class in ej.mwt.event
-
This event generator is used by the
event dispatcher
of the desktop in order to send
additional events to the widgets.
- DesktopEventGenerator() - Constructor for class ej.mwt.event.DesktopEventGenerator
-
- DIMENSION - Static variable in class ej.mwt.style.DefaultStyle
-
The dimension of the default style.
- Dimension - Interface in ej.mwt.style.dimension
-
Represents a dimension constraint for a widget.
- DimensionHelper - Class in ej.mwt.style.dimension
-
Helps the dimensions to lay out a widget with a specific size.
- DISABLED_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.DisabledSelector
-
Disabled selector singleton to avoid creating several ones.
- DisabledSelector - Class in ej.mwt.stylesheet.selector
-
A disabled selector selects by checking if the widget is disabled.
- dispatchEvent(int) - Method in class ej.mwt.event.EventDispatcher
-
Dispatches an event.
- dispatchEvent(int) - Method in class ej.mwt.event.PointerEventDispatcher
-
- dispose() - Method in class ej.mwt.event.EventDispatcher
-
Disposes this event dispatcher.
- dispose() - Method in class ej.mwt.event.PointerEventDispatcher
-
- drawRectangularBorder(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.mwt.style.outline.border.BorderHelper
-
Draw a rectangular border with the given dimensions and given thickness for each side, using the given graphics
context.