Class PWSeparator

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

public class PWSeparator
extends PWWidget
Instances of this class are separators
  • Constructor Details

    • PWSeparator

      public PWSeparator()
      Constructor
    • PWSeparator

      public PWSeparator​(java.lang.String label)
      Constructor
      Parameters:
      label - associated label
    • PWSeparator

      public PWSeparator​(java.lang.String label, org.eclipse.swt.graphics.Image image)
      Constructor
      Parameters:
      label - associated label
      image - associated image
  • Method Details