Interface ButtonOnTopBuilder.FinalBuilder<T,E,R>

All Known Implementing Classes:
ButtonOnTopBuilder.Builder
Enclosing class:
ButtonOnTopBuilder

public static interface ButtonOnTopBuilder.FinalBuilder<T,E,R>
  • Method Details

    • canEdit

      Set function that returns a value that indicates whether the cell can be edited
      Parameters:
      canEdit -
      Returns:
      builder object
    • icon

      ButtonOnTopBuilder.FinalBuilder<T,E,R> icon(org.eclipse.swt.graphics.Image image)
      Set image for button, if the image is set, the text is not shown
      Parameters:
      image -
      Returns:
      builder object
    • buttonText

      Set text for button, if the image is set, the text is not shown
      Parameters:
      text -
      Returns:
      builder object
    • buttonToolTip

      ButtonOnTopBuilder.FinalBuilder<T,E,R> buttonToolTip(String tooltip)
      Set tooltip for button
      Parameters:
      tooltip -
      Returns:
      builder object
    • buttonWidth

      ButtonOnTopBuilder.FinalBuilder<T,E,R> buttonWidth(int width)
      Set width for button
      Parameters:
      width -
      Returns:
      builder object
    • build

      R build()
      This is the finalization method. Call this method to install the auto-complete combobox editing support on a table column.