- Selector - Interface in ej.mwt.stylesheet.selector
-
Represents a selector.
- SelectorHelper - Class in ej.mwt.stylesheet.selector
-
Provides utility methods related to selectors.
- send(int) - Method in class ej.mwt.event.DesktopEventGenerator
-
Sends a desktop event for the given action to the event handler of this event generator.
- sendEventToWidget(Widget, int) - Method in class ej.mwt.event.EventDispatcher
-
Sends the given event to the given widget.
- sendEventToWidgetHierarchy(Widget, int) - Method in class ej.mwt.event.EventDispatcher
-
Sends the given event to the given widget and to each of its ancestors.
- setAttached() - Method in class ej.mwt.Desktop
-
Sets this desktop as attached.
- setBackground(Background) - Method in class ej.mwt.style.EditableStyle
-
Sets the background.
- setBorder(Outline) - Method in class ej.mwt.style.EditableStyle
-
Sets the border.
- setBounds(int, int, int, int) - Method in class ej.mwt.util.Rectangle
-
Sets the bounds of this rectangle.
- setClassSelectors(int[]) - Method in class ej.mwt.Widget
-
Sets the class selectors.
- setColor(int) - Method in class ej.mwt.style.EditableStyle
-
Sets the color.
- setDetached() - Method in class ej.mwt.Desktop
-
Sets this desktop as detached.
- setDimension(Dimension) - Method in class ej.mwt.style.EditableStyle
-
Sets the dimension.
- setEnabled(boolean) - Method in class ej.mwt.Widget
-
Sets this widget to be enabled or not.
- setExtraFloat(int, float) - Method in class ej.mwt.style.EditableStyle
-
Sets an extra field to the given float value.
- setExtraInt(int, int) - Method in class ej.mwt.style.EditableStyle
-
Sets an extra field to the given int value.
- setExtraObject(int, Object) - Method in class ej.mwt.style.EditableStyle
-
Sets an extra field to the given object value.
- setFont(Font) - Method in class ej.mwt.style.EditableStyle
-
Sets the font.
- setHeight(int) - Method in class ej.mwt.util.Rectangle
-
Sets the height.
- setHeight(int) - Method in class ej.mwt.util.Size
-
Sets the height.
- setHiddenChild(Widget) - Method in class ej.mwt.Container
-
Sets a child as hidden.
- setHiddenChildren() - Method in class ej.mwt.Container
-
Automatically declares children as hidden when this container is hidden.
- setHorizontalAlignment(int) - Method in class ej.mwt.style.EditableStyle
-
Sets the horizontal alignment.
- setMargin(Outline) - Method in class ej.mwt.style.EditableStyle
-
Sets the margin.
- setPadding(Outline) - Method in class ej.mwt.style.EditableStyle
-
Sets the padding.
- setParentClip(Widget, GraphicsContext) - Method in class ej.mwt.render.DefaultRenderPolicy
-
Clips and translates a graphics context to the absolute bounds of the parent of a widget.
- setPosition(int, int) - Method in class ej.mwt.util.Rectangle
-
Sets the position of this rectangle.
- setPosition(int, int) - Method in class ej.mwt.Widget
-
Sets the position of this widget.
- setShownChild(Widget) - Method in class ej.mwt.Container
-
Sets a child as shown.
- setShownChildren() - Method in class ej.mwt.Container
-
Automatically declares children as shown when this container is shown.
- setSize(int, int) - Method in class ej.mwt.util.Rectangle
-
Sets the size of this rectangle.
- setSize(int, int) - Method in class ej.mwt.util.Size
-
Sets the size.
- setStyle(Style) - Method in class ej.mwt.Widget
-
Sets the style of the widget.
- setStylesheet(Stylesheet) - Method in class ej.mwt.Desktop
-
Sets the stylesheet instance.
- setVerticalAlignment(int) - Method in class ej.mwt.style.EditableStyle
-
Sets the vertical alignment.
- setWidget(Widget) - Method in class ej.mwt.Desktop
-
Attaches a widget to this desktop.
- setWidth(int) - Method in class ej.mwt.util.Rectangle
-
Sets the width.
- setWidth(int) - Method in class ej.mwt.util.Size
-
Sets the width.
- setX(int) - Method in class ej.mwt.util.Rectangle
-
Sets the x coordinate.
- setY(int) - Method in class ej.mwt.util.Rectangle
-
Sets the y coordinate.
- Size - Class in ej.mwt.util
-
Represents a size (width and height).
- Size(int, int) - Constructor for class ej.mwt.util.Size
-
Creates a size specifying its values.
- Size(Size) - Constructor for class ej.mwt.util.Size
-
Creates a size from another size.
- startAnimation(Animation) - Method in class ej.mwt.animation.Animator
-
Starts an animation.
- StateSelector - Class in ej.mwt.stylesheet.selector
-
A state selector selects from a state.
- StateSelector(int) - Constructor for class ej.mwt.stylesheet.selector.StateSelector
-
Creates a state selector with one state.
- stopAnimation(Animation) - Method in class ej.mwt.animation.Animator
-
Stops an animation.
- StrictTypeSelector - Class in ej.mwt.stylesheet.selector
-
A type selector selects by checking the widget type (Java class).
- StrictTypeSelector(Class<? extends Widget>) - Constructor for class ej.mwt.stylesheet.selector.StrictTypeSelector
-
Creates a type selector.
- Style - Interface in ej.mwt.style
-
A style describes how widgets must be rendered on screen.
- Stylesheet - Interface in ej.mwt.stylesheet
-
Represents a stylesheet.