Uses of Interface
com.amalgamasimulation.desktop.ui.builders.MultiObjectsSelectionDialogEditingSupport.FinalBuilder
Packages that use MultiObjectsSelectionDialogEditingSupport.FinalBuilder
-
Uses of MultiObjectsSelectionDialogEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement MultiObjectsSelectionDialogEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic 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.Methods in com.amalgamasimulation.desktop.ui.builders that return MultiObjectsSelectionDialogEditingSupport.FinalBuilderModifier and TypeMethodDescriptionMultiObjectsSelectionDialogEditingSupport.Builder.buttonText(String text) MultiObjectsSelectionDialogEditingSupport.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 editedMultiObjectsSelectionDialogEditingSupport.Builder.dialogSubTitle(String subTitle) MultiObjectsSelectionDialogEditingSupport.FinalBuilder.dialogSubTitle(String subTitle) Set sub title for the dialogMultiObjectsSelectionDialogEditingSupport.Builder.dialogTitle(String title) MultiObjectsSelectionDialogEditingSupport.FinalBuilder.dialogTitle(String title) Set title for the dialogMultiObjectsSelectionDialogEditingSupport.ActionAfterPressOkBuilder.handler(BiConsumer<T, List<W>> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonMultiObjectsSelectionDialogEditingSupport.Builder.handler(BiConsumer<T, List<W>> listener) MultiObjectsSelectionDialogEditingSupport.Builder.icon(org.eclipse.swt.graphics.Image image) MultiObjectsSelectionDialogEditingSupport.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shown