Package org.refcodes.mixin
Interface ColumnWidthAccessor.ColumnWidthMutator
-
- All Known Subinterfaces:
ColumnWidthAccessor.ColumnWidthProperty
- Enclosing interface:
- ColumnWidthAccessor
public static interface ColumnWidthAccessor.ColumnWidthMutatorProvides a mutator for a column width property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetColumnWidth(int aColumnWidth)Sets the column width for the column width property.
-