Package org.eclipse.nebula.widgets.opal.preferencewindow.enabler

  • Class Summary 
    Class Description
    EnabledIfEquals
    This enabler is used to enable a widget if a property is equal to a given value
    EnabledIfNotEquals
    This enabler is used to enable a widget if a property is not equal to a given value
    EnabledIfTrue
    This enabler is used to enable a widget if a boolean property is true
    Enabler
    This is the abstract class of all Enablers.