Class EnabledIfEquals

java.lang.Object
org.eclipse.nebula.widgets.opal.preferencewindow.enabler.Enabler
org.eclipse.nebula.widgets.opal.preferencewindow.enabler.EnabledIfEquals

public class EnabledIfEquals
extends Enabler
This enabler is used to enable a widget if a property is equal to a given value
  • Field Summary

    Fields inherited from class org.eclipse.nebula.widgets.opal.preferencewindow.enabler.Enabler

    prop
  • Constructor Summary

    Constructors 
    Constructor Description
    EnabledIfEquals​(java.lang.String prop, java.lang.Object value)
    Constructor
  • Method Summary

    Modifier and Type Method Description
    boolean isEnabled()  

    Methods inherited from class org.eclipse.nebula.widgets.opal.preferencewindow.enabler.Enabler

    injectRowGroup, injectWidget

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnabledIfEquals

      public EnabledIfEquals​(java.lang.String prop, java.lang.Object value)
      Constructor
      Parameters:
      prop - property to evaluate
      value - condition value
  • Method Details