Uses of Interface
com.amalgamasimulation.desktop.ui.builders.ButtonOnTopBuilder.FinalBuilder
Packages that use ButtonOnTopBuilder.FinalBuilder
-
Uses of ButtonOnTopBuilder.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement ButtonOnTopBuilder.FinalBuilderModifier and TypeClassDescriptionstatic classButtonOnTopBuilder.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an button on top editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return ButtonOnTopBuilder.FinalBuilderModifier and TypeMethodDescriptionButtonOnTopBuilder.Builder.buttonText(String text) ButtonOnTopBuilder.FinalBuilder.buttonText(String text) Set text for button, if the image is set, the text is not shownButtonOnTopBuilder.Builder.buttonToolTip(String tooltip) ButtonOnTopBuilder.FinalBuilder.buttonToolTip(String tooltip) Set tooltip for buttonButtonOnTopBuilder.Builder.buttonWidth(int width) ButtonOnTopBuilder.FinalBuilder.buttonWidth(int width) Set width 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 buttonButtonOnTopBuilder.Builder.icon(org.eclipse.swt.graphics.Image image) ButtonOnTopBuilder.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shown