Interface TableDescriptor
-
- All Known Implementing Classes:
AbstractTableDescriptor,ListPhaseTableDescriptor,ListPluginTableDescriptor,ListTableDescriptor
public interface TableDescriptor
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORMAT_LEFT_ALIGNstatic CharacterFORMAT_STRINGstatic StringROW_STARTstatic StringSEPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringrowFormat()intwidth()
-
-
-
Field Detail
-
SEPARATOR
static final String SEPARATOR
- See Also:
- Constant Field Values
-
FORMAT_LEFT_ALIGN
static final String FORMAT_LEFT_ALIGN
- See Also:
- Constant Field Values
-
FORMAT_STRING
static final Character FORMAT_STRING
-
ROW_START
static final String ROW_START
- See Also:
- Constant Field Values
-
-
Method Detail
-
rowFormat
String rowFormat()
-
width
int width()
-
-