パッケージ | 説明 |
---|---|
com.github.mygreen.cellformatter |
セルのフォーマット機能を提供する。
|
com.github.mygreen.cellformatter.tokenizer |
書式の字句解析を行う機能を提供する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
ConditionFormatterFactory.isConditionColor(Token.Condition token)
'[Red]'などの色の条件式の書式かどうか
|
protected boolean |
ConditionFormatterFactory.isConditionDbNum(Token.Condition token)
'[DBNum1]'などの組み込み処理の条件式かどうか。
|
protected boolean |
ConditionFormatterFactory.isConditionLocale(Token.Condition token)
'[$-403]'などのロケールの条件式かどうか。
|
protected boolean |
ConditionFormatterFactory.isConditionLocaleSymbol(Token.Condition token)
'[$€-403]'などの記号付きロケールの条件式かどうか。
|
protected boolean |
ConditionFormatterFactory.isConditionOperator(Token.Condition token)
'[<=1000]'などの演算子の条件式かどうか。
|
protected MSColor |
ConditionFormatterFactory.setupConditionColor(ConditionFormatter formatter,
Token.Condition token)
'[Red]'などの色の条件の組み立てる。
|
protected Callback<?> |
ConditionFormatterFactory.setupConditionDbNum(ConditionFormatter formatter,
Token.Condition token)
'[DBNum1]'などの組み込み処理の条件を組み立てる。
|
protected MSLocale |
ConditionFormatterFactory.setupConditionLocale(ConditionFormatter formatter,
Token.Condition token)
'[$-403]'などのロケールの条件を組み立てる
|
protected LocaleSymbol |
ConditionFormatterFactory.setupConditionLocaleSymbol(ConditionFormatter formatter,
Token.Condition token)
'[$€-403]'などの記号付きロケールの条件を組み立てる
|
protected ConditionOperator |
ConditionFormatterFactory.setupConditionOperator(ConditionFormatter formatter,
Token.Condition token)
'[<=1000]'などの数値の条件を組み立てる
|
修飾子とタイプ | メソッドと説明 |
---|---|
Token.Condition |
Token.asCondition() |
static Token.Condition |
Token.condition(String token) |
Copyright © 2021 mygreen. All rights reserved.