Class BoolPropEditor

java.lang.Object
com.iizigo.prop.BaseEditor<BoolProp,Boolean>
com.iizigo.prop.editor.BoolPropEditor
All Implemented Interfaces:
IThemeListener, IEditedPropControllerOwner<BoolProp,Boolean>, IEditedPropertyEntry<BoolProp,Boolean>, IEditedPropertyEntryMultiProp<BoolProp,Boolean>, IPropertyDefined, IDisposedPart, EventListener, SelectionListener, SWTEventListener
Direct Known Subclasses:
ContentProviderPropEditor, NullValueAllowedPropEditor

public class BoolPropEditor extends BaseEditor<BoolProp,Boolean> implements SelectionListener
The boolean property editor consists of a simple check box.
Author:
Christopher Mindus