Module org.refcodes.textual
Package org.refcodes.textual
Interface TextBoxGridAccessor.TextBoxGridMutator
- All Known Subinterfaces:
TextBoxGridAccessor.TextBoxGridProperty
- All Known Implementing Classes:
TextBorderBuilder
- Enclosing interface:
- TextBoxGridAccessor
public static interface TextBoxGridAccessor.TextBoxGridMutator
Provides a mutator for an
TextBoxGrid
property.-
Method Summary
Modifier and Type Method Description void
setTextBoxGrid(TextBoxGrid aTextBoxGrid)
Sets theTextBoxGrid
to be used.
-
Method Details
-
setTextBoxGrid
Sets theTextBoxGrid
to be used.- Parameters:
aTextBoxGrid
- TheTextBoxGrid
to be stored by theTextBoxGrid
property.
-