Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFObjectSelectionDialogEditingSupport.FinalBuilder
Packages that use EMFObjectSelectionDialogEditingSupport.FinalBuilder
-
Uses of EMFObjectSelectionDialogEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFObjectSelectionDialogEditingSupport.FinalBuilderModifier 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.FinalBuilderModifier and TypeMethodDescriptionEMFObjectSelectionDialogEditingSupport.Builder.buttonText(String text) EMFObjectSelectionDialogEditingSupport.FinalBuilder.buttonText(String text) Set text for button, if the image is set, the text is not shownSet function that returns a value that indicates whether the cell can be editedEMFObjectSelectionDialogEditingSupport.Builder.dialogSubTitle(String subTitle) EMFObjectSelectionDialogEditingSupport.FinalBuilder.dialogSubTitle(String subTitle) Set sub title for the dialogEMFObjectSelectionDialogEditingSupport.Builder.dialogTitle(String title) EMFObjectSelectionDialogEditingSupport.FinalBuilder.dialogTitle(String title) Set title for the dialogEMFObjectSelectionDialogEditingSupport.Builder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) EMFObjectSelectionDialogEditingSupport.EditedFeatureBuilder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) Set the feature pointing to the field that is being edited (a field in template class) EMFObjectSelectionDialogEditingSupport.Builder.handler(BiConsumer<T, E> handler) EMFObjectSelectionDialogEditingSupport.FinalBuilder.handler(BiConsumer<T, E> handler) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonEMFObjectSelectionDialogEditingSupport.Builder.icon(org.eclipse.swt.graphics.Image image) EMFObjectSelectionDialogEditingSupport.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shown