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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jface.viewers.ICellEditorListener has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidapplyEditorValue()
Notifies that the end user has requested applying a value.
voidcancelEditor()
Notifies that the end user has canceled editing.
voideditorValueChanged(boolean oldValidState, boolean newValidState)
Notifies that the end user is changing the value in the cell editor.