Uses of Class
tripleplay.ui.Composite

Packages that use Composite
Package
Description
 
  • Uses of Composite in tripleplay.ui

    Classes in tripleplay.ui with type parameters of type Composite
    Modifier and Type
    Class
    Description
    class 
    Composite<T extends Composite<T>>
    A container with a fixed list of children, which client code must assume is immutable.
    Subclasses of Composite in tripleplay.ui
    Modifier and Type
    Class
    Description
    class 
    HistoryGroup<T,W extends Element<?>>
    A scrolling vertical display, optimized for showing potentially very long lists such as a chat log.
    static class 
    History group of just labels.
    class 
    A composite element that manages horizontal and vertical scrolling of a single content element.
    class 
    A Composite that implements tabbing.