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

G

GeneralSiblingCombinator - Class in ej.mwt.stylesheet.selector.combinator
A general sibling combinator selects by checking the widget sibling.
GeneralSiblingCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.GeneralSiblingCombinator
Creates a general sibling combinator.
getAbsoluteX() - Method in class ej.mwt.Widget
Gets the absolute x coordinate of the widget.
getAbsoluteY() - Method in class ej.mwt.Widget
Gets the absolute y coordinate of the widget.
getAction(int) - Static method in class ej.mwt.event.DesktopEventGenerator
Returns the action held by the given desktop event.
getAvailableSize(Widget, int, int, Size) - Method in interface ej.mwt.style.dimension.Dimension
Gets the available size for a widget.
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.FixedDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.NoDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.OptimalDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.RelativeDimension
 
getBackground() - Method in class ej.mwt.style.EditableStyle
 
getBackground() - Method in interface ej.mwt.style.Style
Gets the background.
getBorder() - Method in class ej.mwt.style.EditableStyle
 
getBorder() - Method in interface ej.mwt.style.Style
Gets the border.
getBottom() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the bottom thickness.
getBottom() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the bottom thickness.
getBottom() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the bottom thickness.
getChild(int) - Method in class ej.mwt.Container
Gets the widget at the specified index in this container.
getChildIndex(Widget) - Method in class ej.mwt.Container
Gets the index of the specified widget in the list of children of this container.
getChildren() - Method in class ej.mwt.Container
Gets the list of children in this container.
getChildrenCount() - Method in class ej.mwt.Container
Gets the number of children in this container.
getColor() - Method in class ej.mwt.style.background.RectangularBackground
Gets the color.
getColor() - Method in class ej.mwt.style.background.RoundedBackground
Gets the color.
getColor() - Method in class ej.mwt.style.EditableStyle
 
getColor() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the color.
getColor() - Method in class ej.mwt.style.outline.border.RectangularBorder
Gets the color.
getColor() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the color.
getColor() - Method in interface ej.mwt.style.Style
Gets the color.
getColorBottom() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the bottom color.
getColorLeft() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the left color.
getColorRight() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the right color.
getColorTop() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the top color.
getConsumerWidget() - Method in class ej.mwt.event.PointerEventDispatcher
Returns the widget which has consumed the ongoing pointer session.
getContentBounds() - Method in class ej.mwt.Container
 
getContentBounds() - Method in class ej.mwt.Widget
Gets the content bounds of this widget (the bounds minus the outlines).
getContentHeight() - Method in class ej.mwt.Container
Gets the content height of this container.
getContentWidth() - Method in class ej.mwt.Container
Gets the content width of this container.
getContentX() - Method in class ej.mwt.Container
Gets the content x of this container.
getContentY() - Method in class ej.mwt.Container
Gets the content y of this container.
getCornerRadius() - Method in class ej.mwt.style.background.RoundedBackground
Gets the corner radius.
getCornerRadius() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the corner radius.
getDefaultStyle() - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Gets the default style.
getDesktop() - Method in class ej.mwt.event.EventDispatcher
Returns the desktop managed by this dispatcher.
getDesktop() - Method in class ej.mwt.render.RenderPolicy
Returns the desktop managed by this render policy.
getDesktop() - Method in class ej.mwt.Widget
Gets the desktop to which this widget has been added.
getDimension() - Method in class ej.mwt.style.EditableStyle
 
getDimension() - Method in interface ej.mwt.style.Style
Gets the dimension.
getEventDispatcher() - Method in class ej.mwt.Desktop
Gets the event dispatcher of this desktop.
getEventGenerator() - Method in class ej.mwt.event.PointerEventDispatcher
Gets the event generator of this dispatcher.
getEventType() - Method in class ej.mwt.event.DesktopEventGenerator
 
getExtraFloat(int, float) - Method in class ej.mwt.style.EditableStyle
 
getExtraFloat(int, float) - Method in interface ej.mwt.style.Style
Gets an extra field as a float.
getExtraInt(int, int) - Method in class ej.mwt.style.EditableStyle
 
getExtraInt(int, int) - Method in interface ej.mwt.style.Style
Gets an extra field as an int.
getExtraObject(int, Class<T>, T) - Method in class ej.mwt.style.EditableStyle
 
getExtraObject(int, Class<T>, T) - Method in interface ej.mwt.style.Style
Gets an extra field as an object of the given type.
getFirstSelector() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
Returns the first selector of this combinator.
getFont() - Method in class ej.mwt.style.EditableStyle
 
