Uses of Interface
com.amalgamasimulation.desktop.ui.builders.ButtonEditingSupport.FinalBuilder
Packages that use ButtonEditingSupport.FinalBuilder
-
Uses of ButtonEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement ButtonEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classButtonEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an button editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return ButtonEditingSupport.FinalBuilderModifier and TypeMethodDescriptionButtonEditingSupport.Builder.buttonText(String text) ButtonEditingSupport.FinalBuilder.buttonText(String text) Set text for button, if the image is set, the text is not shownButtonEditingSupport.Builder.buttonToolTip(String tooltip) ButtonEditingSupport.FinalBuilder.buttonToolTip(String tooltip) Set tooltip for buttonSet function that returns a value that indicates whether the cell can be editedSet function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonButtonEditingSupport.Builder.icon(org.eclipse.swt.graphics.Image image) ButtonEditingSupport.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shown