パッケージ | 説明 |
---|---|
com.github.mygreen.cellformatter |
セルのフォーマット機能を提供する。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BooleanCell
ブール型の値を直接扱うための仮想的なセル。
|
class |
DateCell
日時型の値を直接扱うための仮想的なセル。
|
class |
JXLCell
JExcel APIのラッパークラス。
|
class |
NumberCell<T extends Number>
数値型の値を直接扱うための仮想的なセル。
|
class |
ObjectCell<T>
Javaのオブジェクトを直接フォーマットするための抽象クラス。
|
class |
POICell
POIのセルのラッパークラス。
|
class |
POIEvaluatedCell
POI用の数式の値を評価したセルのラッパークラス。
|
class |
TextCell
文字列型の値を直接扱うための仮想的なセル。
|
修飾子とタイプ | メソッドと説明 |
---|---|
CommonCell |
NoMatchConditionFormatterException.getCell()
フォーマットに失敗したセルを取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
CellFormatResult |
ConditionFormatter.format(CommonCell cell)
値をフォーマットする。
|
CellFormatResult |
CellFormatter.format(CommonCell cell)
セルの値をフォーマットする
|
CellFormatResult |
LocaleSwitchFormatter.format(CommonCell cell,
Locale locale) |
CellFormatResult |
CustomFormatter.format(CommonCell cell,
Locale runtimeLocale) |
CellFormatResult |
ConditionTextFormatter.format(CommonCell cell,
Locale runtimeLocale) |
CellFormatResult |
ConditionNumberFormatter.format(CommonCell cell,
Locale runtimeLocale) |
abstract CellFormatResult |
ConditionFormatter.format(CommonCell cell,
Locale runtimeLocale)
ロケールを指定して値フォーマットする。
|
CellFormatResult |
ConditionDateFormatter.format(CommonCell cell,
Locale runtimeLocale) |
abstract CellFormatResult |
CellFormatter.format(CommonCell cell,
Locale locale)
セルの値をロケールを指定してフォーマットする
|
boolean |
ConditionTextFormatter.isMatch(CommonCell cell)
セルのタイプが文字列の場合に一致。
|
boolean |
ConditionNumberFormatter.isMatch(CommonCell cell) |
abstract boolean |
ConditionFormatter.isMatch(CommonCell cell)
値が条件に一致するかどうか。
|
boolean |
ConditionDateFormatter.isMatch(CommonCell cell)
値が条件に一致するかどうか。
|
コンストラクタと説明 |
---|
NoMatchConditionFormatterException(CommonCell cell,
String message) |
Copyright © 2021 mygreen. All rights reserved.