|
|
|
@ -58,8 +58,9 @@ public class TextFormatPane extends AbstractBasicStylePane implements GlobalName
|
|
|
|
|
private static final Integer[] TYPES = new Integer[]{ |
|
|
|
|
FormatContents.NULL, FormatContents.NUMBER, |
|
|
|
|
FormatContents.CURRENCY, FormatContents.PERCENT, |
|
|
|
|
FormatContents.SCIENTIFIC, FormatContents.DATE, |
|
|
|
|
FormatContents.TIME, FormatContents.TEXT}; |
|
|
|
|
FormatContents.THOUSANDTHS, FormatContents.SCIENTIFIC, |
|
|
|
|
FormatContents.DATE, FormatContents.TIME, |
|
|
|
|
FormatContents.TEXT}; |
|
|
|
|
|
|
|
|
|
private static final Integer[] DATE_TYPES = new Integer[]{FormatContents.NULL, FormatContents.DATE, FormatContents.TIME}; |
|
|
|
|
|
|
|
|
|