Uses of Class
org.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
-
Packages that use ColumnViewerEditorActivationStrategy Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. -
-
Uses of ColumnViewerEditorActivationStrategy in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type ColumnViewerEditorActivationStrategy Modifier and Type Method Description static void
TableViewerEditor. create(TableViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
Create a customized editor whose activation process is customizedstatic void
TableViewerEditor. create(TableViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
Create a customized editor with focusable cellsstatic void
TreeViewerEditor. create(TreeViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
Create a customized editor whose activation process is customizedstatic void
TreeViewerEditor. create(TreeViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
Create a customized editor with focusable cellsConstructors in org.eclipse.jface.viewers with parameters of type ColumnViewerEditorActivationStrategy Constructor Description ColumnViewerEditor(ColumnViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
-