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