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 TypeMethodDescriptionvoidsetTextBoxGrid(TextBoxGrid aTextBoxGrid) Sets theTextBoxGridto be used.default voidsetTextBoxGrid(TextBoxStyle aTextBoxStyle) Sets theTextBoxGridto be used.
-
Method Details
-
setTextBoxGrid
Sets theTextBoxGridto be used.- Parameters:
aTextBoxGrid- TheTextBoxGridto be stored by theTextBoxGridproperty.
-
setTextBoxGrid
Sets theTextBoxGridto be used.- Parameters:
aTextBoxStyle- TheTextBoxStyleto be stored by theTextBoxGridproperty.
-