Java org.eclipse.jface.viewers CheckboxCellEditor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers CheckboxCellEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers CheckboxCellEditor.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.CheckboxCellEditor has subclasses.
Click this link to see all its subclasses.

Constructor

CheckboxCellEditor(Composite parent)
Creates a new checkbox cell editor parented under the given control.
CheckboxCellEditor()
Creates a new checkbox cell editor with no control
CheckboxCellEditor(Composite parent, int style)
Creates a new checkbox cell editor parented under the given control.

Method

voidaddListener(ICellEditorListener listener)
Adds a listener to this cell editor.
ObjectgetValue()
Returns this cell editor's value provided that it has a valid one.