All Classes
-
All Classes Interface Summary Class Summary Class Description AdjacentSiblingCombinator An adjacent sibling combinator selects by checking the widget immediate sibling.Alignment Provides constants and utility methods in order to position a graphical object considering its alignment within an area or with an anchor point.AndCombinator An 'and' combinator selects the widgets selected by both selectors.Animation An animation is responsible for animating a element (usually a visual one).Animator An animator executes animations as fast as possible.Animator.AnimatorListener Listener for animator events.Background Represents the background of the widgets.BorderHelper Provides utility methods to draw borders.CachedStylesheet Wraps a stylesheet and provides a cache to avoid having several instances of the same style.CascadingStylesheet Cascading stylesheet implementation strongly inspired by CSS.ChildCombinator A child combinator selects by checking the widget direct hierarchy.ClassSelector A class selector selects from a class.Combinator A combinator is a selector that aggregates two selectors.Container A container is a widget that can contain otherWidget
instances, following the composite pattern.DefaultRenderPolicy This render policy renders the requested widget or its parent if transparent.DefaultStyle Defines the value of each field of the default style.DescendantCombinator A descendant combinator selects by checking the widget hierarchy.Desktop A desktop is the top-level object that can be displayed on aDisplay
.DesktopEventGenerator This event generator is used by theevent dispatcher
of the desktop in order to send additional events to the widgets.Dimension Represents a dimension constraint for a widget.DimensionHelper Helps the dimensions to lay out a widget with a specific size.DisabledSelector A disabled selector selects by checking if the widget is disabled.EditableStyle An editable style is a simple implementation of a style.EnabledSelector An enabled selector selects by checking if the widget is enabled.EvenChildSelector An even child selector selects by checking if a widget is at an even position in its parent (1, 3, 5,…).EventDispatcher Dispatches the events received on a desktop to its children.FirstChildSelector A first child selector selects by checking if a widget is the first child of its parent.FixedDimension Dimension with fixed width and/or height.FlexibleOutline Flexible outline that has a different thickness for each edge.FlexibleRectangularBorder Represents and draw a rectangular colored border with one color.FlexibleRectangularMulticoloredBorder Represents and draw a rectangular border with different thicknesses and colors.GeneralSiblingCombinator A general sibling combinator selects by checking the widget sibling.ImageBackground Draws an image on the background.LastChildSelector A last child selector selects by checking if a widget is the last child of its parent.NoBackground A transparent background.NoDimension Dimension without constraint.NoOutline An outline that is empty.NotSelector A not selector selects every widget that is not selected by its wrapped selector.NthChildSelector A nth child selector selects by checking if a widget is the nth child of its parent.OddChildSelector An odd child selector selects by checking if a widget is at an odd position in its parent (0, 2, 4,…).OptimalDimension Dimension which fits the optimal size of the widget.Outline Represents an outline that wraps a rectangle.Outlineable Represents a two-dimensional object to which outlines can be added or removed.OutlineHelper Provides utility methods to apply outlines and backgrounds.OverlapRenderPolicy This render policy keeps the initial order of the widgets.PointerEventDispatcher Dispatches the pointer events received on a desktop to its children.Rectangle Represents a rectangle with a position and a size.RectangularBackground Draws a plain color on the background with a rectangular border.RectangularBorder Represents and draw a rectangular colored border.RelativeDimension Dimension with constraint relative to the parent.RenderPolicy A render policy is responsible of rendering the widgets of a desktop on the display.RenderPolicy.RenderListener Listener for render events (when it is requested and when it is actually executed).RootSelector A root selector selects by checking if a widget is the root widget of its hierarchy (i.e.RoundedBackground Draws a plain color on the background with a round corner.RoundedBorder Draws a uniform border with round corners.Selector Represents a selector.SelectorHelper Provides utility methods related to selectors.Size Represents a size (width and height).StateSelector A state selector selects from a state.StrictTypeSelector A type selector selects by checking the widget type (Java class).Style A style describes how widgets must be rendered on screen.Stylesheet Represents a stylesheet.TiledImageBackground Draws a repeated image on the background.TypeSelector A type or subtype selector selects by checking the widget type hierarchy (Java class).UniformOutline Outline that have the same thickness for all edges.UniversalSelector An universal selector selects all widgets.VoidStylesheet Stylesheet that always returns the default style.Widget Widget is the superclass of all the user interface objects.