Class MultiLineLabel

All Implemented Interfaces:
Drawable

public final class MultiLineLabel extends FigureCanvas
A widget for displaying a multi-line string. The label will have a vertical or horizontal scrollbar when needed. Unlike the platform Label, this label is focusable and accessible to screen-readers.
  • Constructor Details

    • MultiLineLabel

      public MultiLineLabel(Composite parent)
      Constructs a new MultiLineLabel with the given parent.
      Parameters:
      parent - the parent
  • Method Details