JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
net.thevpc.common.commandline.format
TableFormatter
CellFormatter
Contents
Description
Method Summary
Method Details
stringLength(String)
format(int, int, Object)
Hide sidebar
Show sidebar
Interface TableFormatter.CellFormatter
Enclosing class:
TableFormatter
public static interface
TableFormatter.CellFormatter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
format
(int row, int col,
Object
value)
int
stringLength
(
String
value)
Method Details
stringLength
int
stringLength
(
String
value)
format
String
format
(int row, int col,
Object
value)