- ODD_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.OddChildSelector
-
Odd child selector singleton to avoid creating several ones.
- OddChildSelector - Class in ej.mwt.stylesheet.selector
-
An odd child selector selects by checking if a widget is at an odd position in its parent (0, 2, 4,…).
- onAttached() - Method in class ej.mwt.Widget
-
This method is called as soon as:
the widget is attached to a desktop that is attached,
the desktop of the widget is attached.
- onDetached() - Method in class ej.mwt.Widget
-
This method is called as soon as:
the widget is detached from a desktop that is attached,
the desktop of the widget is detached.
- onHidden() - Method in class ej.mwt.Desktop
-
This method is called by the system as soon as the desktop is hidden from the display.
- onHidden() - Method in class ej.mwt.Widget
-
This method is called as soon as the widget is no more visible on the display.
- onLaidOut() - Method in class ej.mwt.Widget
-
This method is called as soon as the widget bounds are set.
- onShown() - Method in class ej.mwt.Desktop
-
This method is called by the system as soon as the desktop is shown on the display.
- onShown() - Method in class ej.mwt.Widget
-
This method is called as soon as the widget is visible on the display.
- OPTIMAL_DIMENSION_X - Static variable in class ej.mwt.style.dimension.OptimalDimension
-
Optimal dimension using widget's optimal width.
- OPTIMAL_DIMENSION_XY - Static variable in class ej.mwt.style.dimension.OptimalDimension
-
Optimal dimension using widget's optimal width and height.
- OPTIMAL_DIMENSION_Y - Static variable in class ej.mwt.style.dimension.OptimalDimension
-
Optimal dimension using widget's optimal height.
- OptimalDimension - Class in ej.mwt.style.dimension
-
Dimension which fits the optimal size of the widget.
- Outline - Interface in ej.mwt.style.outline
-
Represents an outline that wraps a rectangle.
- Outlineable - Interface in ej.mwt.util
-
Represents a two-dimensional object to which outlines can be added or removed.
- OutlineHelper - Class in ej.mwt.util
-
Provides utility methods to apply outlines and backgrounds.
- OverlapRenderPolicy - Class in ej.mwt.render
-
This render policy keeps the initial order of the widgets.
- OverlapRenderPolicy(Desktop) - Constructor for class ej.mwt.render.OverlapRenderPolicy
-
Creates an overlap render policy.