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