Interface ColumnWidthAccessor.ColumnWidthMutator

All Known Subinterfaces:
ColumnWidthAccessor.ColumnWidthProperty
Enclosing interface:
ColumnWidthAccessor

public static interface ColumnWidthAccessor.ColumnWidthMutator
Provides a mutator for a column width property.
  • Method Summary

    Modifier and Type Method Description
    void setColumnWidth​(int aColumnWidth)
    Sets the column width for the column width property.
  • Method Details

    • setColumnWidth

      void setColumnWidth​(int aColumnWidth)
      Sets the column width for the column width property.
      Parameters:
      aColumnWidth - The column width to be stored by the column width property.