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