Uses of Interface
com.amalgamasimulation.desktop.ui.columndescriptors.IEditableColumn
Packages that use IEditableColumn
Package
Description
-
Uses of IEditableColumn in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders with type parameters of type IEditableColumnModifier and TypeClassDescriptionstatic classAutoCompleteComboEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an auto-complete combobox editing support.static classAutoCompleteTextEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an auto-complete text editing support.static classButtonEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an button editing support.static classButtonOnTopBuilder.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an button on top editing support.static classCheckBoxEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an checkbox editing support.static classColorEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an color editing support.static classComboEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a combobox editing support.static classDynamicAutoCompleteComboEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a dynamic auto-complete combobox editing support.static classEnumComboEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an enum combobox editing support.static classLocalDateTimeEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a LocalDateTime editing support.static classLocalTimeEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a LocalTime editing support.static classMultiObjectsSelectionDialogEditingSupport.Builder<T,E, W, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a multiply objects selection dialog editing support.static classObjectSelectionDialogEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a object selection dialog editing support.static classTextEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a text editing support.Fields in com.amalgamasimulation.desktop.ui.builders declared as IEditableColumnModifier and TypeFieldDescriptionprotected final RAutoCompleteTextEditingSupport.Builder.columnDescriptorprotected final RButtonEditingSupport.Builder.columnDescriptorprotected final RButtonOnTopBuilder.Builder.columnDescriptorprotected final RColorEditingSupport.Builder.columnDescriptorprotected final RComboEditingSupport.Builder.columnDescriptorprotected final REnumComboEditingSupport.Builder.columnDescriptorprotected final RLocalDateTimeEditingSupport.Builder.columnDescriptorprotected final RLocalTimeEditingSupport.Builder.columnDescriptorprotected final RMultiObjectsSelectionDialogEditingSupport.Builder.columnDescriptorprotected final RObjectSelectionDialogEditingSupport.Builder.columnDescriptorprotected final RTextEditingSupport.Builder.columnDescriptorMethods in com.amalgamasimulation.desktop.ui.builders with type parameters of type IEditableColumnModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ComboEditingSupport.ElementsBuilder<T1, E1, R1> AutoCompleteComboEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
AutoCompleteTextEditingSupport.ElementsBuilder<T1, E1, R1> AutoCompleteTextEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ButtonEditingSupport.ButtonListenerBuilder<T1, E1, R1> ButtonEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ButtonOnTopBuilder.ButtonListenerBuilder<T1, E1, R1> ButtonOnTopBuilder.Builder.create(R1 columnDescriptor, com.amalgamasimulation.desktop.ui.internal.ButtonOnTopManager<T1, ? extends org.eclipse.swt.custom.ControlEditor, ? extends org.eclipse.swt.widgets.Item> buttonOnTopManager) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
CheckBoxEditingSupport.ButtonListenerBuilder<T1, E1, R1> CheckBoxEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ColorEditingSupport.ButtonListenerBuilder<T1, E1, R1> ColorEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ComboEditingSupport.ElementsBuilder<T1, E1, R1> ComboEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ComboEditingSupport.ElementsBuilder<T1, E1, R1> DynamicAutoCompleteComboEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
EnumComboEditingSupport.ElementsBuilder<T1, E1, R1> EnumComboEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
LocalDateTimeEditingSupport.ActionAfterPressOkBuilder<T1, E1, R1> LocalDateTimeEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
LocalTimeEditingSupport.ActionAfterPressOkBuilder<T1, E1, R1> LocalTimeEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, W1, R1 extends IEditableColumn<T1, E1, R1>>
MultiObjectsSelectionDialogEditingSupport.ElementsBuilder<T1, E1, W1, R1> MultiObjectsSelectionDialogEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
ObjectSelectionDialogEditingSupport.ElementsBuilder<T1, E1, R1> ObjectSelectionDialogEditingSupport.Builder.create(R1 columnDescriptor) static <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
TextEditingSupport.StrategyBuilder<T1, E1, R1> TextEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of IEditableColumn in com.amalgamasimulation.desktop.ui.columndescriptors
Classes in com.amalgamasimulation.desktop.ui.columndescriptors with type parameters of type IEditableColumnModifier and TypeClassDescriptionclassEditableColumn<T,V, R extends IEditableColumn<T, V, R>> Class that implements a set of functions for editing datainterfaceIEditableColumn<T,V, R extends IEditableColumn<T, V, R>> Column interface for editing data.Subinterfaces of IEditableColumn in com.amalgamasimulation.desktop.ui.columndescriptorsModifier and TypeInterfaceDescriptioninterfaceIEMFColumn<T,V, R extends IEMFColumn<T, V, R>> Column interface for editing EObject data.Classes in com.amalgamasimulation.desktop.ui.columndescriptors that implement IEditableColumnModifier and TypeClassDescriptionclassEditableColumn<T,V, R extends IEditableColumn<T, V, R>> Class that implements a set of functions for editing dataclassEmfColumn<T,V, R extends IEMFColumn<T, V, R>> Class that implements the special set of functions for editing EObject data.classTableColumn<T,V> classTreeColumn<T,V> -
Uses of IEditableColumn in com.amalgamasimulation.desktop.ui.tables
Methods in com.amalgamasimulation.desktop.ui.tables that return IEditableColumnModifier and TypeMethodDescription<E> IEditableColumn<T, E, ?> <E> IEditableColumn<T, E, ?> <E> IEditableColumn<T, E, ?> Methods in com.amalgamasimulation.desktop.ui.tables that return types with arguments of type IEditableColumnModifier and TypeMethodDescriptionList<IEditableColumn<T, ?, ?>> EditableTable.getViewerColumnDescriptors()List<IEditableColumn<T, ?, ?>> EditableTree.getViewerColumnDescriptors() -
Uses of IEditableColumn in com.amalgamasimulation.desktop.ui.views
Classes in com.amalgamasimulation.desktop.ui.views that implement IEditableColumnModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0classDeprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0classViewerColumnDescriptor<T,E, R extends ViewerColumnDescriptor<T, E, R>> Deprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0