Example usage for org.eclipse.jface.viewers ColumnViewerEditorActivationStrategy subclass-usage

List of usage examples for org.eclipse.jface.viewers ColumnViewerEditorActivationStrategy subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers ColumnViewerEditorActivationStrategy subclass-usage.

Usage

From source file com.rcpcompany.uibindings.internal.CellEditorActivationStrategy.java

/**
 * Common activation strategy used by most viewers.
 * 
 * TODO SWTB
 * 
 * @author Tonny Madsen, The RCP Company

From source file net.karlmartens.ui.viewer.TableEditorActivationStrategy.java

final class TableEditorActivationStrategy extends ColumnViewerEditorActivationStrategy {

    private final CellNavigationStrategy _navigationStrategy = new CellNavigationStrategy();
    private final TableViewer _viewer;

    public TableEditorActivationStrategy(TableViewer viewer) {

From source file org.bonitasoft.studio.contract.ui.property.CharriageColumnViewerEditorActivationStrategy.java

/**
 * @author Romain Bioteau
 *
 */
public class CharriageColumnViewerEditorActivationStrategy extends ColumnViewerEditorActivationStrategy {

From source file org.eclipse.rcptt.ui.utils.DefaultTreeViewerEditStrategy.java

/**
 * Tree/Table Viewer strategy to activate cell editing manually, not with a mouse.
 */
public class DefaultTreeViewerEditStrategy extends ColumnViewerEditorActivationStrategy {

    public DefaultTreeViewerEditStrategy(ColumnViewer viewer) {

From source file org.eclipse.sirius.ui.tools.internal.editor.DTableColumnViewerEditorActivationStrategy.java

/**
 * This activationStrategy doesn't enable cell editor on simple mouse click.
 * 
 * @author <a href="mailto:laurent.redor@obeo.fr">Laurent Redor</a>
 */
public class DTableColumnViewerEditorActivationStrategy extends ColumnViewerEditorActivationStrategy {

From source file org.eclipse.tcf.te.ui.trees.TreeViewerEditorActivationStrategy.java

/**
 * <code>TreeViewerEditorActivationStrategy</code> is a subclass of
 * <code>ColumnViewerEditorActivationStrategy</code> that parses the extensions of
 * "org.eclipse.tcf.te.ui.cellEditors" for Target Explorer, creating a map of
 * <code>IViewerCellEditorFactory</code> with the activation expressions. When requested to judge if
 * a <code>ColumnViewerEditorActivationEvent</code> triggers the cell editing in method

From source file org.eclipse.wst.sse.sieditor.ui.v2.wsdltree.SITreeViewerEditorActivationStrategy.java

public class SITreeViewerEditorActivationStrategy extends ColumnViewerEditorActivationStrategy {

    private static final int RIGHT_MOUSE_BUTTON_ID = 3;

    protected static final int LOWERBOUND_OF_TIME_RANGE_FOR_CELL_EDITING = 1000;
    protected static final int UPPERBOUND_OF_TIME_RANGE_FOR_CELL_EDITING = 4000;

From source file org.kalypso.contribs.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy.java

/**
 * This class is responsible to determine if a cell selection event is triggers an editor activation. Implementors can
 * extend and overwrite to implement custom editing behavior
 * 
 * @since 3.3
 */

From source file org.modelio.core.ui.ktable.types.textlist.StringAdapterEditorActivationStrategy.java

@objid("8dca8c68-c068-11e1-8c0a-002564c97630")
class StringAdapterEditorActivationStrategy extends ColumnViewerEditorActivationStrategy {
    @objid("8dca8c69-c068-11e1-8c0a-002564c97630")
    int time = 0;

    @objid("2a31f4a5-4744-4b7f-adbd-2f160a8c54af")

From source file org.testeditor.ui.table.TestEditorColumnViewerEditorActivationStrategy.java

/**
 * special ColumnViewerEditorActivationStrategy.
 * 
 * @author llipinski
 * 
 */