Class PWLabel

java.lang.Object
org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWWidget
org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWLabel

public class PWLabel
extends PWWidget
Instances of this class are labels, that could contain some HTML tags (B,I,U)
  • Constructor Details

    • PWLabel

      public PWLabel​(java.lang.String label)
      Constructor
      Parameters:
      label - associated label
  • Method Details

    • build

      public org.eclipse.swt.widgets.Control build​(org.eclipse.swt.widgets.Composite parent)
      Description copied from class: PWWidget
      Build the widget
      Specified by:
      build in class PWWidget
      Parameters:
      parent - parent composite
      Returns:
      the created control
    • check

      public void check()
      Description copied from class: PWWidget
      Check if the property can be binded to the widget
      Specified by:
      check in class PWWidget
    • enableOrDisable

      public boolean enableOrDisable()
      Description copied from class: PWWidget
      Enable or disable the widget, depending on the associated enabler
      Overrides:
      enableOrDisable in class PWWidget