|
|
|
|
Uses of Class org.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
Methods in
org.eclipse.jface.viewers with parameters of type
ColumnViewerEditorActivationStrategy
|
static void
|
TableViewerEditor.
create
(
TableViewer viewer,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor whose activation process is customized |
static void
|
TableViewerEditor.
create
(
TableViewer viewer,
org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor with focusable cells |
static void
|
TreeViewerEditor.
create
(
TreeViewer viewer,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor whose activation process is customized |
static void
|
TreeViewerEditor.
create
(
TreeViewer viewer,
org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor with focusable cells |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|