Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFComboEditingSupport.ElementsBuilder
Packages that use EMFComboEditingSupport.ElementsBuilder
Package
Description
-
Uses of EMFComboEditingSupport.ElementsBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFComboEditingSupport.ElementsBuilderModifier and TypeClassDescriptionstatic classEMFComboEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an combobox editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFComboEditingSupport.ElementsBuilderModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEMFColumn<T1, E1, R1>>
EMFComboEditingSupport.ElementsBuilder<T1, E1, R1> EMFComboEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of EMFComboEditingSupport.ElementsBuilder in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return EMFComboEditingSupport.ElementsBuilderModifier and TypeMethodDescriptionEmfColumn.emfComboEditor()IEMFColumn.emfComboEditor()Returns a builder object that can be used to install combobox-based editing onto a column.