List of usage examples for org.eclipse.jface.viewers FocusCellHighlighter subclass-usage
From source file com.microsoft.tfs.client.common.ui.framework.celleditor.accessibility.MultiRowHighlighter.java
/** * A cell highlighter capable of handling multi-select tables properly. * * @threadsafety unknown */ public class MultiRowHighlighter extends FocusCellHighlighter {
From source file com.rcpcompany.uibindings.internal.FocusCellUIPainterHighlighter.java
/** * Implementation of {@link FocusCellHighlighter} that delegates the real "painting" of cells to. */ public class FocusCellUIPainterHighlighter extends FocusCellHighlighter { /** * Create a new instance which can be passed to a {@link TreeViewerFocusCellManager}.
From source file net.certiv.fluentmark.tables.FocusBorderCellHighlighter.java
public class FocusBorderCellHighlighter extends FocusCellHighlighter { public FocusBorderCellHighlighter(ColumnViewer viewer) { super(viewer); hookListener(viewer); }
From source file org.eclipse.emf.ecp.edit.internal.swt.controls.ECPFocusCellDrawHighlighter.java
/**
* A concrete implementation of {@link FocusCellHighlighter} using by setting
* the control into owner draw mode and highlighting the currently selected
* cell. To make the use this class you should create the control with the {@link SWT#FULL_SELECTION} bit set
*
* <p>
From source file org.eclipse.emf.examples.library.databinding.common.FocusCellOwnerDrawHighlighter.java
/**
* A concrete implementation of {@link FocusCellHighlighter} using by setting
* the control into owner draw mode and highlighting the currently selected
* cell. To make the use this class you should create the control with the
* {@link SWT#FULL_SELECTION} bit set
*
From source file org.eclipse.jface.snippets.viewers.CursorCellHighlighter.java
/** * @since 3.3 * */ public class CursorCellHighlighter extends FocusCellHighlighter { private ColumnViewer viewer;
From source file org.eclipse.jface.snippets.viewers.FocusBorderCellHighlighter.java
public class FocusBorderCellHighlighter extends FocusCellHighlighter { private ViewerCell oldCell; /** * @param viewer * the viewer
From source file org.kalypso.contribs.eclipse.jface.viewers.FocusCellOwnerDrawHighlighter.java
/** * @since 3.3 */ public class FocusCellOwnerDrawHighlighter extends FocusCellHighlighter { private ViewerCell m_oldCell;