List of usage examples for org.eclipse.jface.viewers ICellEditorListener interface-usage
From source file com.nokia.s60ct.gui.eventListener.FeatureTreeListener.java
public class FeatureTreeListener implements IDoubleClickListener, ICellModifier, ICellEditorListener { TreeViewer viewer = null; boolean modify = false; Object sObject = null;
From source file com.nokia.s60ct.gui.views.FeatureTreeListener.java
public class FeatureTreeListener implements IDoubleClickListener, ICellModifier, ICellEditorListener { TreeViewer viewer = null; boolean modify = false; Object sObject = null;
From source file de.walware.ecommons.ui.components.CellEditorWizardStatusUpdater.java
public class CellEditorWizardStatusUpdater implements ICellEditorListener { private static final String NO_ERROR = ""; //$NON-NLS-1$ private final CellEditor fCellEditor; private final WizardPage fPage;
From source file hydrograph.ui.propertywindow.widgets.listeners.extended.GridCellEditorListener.java
/**
*
* @author Bitwise
* Oct 12, 2015
*
*/
From source file net.refractions.udig.tutorials.celleditor.FormCellEditorListener.java
/**
* A sample implementation of an ICellEditorListener that integrates a form's IMessageManager to
* display the cell editor's error messages from validation.
*
* @author Naz Chan
* @since 1.3.1
From source file net.refractions.udig.ui.DisplayErrorCellListener.java
/**
* Writes a message to the Status Line if available and changes the BackgroundColor of the editor if possible.
*
* @author Jesse
* @since 1.1.0
*/
From source file org.bonitasoft.studio.common.jface.CellEditorValidationStatusListener.java
/** * @author Romain Bioteau * */ public class CellEditorValidationStatusListener implements ICellEditorListener {
From source file org.bonitasoft.studio.contract.ui.property.input.edit.ContractInputTypeEditingSupport.java
/** * @author Romain Bioteau */ public class ContractInputTypeEditingSupport extends PropertyEditingSupport implements ICellEditorListener { private final ContractInputController controller;
From source file org.eclipse.gmf.runtime.emf.ui.properties.sections.PropertySheetEntry.java
/**
* PropertySheetEntry that will be used in the PropertySheet view
*
* @author nbalaba
*
*/
From source file org.eclipse.tcf.te.tcf.filesystem.ui.internal.celleditor.FSCellListener.java
/** * FSCellListener is an <code>ICellEditorListener</code> that listens to the modification event and displays * error messages in a tool tip when the new name entered is not valid. */ public class FSCellListener implements ICellEditorListener { // The cell editor used to enter the new name for renaming.