Uses of Class
org.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
Packages that use ColumnViewerEditorActivationStrategy
Package
Description
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 ColumnViewerEditorActivationStrategyModifier and TypeMethodDescriptionstatic voidTableViewerEditor.create(TableViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) Create a customized editor whose activation process is customizedstatic voidTableViewerEditor.create(TableViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) Create a customized editor with focusable cellsstatic voidTreeViewerEditor.create(TreeViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) Create a customized editor whose activation process is customizedstatic voidTreeViewerEditor.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 ColumnViewerEditorActivationStrategyModifierConstructorDescriptionprotectedColumnViewerEditor(ColumnViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)