X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fcom%2Fgooglecode%2Flanterna%2Fgui2%2Ftable%2FTableCellBorderStyle.java;fp=src%2Fcom%2Fgooglecode%2Flanterna%2Fgui2%2Ftable%2FTableCellBorderStyle.java;h=0000000000000000000000000000000000000000;hp=849fc0eeedb173a5c2f2af20450959531f52147a;hb=f06c81000632cfb5f525ca458f719338f55f9f66;hpb=a73a906356c971b080c36368e71a15d87e8b8d31 diff --git a/src/com/googlecode/lanterna/gui2/table/TableCellBorderStyle.java b/src/com/googlecode/lanterna/gui2/table/TableCellBorderStyle.java deleted file mode 100644 index 849fc0e..0000000 --- a/src/com/googlecode/lanterna/gui2/table/TableCellBorderStyle.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.googlecode.lanterna.gui2.table; - -/** - * Describing how table cells are separated when drawn - */ -public enum TableCellBorderStyle { - /** - * There is no separation between table cells, they are drawn immediately next to each other - */ - None, - /** - * There is a single space of separation between the cells, drawn as a single line - */ - SingleLine, - /** - * There is a single space of separation between the cells, drawn as a double line - */ - DoubleLine, - /** - * There is a single space of separation between the cells, kept empty - */ - EmptySpace, -}