getFont() - Method in interface ej.mwt.style.Style
Gets the font.
getHeight() - Method in class ej.mwt.style.dimension.FixedDimension
Returns the height constraint.
getHeight() - Method in class ej.mwt.util.Rectangle
Gets the height.
getHeight() - Method in class ej.mwt.util.Size
Gets the height.
getHeight() - Method in class ej.mwt.Widget
Gets the height of this widget.
getHeightRatio() - Method in class ej.mwt.style.dimension.RelativeDimension
Returns the height ratio.
getHorizontalAlignment() - Method in class ej.mwt.style.EditableStyle
 
getHorizontalAlignment() - Method in interface ej.mwt.style.Style
Gets the horizontal alignment.
getLeft() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the left thickness.
getLeft() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the left thickness.
getLeft() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the left thickness.
getMargin() - Method in class ej.mwt.style.EditableStyle
 
getMargin() - Method in interface ej.mwt.style.Style
Gets the margin.
getPadding() - Method in class ej.mwt.style.EditableStyle
 
getPadding() - Method in interface ej.mwt.style.Style
Gets the padding.
getParent() - Method in class ej.mwt.Widget
Gets the parent of this widget or null if the widget is not in a hierarchy or if it is the root of its hierarchy.
getPressedHierarchyLeaf() - Method in class ej.mwt.event.PointerEventDispatcher
Returns the leaf widget of the hierarchy which is subscribed to the ongoing pointer session.
getRight() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the right thickness.
getRight() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the right thickness.
getRight() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the right thickness.
getSecondSelector() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
Returns the second selector of this combinator.
getSelectorStyle(Selector) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Gets the style for a selector.
getSpecificity() - Method in class ej.mwt.stylesheet.selector.ClassSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.DisabledSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.EnabledSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.EvenChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.FirstChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.LastChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.NotSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.NthChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.OddChildSelector
 
getSpecificity() - Method in interface ej.mwt.stylesheet.selector.Selector
Returns the specificity of this selector.
getSpecificity(int, int, int, int) - Static method in class ej.mwt.stylesheet.selector.SelectorHelper
Computes the specificity of a selector.
getSpecificity() - Method in class ej.mwt.stylesheet.selector.StateSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.TypeSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.UniversalSelector
 
getStyle(Widget) - Method in class ej.mwt.stylesheet.CachedStylesheet
 
getStyle(Widget) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
 
getStyle(Widget) - Method in interface ej.mwt.stylesheet.Stylesheet
Gets the style for a widget.
getStyle(Widget) - Method in class ej.mwt.stylesheet.VoidStylesheet
 
getStyle() - Method in class ej.mwt.Widget
Gets the current style of the widget.
getStylesheet() - Method in class ej.mwt.Desktop
Gets the stylesheet instance.
getThickness() - Method in class ej.mwt.style.outline.border.RectangularBorder
Gets the thickness.
getThickness() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the thickness.
getThickness() - Method in class ej.mwt.style.outline.UniformOutline
Gets the thickness.
getTop() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the top thickness.
getTop() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the top thickness.
getTop() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the top thickness.
getVerticalAlignment() - Method in class ej.mwt.style.EditableStyle
 
getVerticalAlignment() - Method in interface ej.mwt.style.Style
Gets the vertical alignment.
getWidget() - Method in class ej.mwt.Desktop
Gets the widget attached to this desktop.
getWidgetAt(int, int) - Method in class ej.mwt.Container
Returns the child widget that is at the specified position.
getWidgetAt(int, int) - Method in class ej.mwt.Desktop
Returns the child widget at the specified position.
getWidgetAt(int, int) - Method in class ej.mwt.Widget
Gets the widget at the specified position.
getWidth() - Method in class ej.mwt.style.dimension.FixedDimension
Returns the width constraint.
getWidth() - Method in class ej.mwt.util.Rectangle
Gets the width.
getWidth() - Method in class ej.mwt.util.Size
Gets the width.
getWidth() - Method in class ej.mwt.Widget
Gets the width of this widget.
getWidthRatio() - Method in class ej.mwt.style.dimension.RelativeDimension
Returns the width ratio.
getX() - Method in class ej.mwt.util.Rectangle
Gets the x coordinate.
getX() - Method in class ej.mwt.Widget
Gets the x coordinate of this widget, relative to its parent.
getY() - Method in class ej.mwt.util.Rectangle
Gets the y coordinate.
getY() - Method in class ej.mwt.Widget
Gets the y coordinate of this widget, relative to its parent.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links