Skip navigation links
A C G I J S T 

A

addComboBoxTableViewerColumn(TableViewer, TableColumn, ComboBoxEditingSupport<E, V>) - Static method in class io.github.oliviercailloux.swt_tools.JFace
 
addTextTableViewerColumn(TableViewer, TableColumn, TextEditingSupport<E>) - Static method in class io.github.oliviercailloux.swt_tools.JFace
 
addTextTreeViewerColumn(TreeViewer, TreeColumn, TextEditingSupport<E>) - Static method in class io.github.oliviercailloux.swt_tools.JFace
 

C

canEdit(Object) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
 
canEditTyped(E) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
Is the cell editable This method is simply a better typed version of TypedEditingSupport.canEdit(Object).
ComboBoxEditingSupport<E,V> - Class in io.github.oliviercailloux.swt_tools
An editing support with typed elements and values, using a ComboBoxViewerCellEditor underlying cell editor.
ComboBoxEditingSupport(ColumnViewer, Class<E>, Class<V>) - Constructor for class io.github.oliviercailloux.swt_tools.ComboBoxEditingSupport
 

G

getCellEditor(Object) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
 
getCellEditor() - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupportConstantEditor
Returns the cell editor underlying this object.
getCellEditorTyped(E) - Method in class io.github.oliviercailloux.swt_tools.ComboBoxEditingSupport
 
getCellEditorTyped(E) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
The editor to be shown This method is simply a better typed version of TypedEditingSupport.getCellEditor(Object).
getCellEditorTyped(E) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupportConstantEditor
 
getComboBoxCellEditor() - Method in class io.github.oliviercailloux.swt_tools.ComboBoxEditingSupport
Returns the underlying cell editor.
getIntValue(E) - Method in class io.github.oliviercailloux.swt_tools.IntEditingSupport
Get the value to set to the editor.
getItems() - Method in class io.github.oliviercailloux.swt_tools.ComboBoxEditingSupport
Only returns the items if they have been set using this object constructor or ComboBoxEditingSupport.setItems(List).
getTextCellEditor() - Method in class io.github.oliviercailloux.swt_tools.TextEditingSupport
 
getTypedElement(Object) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
 
getTypedValue(Object) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
 
getValue(Object) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
 
getValueTyped(E) - Method in class io.github.oliviercailloux.swt_tools.IntEditingSupport
 
getValueTyped(E) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
Get the value to set to the editor.

I

IntEditingSupport<E> - Class in io.github.oliviercailloux.swt_tools
A TextEditingSupport that further restricts its content to values that can be converted to integers.
IntEditingSupport(ColumnViewer, Class<E>) - Constructor for class io.github.oliviercailloux.swt_tools.IntEditingSupport
 
io.github.oliviercailloux.swt_tools - package io.github.oliviercailloux.swt_tools
 

J

JFace - Class in io.github.oliviercailloux.swt_tools
Provides static methods to create a table viewer column given a table viewer, table column, and (special kinds of) editing support.
JFace() - Constructor for class io.github.oliviercailloux.swt_tools.JFace
 

S

setCellEditor(CellEditor) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupportConstantEditor
Sets the cell editor underlying this object.
setFirstLevelValidator(Function<V, String>) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupportConstantEditor
Sets the first-level input validator for this cell editor.
setIntegerValidator(Function<Integer, String>) - Method in class io.github.oliviercailloux.swt_tools.IntEditingSupport
Sets the input validator for this cell editor.
setIntValue(E, int) - Method in class io.github.oliviercailloux.swt_tools.IntEditingSupport
Sets the new value on the given element.
setItems(List<V>) - Method in class io.github.oliviercailloux.swt_tools.ComboBoxEditingSupport
Sets the input items to the underlying ComboBoxCellEditor.
setValidator(Function<V, String>) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupportConstantEditor
Sets the input validator for this cell editor.
setValue(Object, Object) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
 
setValueTyped(E, String) - Method in class io.github.oliviercailloux.swt_tools.IntEditingSupport
 
setValueTyped(E, V) - Method in class io.github.oliviercailloux.swt_tools.TypedEditingSupport
Sets the new value on the given element.

T

TextEditingSupport<E> - Class in io.github.oliviercailloux.swt_tools
An Editing Support with support for generic types and a single underlying TextCellEditor.
TextEditingSupport(ColumnViewer, Class<E>) - Constructor for class io.github.oliviercailloux.swt_tools.TextEditingSupport
 
toString(V) - Method in class io.github.oliviercailloux.swt_tools.ComboBoxEditingSupport
 
TypedEditingSupport<E,V> - Class in io.github.oliviercailloux.swt_tools
An EditingSupport with generics.
TypedEditingSupport(ColumnViewer, Class<E>, Class<V>) - Constructor for class io.github.oliviercailloux.swt_tools.TypedEditingSupport
 
TypedEditingSupportConstantEditor<E,V> - Class in io.github.oliviercailloux.swt_tools
An Editing Support with support for generic types (see TypedEditingSupport) and a single underlying cell editor.
TypedEditingSupportConstantEditor(ColumnViewer, Class<E>, Class<V>) - Constructor for class io.github.oliviercailloux.swt_tools.TypedEditingSupportConstantEditor
 
A C G I J S T 
Skip navigation links

Copyright © 2017. All rights reserved.