Class PWCombo

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

public class PWCombo
extends PWWidget
Instances of this class are Combo
  • Constructor Details

    • PWCombo

      public PWCombo​(java.lang.String label, java.lang.String propertyKey, java.lang.Object... values)
      Constructor
      Parameters:
      label - associated label
      propertyKey - associated key
    • PWCombo

      public PWCombo​(java.lang.String label, java.lang.String propertyKey, boolean editable, java.lang.Object... values)
      Constructor
      Parameters:
      label - associated label
      propertyKey - associated key
  • Method Details