- NO_BACKGROUND - Static variable in class ej.mwt.style.background.NoBackground
-
No background singleton to avoid creating several ones.
- NO_CONSTRAINT - Static variable in class ej.mwt.Widget
-
A width or height hint equal to NO_CONSTRAINT
means that there is no constraint on this dimension.
- NO_DIMENSION - Static variable in class ej.mwt.style.dimension.NoDimension
-
NoDimension singleton to avoid creating several ones.
- NO_OUTLINE - Static variable in class ej.mwt.style.outline.NoOutline
-
No outline singleton to avoid creating several ones.
- NoBackground - Class in ej.mwt.style.background
-
A transparent background.
- NoDimension - Class in ej.mwt.style.dimension
-
Dimension without constraint.
- NoOutline - Class in ej.mwt.style.outline
-
An outline that is empty.
- NotSelector - Class in ej.mwt.stylesheet.selector
-
A not selector selects every widget that is not selected by its wrapped selector.
- NotSelector(Selector) - Constructor for class ej.mwt.stylesheet.selector.NotSelector
-
Creates a not selector.
- NthChildSelector - Class in ej.mwt.stylesheet.selector
-
A nth child selector selects by checking if a widget is the nth child of its parent.
- NthChildSelector(int) - Constructor for class ej.mwt.stylesheet.selector.NthChildSelector
-
Creates a nth child selector.