| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.viewers.CellEditor
org.eclipse.jface.viewers.ComboBoxCellEditor
org.eclipse.datatools.sqltools.sqlbuilder.views.execute.InputValueCellEditor
public class InputValueCellEditor
Extends the ComboBoxCellEditor launch the input dialog if selected by user
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditor | 
|---|
| org.eclipse.jface.viewers.CellEditor.LayoutData | 
| Field Summary | |
|---|---|
| static int | DROP_DOWN_ON_KEY_ACTIVATION | 
| static int | DROP_DOWN_ON_MOUSE_ACTIVATION | 
| static int | DROP_DOWN_ON_PROGRAMMATIC_ACTIVATION | 
| static int | DROP_DOWN_ON_TRAVERSE_ACTIVATION | 
| Fields inherited from class org.eclipse.jface.viewers.CellEditor | 
|---|
| COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO | 
| Constructor Summary | |
|---|---|
| InputValueCellEditor(org.eclipse.swt.widgets.Composite parent,
                     ParameterTableViewer viewer,
                     java.lang.String[] items)Creates an instance of InputValueCellEditor | |
| Method Summary | |
|---|---|
|  void | activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent arg0) | 
|  void | focusLost() | 
|  void | setActivationStyle(int arg0) | 
|  void | widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent evt) | 
|  void | widgetSelected(org.eclipse.swt.events.SelectionEvent evt) | 
| Methods inherited from class org.eclipse.jface.viewers.ComboBoxCellEditor | 
|---|
| getItems, getLayoutData, setItems | 
| Methods inherited from class org.eclipse.jface.viewers.CellEditor | 
|---|
| activate, addListener, addPropertyChangeListener, create, deactivate, dispose, getControl, getErrorMessage, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setFocus, setStyle, setValidator, setValue | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int DROP_DOWN_ON_MOUSE_ACTIVATION
public static final int DROP_DOWN_ON_KEY_ACTIVATION
public static final int DROP_DOWN_ON_PROGRAMMATIC_ACTIVATION
public static final int DROP_DOWN_ON_TRAVERSE_ACTIVATION
| Constructor Detail | 
|---|
public InputValueCellEditor(org.eclipse.swt.widgets.Composite parent,
                            ParameterTableViewer viewer,
                            java.lang.String[] items)
parent - the parent Compositeviewer - the parent vieweritems - the list of combo items| Method Detail | 
|---|
public void focusLost()
focusLost in class org.eclipse.jface.viewers.ComboBoxCellEditorpublic void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent evt)
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListenerpublic void widgetSelected(org.eclipse.swt.events.SelectionEvent evt)
widgetSelected in interface org.eclipse.swt.events.SelectionListenerpublic void activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent arg0)
activate in class org.eclipse.jface.viewers.CellEditorpublic void setActivationStyle(int arg0)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||