Uses of Interface
org.refcodes.textual.TextBoxGrid
-
Uses of TextBoxGrid in org.refcodes.textual
Subinterfaces of TextBoxGrid in org.refcodes.textualModifier and TypeInterfaceDescriptionstatic interface
An incarnation of theBoxGrid.BoxGridProperty
using grid elements of typeCharacter
.Classes in org.refcodes.textual that implement TextBoxGridMethods in org.refcodes.textual that return TextBoxGridModifier and TypeMethodDescriptionTableStyle.getBody()
Returns the table body's characters.TableStyle.getHeader()
Returns the table header's characters.TableStyle.getTail()
Returns the table tail's characters.TextBorderBuilder.getTextBoxGrid()
Gets the currently setTextBoxGrid
being used.TextBoxGridAccessor.getTextBoxGrid()
Gets the currently setTextBoxGrid
being used.TextBoxStyle.getTextBoxGrid()
Returns theTextBoxStyle
's characters.default TextBoxGrid
TextBoxGridAccessor.TextBoxGridProperty.letTextBoxGrid
(TextBoxGrid aTextBoxGrid) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenTextBoxGrid
(setter) as ofTextBoxGridAccessor.TextBoxGridMutator.setTextBoxGrid(TextBoxGrid)
and returns the very same value (getter).Methods in org.refcodes.textual with parameters of type TextBoxGridModifier and TypeMethodDescriptiondefault TextBoxGrid
TextBoxGridAccessor.TextBoxGridProperty.letTextBoxGrid
(TextBoxGrid aTextBoxGrid) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenTextBoxGrid
(setter) as ofTextBoxGridAccessor.TextBoxGridMutator.setTextBoxGrid(TextBoxGrid)
and returns the very same value (getter).void
TextBorderBuilder.setTextBoxGrid
(TextBoxGrid aTextBoxGrid) Sets theTextBoxGrid
to be used.void
TextBoxGridAccessor.TextBoxGridMutator.setTextBoxGrid
(TextBoxGrid aTextBoxGrid) Sets theTextBoxGrid
to be used.TextBorderBuilder.withTextBoxGrid
(TextBoxGrid aTextBoxGrid) Sets the rowsTextBoxGrid
to use returns this builder as of the Builder-Pattern.TextBoxGridAccessor.TextBoxGridBuilder.withTextBoxGrid
(TextBoxGrid aTextBoxGrid) Sets the rowsTextBoxGrid
to use returns this builder as of the Builder-Pattern.