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.TextBoxGridMutatorProvides a mutator for anTextBoxGridproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTextBoxGrid(TextBoxGrid aTextBoxGrid)Sets theTextBoxGridto be used.
-
-
-
Method Detail
-
setTextBoxGrid
void setTextBoxGrid(TextBoxGrid aTextBoxGrid)
Sets theTextBoxGridto be used.- Parameters:
aTextBoxGrid- TheTextBoxGridto be stored by theTextBoxGridproperty.
-
-