パッケージ | 説明 |
---|---|
com.github.mygreen.cellformatter |
セルのフォーマット機能を提供する。
|
com.github.mygreen.cellformatter.lang |
共通機能を提供する。
|
com.github.mygreen.cellformatter.term |
項のフォーマットの機能を提供する。
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected MSLocale |
ConditionFormatter.locale
ロケール
|
修飾子とタイプ | メソッドと説明 |
---|---|
MSLocale |
LocaleSymbol.getLocale()
ロケールを取得する。
|
MSLocale |
ConditionFormatter.getLocale()
ロケールを取得する。
|
protected MSLocale |
ConditionFormatterFactory.setupConditionLocale(ConditionFormatter formatter,
Token.Condition token)
'[$-403]'などのロケールの条件を組み立てる
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ConditionFormatter.setLocale(MSLocale locale)
ロケールを設定する。
|
コンストラクタと説明 |
---|
LocaleSymbol(MSLocale locale,
String symbol) |
修飾子とタイプ | フィールドと説明 |
---|---|
static MSLocale |
MSLocale.CANADA
英語 (カナダ)
|
static MSLocale |
MSLocale.CANADA_FRENCH
フランス語(カナダ)
|
static MSLocale |
MSLocale.FRENCE
フランス語
|
static MSLocale |
MSLocale.GERMAN
ドイツ語
|
static MSLocale |
MSLocale.ITALY
イタリア語
|
static MSLocale |
MSLocale.JAPANESE
日本語
|
static MSLocale |
MSLocale.KOREA
韓国語
|
static MSLocale |
MSLocale.PRC
中国語(中華人民共和国)
|
static MSLocale |
MSLocale.TAIWAN
中国語(台湾)
|
static MSLocale |
MSLocale.UK
英語 (英国)
|
static MSLocale |
MSLocale.US
英語 (米国)
|
修飾子とタイプ | メソッドと説明 |
---|---|
static MSLocale |
MSLocale.createKnownLocale(int id)
既知の言語を組み立てる。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Era |
EraResolver.getEra(MSLocale locale)
ロケールに該当する時代情報を取得する。
|
String |
MessageResolver.getMessage(MSLocale formatLocale,
Locale runtimeLocale,
String key)
書式のロケールを優先して、キーに対するメッセージを取得する。
|
String |
MessageResolver.getMessage(MSLocale formatLocale,
Locale runtimeLocale,
String key,
String defaultValue)
書式のロケールを優先して、キーに対するメッセージを取得する。
|
String |
MessageResolver.getMessage(MSLocale locale,
String key)
ロケールとキーを指定してメッセージを取得する。
|
String |
MessageResolver.getMessage(MSLocale locale,
String key,
String defaultValue)
ロケールとキーを指定してメッセージを取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
DateTerm.format(Calendar value,
MSLocale formatLocale,
Locale runtimeLocale) |
abstract String |
DateTerm.format(Calendar value,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904)
値をフォーマットする。
|
String |
DateTerm.ElapsedHourTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.ElapsedMinuteTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.ElapsedSecondTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.YearTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.EraNameTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.EraYearTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.EraNameYearTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.MonthTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.DayTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.WeekName.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.WeekNameForOO.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.WeekNumberTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.HourTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.MinuteTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.SecondTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.AmPmTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
DateTerm.QuaterTerm.format(Calendar cal,
MSLocale formatLocale,
Locale runtimeLocale,
boolean isStartDate1904) |
String |
NumberTerm.GeneralTerm.format(FormattedNumber number,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
NumberTerm.ZeroTerm.format(FormattedNumber number,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
NumberTerm.SharpTerm.format(FormattedNumber number,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
NumberTerm.QuestionTerm.format(FormattedNumber number,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
NumberTerm.ExponentTerm.format(FormattedNumber number,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
NumberTerm.SeparatorTerm.format(FormattedNumber value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
NumberTerm.SymbolTerm.format(FormattedNumber value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
NumberTerm.DigitsTerm.format(FormattedNumber value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
TextTerm.AtMarkTerm.format(String value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
WordTerm.format(T value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
UnderscoreTerm.format(T number,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
Term.format(T value,
MSLocale formatLocale,
Locale runtimeLocale)
値をフォーマットする。
|
String |
OtherTerm.format(T value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
LocaelSymbolTerm.format(T value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
EscapedCharTerm.format(T value,
MSLocale formatLocale,
Locale runtimeLocale) |
String |
AsteriskTerm.format(T number,
MSLocale formatLocale,
Locale runtimeLocale) |
Copyright © 2021 mygreen. All rights reserved.