ナビゲーション・リンクをスキップ
Excel-CellFormatter 0.12
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

A

add(Token) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
トークンを追加する。
addAllCondition(List<String>) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
複数の条件式を追加する。
addAllTerms(List<Term<Calendar>>) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatter
フォーマットの複数の項を追加する。
addCallback(Callback<?>) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
コールバック処理を追加する。
addCondition(String) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
条件式を追加する。
addConditionFormatter(ConditionFormatter) - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatter
条件付きのフォーマッタを追加する。
addFirstCallcack(Callback<?>) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
コールバック処理を先頭に追加する。
addMessage(String, String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResource
キーとメッセージを指定して登録する。
addMessage(MessageResource) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResource
既存のメッセージソースを追加する
addTerm(Term<Calendar>) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatter
フォーマットの項を追加する。
addTerm(Term<FormattedNumber>) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
フォーマットの項を追加する。
addTerm(Term<String>) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionTextFormatter
書式の項を追加する。
ALL - クラス のstatic変数com.github.mygreen.cellformatter.ConditionOperator
全ての値に一致する条件。
amPm(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
AM/PM - 午前/午後の場合の処理
AmPmTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.AmPmTerm
 
ArgUtils - com.github.mygreen.cellformatter.langのクラス
引数チェックに関するユーティリティクラス。
ArgUtils() - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.ArgUtils
 
asAsterisk() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asCondition() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asDecimal() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
 
asDigits() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asEscapedChar() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asExponent() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
 
asFactor() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asFormatter() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asFraction() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
 
asNative() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
 
asPercent() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
 
asSymbol() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asterisk(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
Asterisk(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Asterisk
 
AsteriskTerm<T> - com.github.mygreen.cellformatter.termのクラス
フォーマットの書式'*'の記号を表現する項。
AsteriskTerm(Token.Asterisk) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.AsteriskTerm
 
asUnderscore() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
asWord() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
atMark(Token.Symbol) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.TextTerm
 
AtMarkTerm(Token.Symbol) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.TextTerm.AtMarkTerm
 

B

BLACK - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 黒
BLUE - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 青
BooleanCell - com.github.mygreen.cellformatterのクラス
ブール型の値を直接扱うための仮想的なセル。
BooleanCell(Boolean, short) - クラス のコンストラクタcom.github.mygreen.cellformatter.BooleanCell
値と書式のインデックス番号を指定するコンストラクタ。
BooleanCell(Boolean, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.BooleanCell
値とその書式を指定するコンストラクタ。
BooleanCell(Boolean, short, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.BooleanCell
値と、書式のインデックス番号、書式を指定するコンストラクタ。

C

call(T, String, Locale, Term<?>) - インタフェース のメソッドcom.github.mygreen.cellformatter.callback.Callback
フォーマットの後に実行する処理。
call(Object, String, Locale, Term<?>) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNum1
 
call(Object, String, Locale, Term<?>) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNum2
 
call(Object, String, Locale, Term<?>) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNum3
 
Callback<T> - com.github.mygreen.cellformatter.callbackのインタフェース
フォーマット処理後に呼ばれるcallbakのインタフェース。
callbacks - クラス の変数com.github.mygreen.cellformatter.ConditionFormatter
処理後のコールバック
CANADA - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
英語 (カナダ)
CANADA_FRENCH - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
フランス語(カナダ)
canResolve(short) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
インデックス形式の書式指定がキャッシュに登録され、解決可能かどうか。
canResolve(String) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
パターン形式の書式指定がキャッシュに登録され、解決可能かどうか。
CellFormatResult - com.github.mygreen.cellformatterのクラス
フォーマット結果を保持するクラス。
CellFormatResult() - クラス のコンストラクタcom.github.mygreen.cellformatter.CellFormatResult
 
CellFormatter - com.github.mygreen.cellformatterのクラス
セルのフォーマッタの共通インタフェース
CellFormatter() - クラス のコンストラクタcom.github.mygreen.cellformatter.CellFormatter
 
ChineseConverter() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum1.ChineseConverter
 
ChineseConverter() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum2.ChineseConverter
 
clearFormat() - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
キャッシュを初期化する。
color - クラス の変数com.github.mygreen.cellformatter.ConditionFormatter
条件の色
com.github.mygreen.cellformatter - パッケージ com.github.mygreen.cellformatter
セルのフォーマット機能を提供する。
com.github.mygreen.cellformatter.callback - パッケージ com.github.mygreen.cellformatter.callback
フォーマット処理後の大字変換などの機能を提供する。
com.github.mygreen.cellformatter.lang - パッケージ com.github.mygreen.cellformatter.lang
共通機能を提供する。
com.github.mygreen.cellformatter.number - パッケージ com.github.mygreen.cellformatter.number
フォーマット対象の数値を表現する機能を提供する。
com.github.mygreen.cellformatter.term - パッケージ com.github.mygreen.cellformatter.term
項のフォーマットの機能を提供する。
com.github.mygreen.cellformatter.tokenizer - パッケージ com.github.mygreen.cellformatter.tokenizer
書式の字句解析を行う機能を提供する。
CommonCell - com.github.mygreen.cellformatterのインタフェース
共通のセルのインタフェース。
condition(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
Condition(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Condition
 
ConditionDateFormatter - com.github.mygreen.cellformatterのクラス
ユーザ定義型の日時を解釈するフォーマッタ
ConditionDateFormatter(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionDateFormatter
 
ConditionDateFormatterFactory - com.github.mygreen.cellformatterのクラス
書式を解析してConditionDateFormatterのインスタンスを作成するクラス。
ConditionDateFormatterFactory() - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionDateFormatterFactory
 
ConditionFormatter - com.github.mygreen.cellformatterのクラス
Excelのユーザ定義の各条件式を表現するための抽象クラス。
ConditionFormatter(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionFormatter
 
ConditionFormatterFactory<F> - com.github.mygreen.cellformatterのクラス
条件付きの書式の組み立てるための抽象クラス。
ConditionFormatterFactory() - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionFormatterFactory
 
ConditionNumberFormatter - com.github.mygreen.cellformatterのクラス
数値のフォーマッタ
ConditionNumberFormatter(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionNumberFormatter
 
ConditionNumberFormatterFactory - com.github.mygreen.cellformatterのクラス
ConditionNumberFormatterのインスタンスを作成するクラス。
ConditionNumberFormatterFactory() - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionNumberFormatterFactory
 
ConditionOperator - com.github.mygreen.cellformatterのクラス
ユーザ定義の条件式を表現するクラス。
ConditionOperator() - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionOperator
 
ConditionOperator.Equal - com.github.mygreen.cellformatterのクラス
等しい(=条件値)かどうか。
ConditionOperator.GreaterEqual - com.github.mygreen.cellformatterのクラス
以上(>=条件値)
ConditionOperator.GreaterThan - com.github.mygreen.cellformatterのクラス
より大きい(>条件値)
ConditionOperator.LessEqual - com.github.mygreen.cellformatterのクラス
以下(<=条件値)
ConditionOperator.LessThan - com.github.mygreen.cellformatterのクラス
より小さい(<条件値)
ConditionOperator.NotEqual - com.github.mygreen.cellformatterのクラス
等しいくない(<>条件値)かどうか。
conditions - クラス の変数com.github.mygreen.cellformatter.ConditionFormatter
全ての条件式
ConditionTextFormatter - com.github.mygreen.cellformatterのクラス
Excelのテキスト表示のフォーマットと処理を行うクラス。
ConditionTextFormatter(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionTextFormatter
 
ConditionTextFormatterFactory - com.github.mygreen.cellformatterのクラス
書式を解析してConditionTextFormatterのインスタンスを作成するクラス。
ConditionTextFormatterFactory() - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionTextFormatterFactory
 
contains(Date) - クラス のメソッドcom.github.mygreen.cellformatter.lang.Era
指定した日時が時代情報に含まれているかどうか。
contains(Date) - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
指定した日時が含まれているかどうか。
containsAny(String, String[], boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
指定した文字の何れかを含むかどうか。
containsAnyInFactor(String[]) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
Token.Factor中に指定した文字列の何れかを含むかどうか。
containsAnyInFactorIgnoreCase(String[]) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
大文字・小文字を無視してToken.Factor中に指定した文字列の何れかを含むかどうか。
containsIgnoreCase(String, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
大文字・小文字を無視して指定した文字を含むかチェックする。
containsInFactor(String) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
Token.Factor中に指定した文字列を含むかどうか。
containsInFactor(String, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
 
containsInFactorIgnoreCase(String) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
大文字・小文字を無視してToken.Factor中に指定した文字列を含むかどうか。
containsSymbolTerm(Token.Symbol) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
記号用の項の中で、指定した記号を含むかどうか。
convert(String, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.callback.KansujiConverter
文字列を変換する
convert(String) - クラス のメソッドcom.github.mygreen.cellformatter.callback.ZenkakuNumberConverter
文字列を変換する
convertExcelNumber(Date, boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ExcelDateUtils
JavaのDate型をExcelの内部表現の数値に変換する。
convertJavaDate(double, boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ExcelDateUtils
Excel表現上の数値をJavaのDate型(UTC形式)に変換する。
create() - クラス のstaticメソッドcom.github.mygreen.cellformatter.callback.DBNum1
インスタンスを取得する
create() - クラス のstaticメソッドcom.github.mygreen.cellformatter.callback.DBNum2
インスタンスを取得する
create() - クラス のstaticメソッドcom.github.mygreen.cellformatter.callback.DBNum3
インスタンスを取得する
create(TokenStore) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatterFactory
ConditionDateFormatterインスタンスを作成する。
create(TokenStore) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
条件付き書式を組み立てる
create(TokenStore) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatterFactory
 
create(TokenStore) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionTextFormatterFactory
ConditionTextFormatterのインスタンスを作成する。
create(String) - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatterFactory
書式を元に、CustomFormatterのインスタンスを作成する。
create(double) - クラス のメソッドcom.github.mygreen.cellformatter.number.NumberFactory
数値オブジェクトのインスタンスを取得する。
create(double) - クラス のメソッドcom.github.mygreen.cellformatter.number.NumberFactory.DecimalNumberFactory
 
create(double) - クラス のメソッドcom.github.mygreen.cellformatter.number.NumberFactory.ExponentNumberFactory
 
create(double) - クラス のメソッドcom.github.mygreen.cellformatter.number.NumberFactory.FractionNumberFactory
 
create(double) - クラス のメソッドcom.github.mygreen.cellformatter.number.NumberFactory.PercentNumberFactory
 
createDefaultFormatter(String, Locale...) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
指定したインデックスでプロパティに定義されているフォーマットを作成する。
createExactDenominator(double, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分母の値を指定した分数を作成する。
createExactDenominator(double, int, boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分母の値を指定した分数を作成する。
createFormatter(String) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
パターンを指定して新たに書式を作成する。
createFractionExactDenominator(double, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.SimpleFraction
分母の値を指定してインスタンスを作成する。
createFractionMaxDenominator(double, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.SimpleFraction
分母の最大値を指定してインスタンスを作成する。
createKnownLocale(int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.MSLocale
既知の言語を組み立てる。
createMaxDenominator(double, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分母の最大値を指定した分数を作成する。
createMaxDenominator(double, int, boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分母の最大値を指定した分数を作成する。
CustomFormatter - com.github.mygreen.cellformatterのクラス
ユーザ定義の書式を表現するフォーマッタ。
CustomFormatter(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.CustomFormatter
書式を指定してインスタンスを作成する。
CustomFormatterFactory - com.github.mygreen.cellformatterのクラス
ユーザ定義の書式を解析して、CustomFormatterのインスタンスを作成するクラス。
CustomFormatterFactory() - クラス のコンストラクタcom.github.mygreen.cellformatter.CustomFormatterFactory
 
CustomFormatterParseException - com.github.mygreen.cellformatterの例外
パース時に書式が不正と判断する場合にスローされる例外。
CustomFormatterParseException(String, String) - 例外 のコンストラクタcom.github.mygreen.cellformatter.CustomFormatterParseException
メッセージを指定してインスタンスを作成する。
CustomFormatTokenizer - com.github.mygreen.cellformatter.tokenizerのクラス
カスタム定義の書式をトークンに分割する。
CustomFormatTokenizer() - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.CustomFormatTokenizer
 
CYAN - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 水

D

DateCell - com.github.mygreen.cellformatterのクラス
日時型の値を直接扱うための仮想的なセル。
DateCell(Date, short) - クラス のコンストラクタcom.github.mygreen.cellformatter.DateCell
値と書式のインデックス番号を指定するコンストラクタ。
DateCell(Date, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.DateCell
値とその書式を指定するコンストラクタ。
DateCell(Date, short, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.DateCell
値と、書式のインデックス番号、書式を指定するコンストラクタ。
DateCell(Date, short, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.DateCell
値と書式のインデックス番号を指定するコンストラクタ。
DateCell(Date, String, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.DateCell
値とその書式を指定するコンストラクタ。
DateCell(Date, short, String, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.DateCell
値と、書式のインデックス番号、書式を指定するコンストラクタ。
DateTerm - com.github.mygreen.cellformatter.termのクラス
日時の書式の項
DateTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm
 
DateTerm.AmPmTerm - com.github.mygreen.cellformatter.termのクラス
AM/PM - 午前/午後の場合
DateTerm.DayTerm - com.github.mygreen.cellformatter.termのクラス
d - 日の場合 ・dが3~4桁の場合は、英字の曜日。
DateTerm.ElapsedHourTerm - com.github.mygreen.cellformatter.termのクラス
[h] - 24時を超える経過時間の処理
DateTerm.ElapsedMinuteTerm - com.github.mygreen.cellformatter.termのクラス
[m] - 60分を超える経過時間の処理
DateTerm.ElapsedSecondTerm - com.github.mygreen.cellformatter.termのクラス
[s] - 60秒を超える経過時間の処理
DateTerm.EraNameTerm - com.github.mygreen.cellformatter.termのクラス
g - 元号の名称の場合
DateTerm.EraNameYearTerm - com.github.mygreen.cellformatter.termのクラス
r - 元号の名称と年の場合
DateTerm.EraYearTerm - com.github.mygreen.cellformatter.termのクラス
e - 元号の年の場合
DateTerm.HourTerm - com.github.mygreen.cellformatter.termのクラス
h - 時間の場合
DateTerm.MinuteTerm - com.github.mygreen.cellformatter.termのクラス
m - 分の場合
DateTerm.MonthTerm - com.github.mygreen.cellformatter.termのクラス
m - 月の場合
DateTerm.QuaterTerm - com.github.mygreen.cellformatter.termのクラス
q - 四半期の場合
DateTerm.SecondTerm - com.github.mygreen.cellformatter.termのクラス
s - 秒の場合
DateTerm.WeekName - com.github.mygreen.cellformatter.termのクラス
a- 日本語名称の曜日の場合
DateTerm.WeekNameForOO - com.github.mygreen.cellformatter.termのクラス
n- OpenOffice用の日本語名称の曜日の場合
DateTerm.WeekNumberTerm - com.github.mygreen.cellformatter.termのクラス
ww - 年の週番号を取得する。
DateTerm.YearTerm - com.github.mygreen.cellformatter.termのクラス
y - 年の場合
day(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
d - 日の場合の処理
DayTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.DayTerm
 
DBNum1 - com.github.mygreen.cellformatter.callbackのクラス
DBNum1を処理する。
DBNum1() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum1
 
DBNum1.ChineseConverter - com.github.mygreen.cellformatter.callbackのクラス
中国語の場合の変換処理
DBNum1.KoreanConverter - com.github.mygreen.cellformatter.callbackのクラス
韓国語の変換処理
DBNum2 - com.github.mygreen.cellformatter.callbackのクラス
DBNum2を処理する。
DBNum2() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum2
 
DBNum2.ChineseConverter - com.github.mygreen.cellformatter.callbackのクラス
中国語の場合の変換処理
DBNum2.JapaneseConverter - com.github.mygreen.cellformatter.callbackのクラス
日本語の場合の変換処理
DBNum2.KoreanConverter - com.github.mygreen.cellformatter.callbackのクラス
韓国国の場合の変換処理
DBNum3 - com.github.mygreen.cellformatter.callbackのクラス
DBNum3を処理する。
DBNum3() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum3
 
DBNumBase - com.github.mygreen.cellformatter.callbackのクラス
数値変換の基底クラス。
DBNumBase(String...) - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNumBase
コンストラクタ
DecimalNumber - com.github.mygreen.cellformatter.numberのクラス
小数表現を含む数値を表現するクラス。
DecimalNumber(double, int, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.DecimalNumber
 
DecimalNumber(double, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.DecimalNumber
 
decimalNumber(int, boolean, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.NumberFactory
小数のファクトリクラスの取得
DecimalNumberFactory(int, boolean, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.NumberFactory.DecimalNumberFactory
 
decimalPart - クラス の変数com.github.mygreen.cellformatter.number.DecimalNumber
小数部分。
DEFAULT_FORMATTER - クラス のstatic変数com.github.mygreen.cellformatter.CustomFormatter
書式がない、標準フォーマッター
digits(Token.Digits) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 
digits(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
Digits(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Digits
 
digits10Map - クラス の変数com.github.mygreen.cellformatter.callback.KansujiConverter
10^4ごとの桁単位のマップ 桁数の名前
digits4Map - クラス の変数com.github.mygreen.cellformatter.callback.KansujiConverter
4桁の桁単位のマップ
DIGITS_CHARS - クラス のstatic変数com.github.mygreen.cellformatter.ConditionNumberFormatterFactory
 
DIGITS_START_CHARS - クラス のstatic変数com.github.mygreen.cellformatter.ConditionNumberFormatterFactory
 
DigitsTerm(Token.Digits) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.DigitsTerm
 

E

elapsedHour(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
[h] - 24時を超える経過時間の処理
ElapsedHourTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.ElapsedHourTerm
 
elapsedMinute(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
[m] - 60分を超える経過時間の処理
ElapsedMinuteTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.ElapsedMinuteTerm
 
elapsedSecond(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
[s] - 60秒を超える経過時間の処理
ElapsedSecondTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.ElapsedSecondTerm
 
Equal(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionOperator.Equal
 
equals(Object) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
 
equals(Object) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
 
equalsAny(String, String[]) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
何れかの文字と等しいかどうか
equalsAnyBottomElement(LinkedList<String>, String[]) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.StackUtils
スタックの最後の要素(一番下の要素)が引数で指定した文字列の何れかと等しいかどうか比較する。
equalsAnyIgnoreCase(String, String[]) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
大文字・小文字を無視して、何れかの文字と等しいか。
equalsAnyTopElement(LinkedList<String>, String[]) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.StackUtils
スタックの先頭の要素(一番上の要素)が引数で指定した文字列の何れかと等しいかどうか比較する。
equalsBottomElement(LinkedList<String>, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.StackUtils
スタックの最後の要素(一番下の要素)が引数で指定した文字列と等しいかどうか比較する。
equalsTopElement(LinkedList<String>, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.StackUtils
スタックの先頭の要素(一番上の要素)が引数で指定した文字列と等しいかどうか比較する。
Era - com.github.mygreen.cellformatter.langのクラス
時代情報の定義用のクラス。
Era(List<EraPeriod>) - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.Era
時代の期間を指定するコンストラクタ。
eraName(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
g - 元号の名称の場合の処理
EraNameTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.EraNameTerm
 
eraNameYear(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
r - 元号の名称と年の場合の処理
EraNameYearTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.EraNameYearTerm
 
EraPeriod - com.github.mygreen.cellformatter.langのクラス
平成などの時代の期間を表すクラス。
EraPeriod() - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.EraPeriod
 
EraResolver - com.github.mygreen.cellformatter.langのクラス
時代の情報を解決するクラス。
EraResolver() - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.EraResolver
 
eraResolver - クラス のstatic変数com.github.mygreen.cellformatter.term.DateTerm
 
eraYear(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
e - 元号の年の場合の処理
EraYearTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.EraYearTerm
 
escapedChar(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
EscapedChar(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.EscapedChar
 
EscapedCharTerm<T> - com.github.mygreen.cellformatter.termのクラス
エスケープされた文字の項
EscapedCharTerm(Token.EscapedChar) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.EscapedCharTerm
 
ExcelDateUtils - com.github.mygreen.cellformatter.langのクラス
Excelの日時表現を処理するためのユーティリティクラス。
ExcelDateUtils() - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.ExcelDateUtils
 
ExponentNumber - com.github.mygreen.cellformatter.numberのクラス
指数表現の数値。
ExponentNumber(double, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.ExponentNumber
 
exponentNumber(int, boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.NumberFactory
指数のファクトリクラスの取得
ExponentNumberFactory(int, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.NumberFactory.ExponentNumberFactory
 
ExponentTerm(Token) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.ExponentTerm
 
exponnet(Token) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 

F

factor(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
Factor(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Factor
 
format(CommonCell) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatter
セルの値をフォーマットする
format(CommonCell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatter
セルの値をロケールを指定してフォーマットする
format(CommonCell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatter
 
format(CommonCell) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
値をフォーマットする。
format(CommonCell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
ロケールを指定して値フォーマットする。
format(CommonCell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
 
format(CommonCell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionTextFormatter
 
format(CommonCell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatter
 
format(Cell, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
セルの値をフォーマットする。
format(Cell, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
ロケールを指定してセルの値をフォーマットする。
format(CommonCell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.LocaleSwitchFormatter
 
format(String, String) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
文字列型をフォーマットする。
format(String, String, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、文字列型をフォーマットする。
format(String, boolean, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ブール型をフォーマットする。
format(String, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、ブール型をフォーマットする。
format(String, N, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
数値列型をフォーマットする。
format(String, N) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、数値型をフォーマットする。
format(String, Date, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
日付型をフォーマットする。
format(String, Date) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、日付型をフォーマットする。
format(ObjectCell<?>) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
値をフォーマットする。
format(ObjectCell<?>, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
値をフォーマットする。
format(Cell) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
セルの値を取得する
format(Cell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
ロケールを指定してセルの値を取得する
format(T, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.AsteriskTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.AmPmTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.DayTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.ElapsedHourTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.ElapsedMinuteTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.ElapsedSecondTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.EraNameTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.EraNameYearTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.EraYearTerm
 
format(Calendar, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm
値をフォーマットする。
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.HourTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.MinuteTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.MonthTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.QuaterTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.SecondTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.WeekName
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.WeekNameForOO
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.WeekNumberTerm
 
format(Calendar, MSLocale, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.YearTerm
 
format(T, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.EscapedCharTerm
 
format(T, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.LocaelSymbolTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.DigitsTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.ExponentTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.GeneralTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.QuestionTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.SeparatorTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.SharpTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.SymbolTerm
 
format(FormattedNumber, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.ZeroTerm
 
format(T, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.OtherTerm
 
format(T, MSLocale, Locale) - インタフェース のメソッドcom.github.mygreen.cellformatter.term.Term
値をフォーマットする。
format(String, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.TextTerm.AtMarkTerm
 
format(T, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.UnderscoreTerm
 
format(T, MSLocale, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.term.WordTerm
 
formatAsString(Cell, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
セルの値をフォーマットし、文字列として取得する
formatAsString(Cell, Locale, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
ロケールを指定してセルの値をフォーマットし、文字列として取得する
formatAsString(String, String) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
文字列型をフォーマットし、結果を直接文字列として取得する。
formatAsString(String, String, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、文字列型をフォーマットし、結果を直接文字列として取得する。
formatAsString(String, boolean, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ブール型をフォーマットし、結果を直接文字列として取得する。
formatAsString(String, boolean) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、ブール型をフォーマットし、結果を直接文字列として取得する。
formatAsString(String, N, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
数値型をフォーマットし、結果を直接文字列として取得する。
formatAsString(String, N) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、数値型をフォーマットし、結果を直接文字列として取得する。
formatAsString(String, Date, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
日付型をフォーマットし、結果を直接文字列として取得する。
formatAsString(String, Date) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定して、日付型をフォーマットし、結果を直接文字列として取得する。
formatAsString(ObjectCell<?>) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
セルの値を文字列として取得する。
formatAsString(ObjectCell<?>, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
ロケールを指定してセルの値を文字列として取得する
formatAsString(Cell) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
セルの値を文字列として取得する
formatAsString(Cell, Locale) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
ロケールを指定してセルの値を文字列として取得する
FormatCellType - com.github.mygreen.cellformatterの列挙
フォーマットする際に判断したセルの種類。
formatDate(Date) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ExcelDateUtils
日時形式をyyyy-MM-dd HH:mm:ss.SSSの書式でフォーマットする。
formatPattern - クラス の変数com.github.mygreen.cellformatter.ObjectCell
フォーマットの書式
FormattedNumber - com.github.mygreen.cellformatter.numberのクラス
書式を表現するための数値。
FormattedNumber(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.FormattedNumber
 
FormattedTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
formatter(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
Formatter(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Formatter
 
FormatterResolver - com.github.mygreen.cellformatterのクラス
セルのフォーマッタを解決するクラス。
FormatterResolver() - クラス のコンストラクタcom.github.mygreen.cellformatter.FormatterResolver
インスタンスを作成する。
FormatterType - com.github.mygreen.cellformatterの列挙
フォーマッタの種類
FormulaEvaluateException - com.github.mygreen.cellformatterの例外
セル中の式の評価に失敗したときにスローされる例外
FormulaEvaluateException(Cell, Exception) - 例外 のコンストラクタcom.github.mygreen.cellformatter.FormulaEvaluateException
 
FractionNumber - com.github.mygreen.cellformatter.numberのクラス
分数を表現するクラス。
fractionNumber(int, boolean, boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.NumberFactory
分数のファクトリクラスの取得
FractionNumberFactory(int, boolean, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.NumberFactory.FractionNumberFactory
 
FRENCE - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
フランス語

G

general() - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 
GeneralTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.GeneralTerm
 
GERMAN - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
ドイツ語
getAbbrevName() - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
元号のロケールに対する省略名を取得する。
getAbbrevRomanName() - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
元号のローマ字の省略名を取得する。
getAm() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.AmPmTerm
 
getAttachedValue() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token.Asterisk
アスタリスクに付随する次の文字の取得
getAttachedValue() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token.Underscore
アンダースコアに付随する次の文字の取得
getBooleanCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.BooleanCell
 
getBooleanCellValue() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
Boolean型のセルとして値を取得する。
getBooleanCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
getBooleanCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
設定した値の型と一致しない場合、このメソッドを呼ぶとIllegalStateExceptionをスローします。
getBooleanCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
getBooleanCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
 
getCallbacks() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
コールバック処理を取得する
getCell() - 例外 のメソッドcom.github.mygreen.cellformatter.FormulaEvaluateException
式の評価に失敗したセルを取得する。
getCell() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
JExcelAPIの元々のセルのインスタンスを取得する。
getCell() - 例外 のメソッドcom.github.mygreen.cellformatter.NoMatchConditionFormatterException
フォーマットに失敗したセルを取得する。
getCell() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
POIの元々のセルのインスタンスを取得する。
getCellAddress() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
セルのアドレスを取得する。
getCellAddress() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
getCellAddress() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
セルのアドレスを取得する。
getCellAddress() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
getCellType() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
セルの種類を取得する 各メソッドCellFormatResult.isText()などのisXXX()メソッドの判定に利用する。
getCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
式を評価したセルの値を取得する。
getChar() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token.EscapedChar
エスケープ文字'\'を除いた文字を取得する。
getCode() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
コードの取得
getColor() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
色を取得する。
getConcatenatedToken() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
トークンを全て結合した値を取得する。
getCondition() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token.Condition
括弧を除いた条件の値の取得。
getConditionFormatters() - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatter
条件付きのフォーマッタを取得する。
getConditions() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
全ての条件式を取得する
getConditionValue() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.Equal
 
getConditionValue() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.GreaterEqual
 
getConditionValue() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.GreaterThan
 
getConditionValue() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.LessEqual
 
getConditionValue() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.LessThan
 
getConditionValue() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.NotEqual
 
getCountry() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
国コードを取得する
getCustomFormatterFactory() - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
書式パターンを解析して、CellFormatterのインスタンスを作成するクラスの取得。
getDateCellValue() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
日時型のセルとして値を取得する。
getDateCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.DateCell
 
getDateCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
getDateCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.NumberCell
 
getDateCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
設定した値の型と一致しない場合、このメソッドを呼ぶとIllegalStateExceptionをスローします。
getDateCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
getDateCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
 
getDecimalPart() - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
小数部のフォーマットした値を取得する。
getDecimalPart(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
小数部の指定した桁の値を取得する。
getDenominator() - クラス のメソッドcom.github.mygreen.cellformatter.number.SimpleFraction
分母の取得
getDenominatorPart() - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分母の部分を取得する。
getDenominatorPart(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分母の指定した桁の値を取得する。
getDenominatorPartAfter(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分母の指定した桁以降の値を取得する。
getEndDate() - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
終了日を取得する
getEra(MSLocale) - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraResolver
ロケールに該当する時代情報を取得する。
getEra(Locale) - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraResolver
ロケールに該当する時代情報を取得する。
getEraYear(Calendar) - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
指定した日時が、開始日時から経過した年を取得する。
getExcelZeroDateTime(boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ExcelDateUtils
Excelの日付となる(=数値では0の値)の時の、時間の取得。
getExponentPart() - クラス のメソッドcom.github.mygreen.cellformatter.number.ExponentNumber
指数部のフォーマットした値を取得する。
getExponentPart(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.ExponentNumber
指数部の指定した桁の値を取得する。
getExponentPartAfter(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.ExponentNumber
指数部の指定した桁以降の値を取得する。
getExponentSymbol() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.ExponentTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.AmPmTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.DayTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.ElapsedHourTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.ElapsedMinuteTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.ElapsedSecondTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.EraNameTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.EraNameYearTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.EraYearTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.HourTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.MinuteTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.MonthTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.SecondTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.WeekName
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.WeekNameForOO
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.WeekNumberTerm
 
getFormat() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.YearTerm
 
getFormatIndex() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
書式のインデックス番号を取得する。
getFormatIndex() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
getFormatIndex() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
 
getFormatIndex() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
getFormatPattern() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
書式のパターンを取得する。
getFormatPattern() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
getFormatPattern() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
書式のパターンを取得する。
getFormatPattern() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
getFormatter(short) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
インデックス番号を指定して、キャッシュに登録されているフォーマッタを取得する。
getFormatter(String) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
書式のパターンを指定して、キャッシュに登録されているフォーマッタを取得する。
getFormatterResolver() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
FormatterResolverを取得する。
getFormatterResolver() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
FormatterResolverを取得する。
getFormatterResolver() - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
FormatterResolverを取得する。
getHexId() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
16進数のIDを取得する。
getHtmlColor() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
HTMLの形式の色を取得する。
getId() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
IDを取得する。
getIndex() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
色のインデックス番号を取得する。
getIndex() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
getIntegerPart() - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
整数部のフォーマットした値を取得する。
getIntegerPart(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
整数部の指定した桁の値を取得する。
getIntegerPartAfter(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
整数部の指定した桁以降の値を取得する。
getKeys() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResource
メッセージ定義中に含まれるキーを全て返す。
getLanguage() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
言語コードを取得する
getLocale() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
ロケールを取得する。
getLocale() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
対応するJavaのロケールを取得する。
getLocale() - クラス のメソッドcom.github.mygreen.cellformatter.LocaleSymbol
ロケールを取得する。
getLocaleName() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
ロケール固有の色の名称の取得。
getLocaleName(Locale) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
ロケールを指定し固有の色の名称の取得する。
getMessage(String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
キーを指定してメッセージを取得する。
getMessage(MSLocale, String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
ロケールとキーを指定してメッセージを取得する。
getMessage(MSLocale, String, String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
ロケールとキーを指定してメッセージを取得する。
getMessage(Locale, String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
ロケールとキーを指定してメッセージを取得する。
getMessage(Locale, String, String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
値がnullの場合、defaultValueの値を返す。
getMessage(MSLocale, Locale, String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
書式のロケールを優先して、キーに対するメッセージを取得する。
getMessage(MSLocale, Locale, String, String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
書式のロケールを優先して、キーに対するメッセージを取得する。
getMessage(String) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResource
キーを指定してメッセージを取得する。
getName() - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
元号の名称を取得する
getName() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
色の名称の取得。
getName() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
名称を取得する。
getName(Locale) - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
指定したロケールの名称を取得する。
getNumber(FormattedNumber) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
数値の部分に対する桁の値を取得する。
getNumberCellValue() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
数値型のセルとして値を取得する。
getNumberCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.DateCell
 
getNumberCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
getNumberCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.NumberCell
 
getNumberCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
設定した値の型と一致しない場合、このメソッドを呼ぶとIllegalStateExceptionをスローします。
getNumberCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
getNumberCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
 
getNumberFactory() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
 
getNumerator() - クラス のメソッドcom.github.mygreen.cellformatter.number.SimpleFraction
分子の取得
getNumeratorPart() - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分子の部分を取得する
getNumeratorPart(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分子の指定した桁の値を取得する。
getNumeratorPartAfter(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
分子の指定した桁以降の値を取得する。
getOperator() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
一致条件を取得する。
getPartType() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
getPattern() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatter
書式を取得する
getPattern(Locale) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatter
ロケールを指定して書式を取得する
getPattern() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
書式のパターンを取得する。
getPattern(Locale) - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatter
 
getPattern() - 例外 のメソッドcom.github.mygreen.cellformatter.CustomFormatterParseException
書式を取得する。
getPattern(Locale) - クラス のメソッドcom.github.mygreen.cellformatter.LocaleSwitchFormatter
 
getPermilles() - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
千分率(パーミル)の次数を取得する
getPm() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.AmPmTerm
 
getResourceName() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
リソース名の取得。
getRgbColor() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
RGB値を取得する。
getScale() - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
小数の精度を取得する。
getSectionPattern() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマットの際、一致した書式内のセクションの書式を返す。
getStartDate() - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
開始日を取得する
getSymbol() - クラス のメソッドcom.github.mygreen.cellformatter.LocaleSymbol
記号を取得する。
getTargetPeriod(Date) - クラス のメソッドcom.github.mygreen.cellformatter.lang.Era
指定した日時に該当する期間情報を取得する。
getTerms() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatter
フォーマットの項を全て取得する。
getTerms() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
フォーマットの項を全て取得する。
getTerms() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionTextFormatter
書式の項を全て取得する。
getText() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマットした文字列を取得する
getTextCellValue() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
文字列型のセルとして値を取得する。
getTextCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
getTextCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
設定した値の型と一致しない場合、このメソッドを呼ぶとIllegalStateExceptionをスローします。
getTextCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
getTextCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
 
getTextCellValue() - クラス のメソッドcom.github.mygreen.cellformatter.TextCell
 
getTextColor() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
文字色を取得する。
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.AsteriskTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.EscapedCharTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.DigitsTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.ExponentTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.SeparatorTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.SymbolTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.OtherTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.TextTerm.AtMarkTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.UnderscoreTerm
 
getToken() - クラス のメソッドcom.github.mygreen.cellformatter.term.WordTerm
 
getTokens() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
トークンを取得する。
getType() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatter
 
getType() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
フォーマッタの種類を取得する。
getType() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
 
getType() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionTextFormatter
 
getValue() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマット対象の値を取得する。
getValue() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
元の数値の値を取得する。
getValue() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
設定した値を取得します。
getValue() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
トークンの値を取得する。
getValueAsBoolean() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマット対象の値をブール型として取得する。
getValueAsDate() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマット対象の値を日時型として取得する。
getValueAsDate(TimeZone) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
タイムゾーンを指定して、フォーマット対象の値を日時型として取得する。
getValueAsDoulbe() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマット対象の値をdouble型として取得する。
getValueAsString() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマット対象の値を文字列型として取得する。
getWholeNumberPart() - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
帯分数の整数部分を取得する。
getWholeNumberPart(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
帯分数の整数部分の指定した桁の値を取得する。
getWholeNumberPartAfter(int) - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
帯分数の整数部分の指定した桁以降の値を取得する。
getWord() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token.Word
ダブルクウォート'"'を除いたテキストの値を取得する。
GreaterEqual(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionOperator.GreaterEqual
 
GreaterThan(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionOperator.GreaterThan
 
GREEN - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 緑

H

hasDateFormatter() - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatter
日時のフォーマッタを持つかどうか。
hashCode() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSColor
 
hashCode() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
 
hasNumberFormatter() - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatter
数値のフォーマッタを持つかどうか。
hasTextFormatter() - クラス のメソッドcom.github.mygreen.cellformatter.CustomFormatter
文字列の書式を持つかどうか。
hour(String, boolean) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
h - 時間の場合の処理
HourTerm(String, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.HourTerm
 

I

index - クラス の変数com.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
桁のインデックス
index(int) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
init() - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
値を精度に従い整数部と小数部に分解する。
init() - クラス のメソッドcom.github.mygreen.cellformatter.number.ExponentNumber
 
init() - クラス のメソッドcom.github.mygreen.cellformatter.number.PercentNumber
 
integerPart - クラス の変数com.github.mygreen.cellformatter.number.DecimalNumber
整数部分。
intValue() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token.Digits
整数に変換した値
is4YearTerm(Term<?>) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNumBase
項が日付の4桁の年かどうか
isAllowedNoDefault() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResolver
デフォルトのメッセージ情報がない場合を許可するかどうか。
isApplicable(Locale) - インタフェース のメソッドcom.github.mygreen.cellformatter.callback.Callback
適用可能なロケールかどうか。
isApplicable(Locale) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNumBase
適用可能なロケールかどうか。
isBlank() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
値がブランクかどうか。
isBoolean() - クラス のメソッドcom.github.mygreen.cellformatter.BooleanCell
 
isBoolean() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
値がブール値かどうか
isBoolean() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
ブール型のセルかどうか。
isBoolean() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
isBoolean() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
ブール型のセルかどうか。
isBoolean() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
isBoolean() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
 
isCache() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
パースしたフォーマッタをキャッシュするかどうか。
isCache() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
パースしたフォーマッタをキャッシュするかどうか。
isCache() - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
パースしたフォーマッタをキャッシュするかどうか。
isConditionColor(Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[Red]'などの色の条件式の書式かどうか
isConditionDbNum(Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[DBNum1]'などの組み込み処理の条件式かどうか。
isConditionLocale(Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[$-403]'などのロケールの条件式かどうか。
isConditionLocaleSymbol(Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[$€-403]'などの記号付きロケールの条件式かどうか。
isConditionOperator(Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[<=1000]'などの演算子の条件式かどうか。
isConsiderMergedCell() - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
結合されたセルを考慮するかどうか。
isDate() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
値が日付型かどうか。
isDateFormatter() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
種類が'日時'のフォーマッタかどうか。
isDatePattern(TokenStore) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatterFactory
日時の書式かどうか判定する。
isDateStart1904() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
日時の開始日が1904年かどうか。
isDateStart1904() - クラス のメソッドcom.github.mygreen.cellformatter.DateCell
 
isDateStart1904() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
isDateStart1904(Workbook) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.JXLUtils
ファイルが1904年始まりの設定かどうか。
isDateStart1904(Sheet) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.JXLUtils
ファイルが1904年始まりの設定かどうか。
isDateStart1904() - クラス のメソッドcom.github.mygreen.cellformatter.NumberCell
 
isDateStart1904() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
日時の開始日が1904年かどうか。
isDateStart1904() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
isEmpty(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
値がnullまたは空文字か判定する。
isError() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
値がエラー型かどうか。
isErrorCellAsEmpty() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
エラーセルの値を空文字として取得するかどうか。
isErrorCellAsEmpty() - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
エラーセルの値を空文字として取得するかどうか。
isExponentNegative() - クラス のメソッドcom.github.mygreen.cellformatter.number.ExponentNumber
指数の符号が負かどうか。
isExponentPositive() - クラス のメソッドcom.github.mygreen.cellformatter.number.ExponentNumber
指数の符号が正かどうか。
isHalf() - クラス のメソッドcom.github.mygreen.cellformatter.term.DateTerm.HourTerm
 
isKnownById(int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.MSLocale
既知のIDかどうか。
isLastPart() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
isMatch(CommonCell) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionDateFormatter
値が条件に一致するかどうか。
isMatch(CommonCell) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
値が条件に一致するかどうか。
isMatch(CommonCell) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
 
isMatch(double) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.Equal
 
isMatch(double) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.GreaterEqual
 
isMatch(double) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.GreaterThan
 
isMatch(double) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator
指定した値が条件に一致するかどうか。
isMatch(double) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.LessEqual
 
isMatch(double) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.LessThan
 
isMatch(double) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionOperator.NotEqual
 
isMatch(CommonCell) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionTextFormatter
セルのタイプが文字列の場合に一致。
isNegative() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
負の数かどうか。
isNotEmpty(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
値がnullかつ空文字でないか判定する。
isNullObject() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MessageResource
存在しないメッセージソースを示すかどうか。
isNumber() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
値が数値型かどうか。
isNumber() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
数値型のセルかどうか。
isNumber() - クラス のメソッドcom.github.mygreen.cellformatter.DateCell
 
isNumber() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
isNumber() - クラス のメソッドcom.github.mygreen.cellformatter.NumberCell
数値型のセルかどうか。
isNumber() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
数値型のセルかどうか。
isNumber() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
isNumber() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
 
isNumberFormatter() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
種類が'数値'のフォーマッタかどうか。
isNumberPattern(TokenStore) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatterFactory
数値の書式かどうか判定する。
isOutSepearator() - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
isPositive() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
正の数かどうか。
isSystemDate() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
システムの日付用のロケールの場合。
isSystemTime() - クラス のメソッドcom.github.mygreen.cellformatter.lang.MSLocale
システムの時刻用のロケールの場合。
isText() - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
値が文字列型かどうか。
isText() - インタフェース のメソッドcom.github.mygreen.cellformatter.CommonCell
文字列型のセルかどうか。
isText() - クラス のメソッドcom.github.mygreen.cellformatter.JXLCell
 
isText() - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCell
文字列型のセルかどうか。
isText() - クラス のメソッドcom.github.mygreen.cellformatter.POICell
 
isText() - クラス のメソッドcom.github.mygreen.cellformatter.POIEvaluatedCell
 
isText() - クラス のメソッドcom.github.mygreen.cellformatter.TextCell
 
isTextFormatter() - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
種類が'テキスト'のフォーマッタかどうか。
isTextPattern(TokenStore) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionTextFormatterFactory
テキストの書式かどうか判定する。
isThrowFailEvaluateFormula() - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
式を評価する際に失敗したときに、例外FormulaEvaluateExceptionをスローするかどうか。
isUnkndown() - クラス のメソッドcom.github.mygreen.cellformatter.lang.Era
不明な時代情報かどうか。
isUnknown() - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
不明な期間かどうか。
isUseSeparator() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
桁の区切を利用するかどうか。
isWholeType() - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
帯分数の形式かどうか。
isZero() - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
値がゼロかどうか。
ITALY - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
イタリア語

J

JAPANESE - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
日本語
JapaneseConverter() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum2.JapaneseConverter
 
JXLCell - com.github.mygreen.cellformatterのクラス
JExcel APIのラッパークラス。
JXLCell(Cell, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.JXLCell
セルを渡してインスタンスを作成する。
JXLCellFormatter - com.github.mygreen.cellformatterのクラス
JExcel APIのセルのフォーマッタ。
JXLCellFormatter() - クラス のコンストラクタcom.github.mygreen.cellformatter.JXLCellFormatter
 
JXLUtils - com.github.mygreen.cellformatter.langのクラス
JExcelAPIのユーティリティクラス。
JXLUtils() - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.JXLUtils
 

K

KansujiConverter - com.github.mygreen.cellformatter.callbackのクラス
数字の表現を漢数字に変換する。
KansujiConverter() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.KansujiConverter
 
KNOWN_COLORS - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色のリスト
KOREA - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
韓国語
KoreanConverter() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum1.KoreanConverter
 
KoreanConverter() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.DBNum2.KoreanConverter
 

L

lastPart - クラス の変数com.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
書式の部分の最後かどうか
lastPart(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
LessEqual(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionOperator.LessEqual
 
LessThan(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionOperator.LessThan
 
LocaelSymbolTerm<T> - com.github.mygreen.cellformatter.termのクラス
記号付きロケールの項
LocaelSymbolTerm(LocaleSymbol) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.LocaelSymbolTerm
 
locale - クラス の変数com.github.mygreen.cellformatter.ConditionFormatter
ロケール
LocaleSwitchFormatter - com.github.mygreen.cellformatterのクラス
ロケールによって、フォーマッタを切り替えるフォーマッタ。
LocaleSwitchFormatter(CellFormatter) - クラス のコンストラクタcom.github.mygreen.cellformatter.LocaleSwitchFormatter
標準のフォーマッタを指定するコンストラクタ
LocaleSymbol - com.github.mygreen.cellformatterのクラス
記号付きロケールを保持するクラス。
LocaleSymbol(MSLocale, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.LocaleSymbol
 
logger - クラス のstatic変数com.github.mygreen.cellformatter.term.DateTerm
 

M

MAGENTA - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 紫
MessageResolver - com.github.mygreen.cellformatter.langのクラス
メッセージソースを管理するクラス。
MessageResolver(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.MessageResolver
リソース名を指定してインスタンスを生成する。
MessageResolver(String, boolean, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.MessageResolver
リソース名を指定してインスタンスを生成する。
messageResolver - クラス のstatic変数com.github.mygreen.cellformatter.term.DateTerm
 
MessageResource - com.github.mygreen.cellformatter.langのクラス
メッセージソースを管理するクラス。
MessageResource() - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.MessageResource
 
messages - クラス の変数com.github.mygreen.cellformatter.lang.MessageResource
メッセージのキャッシュされたデータセット key = キー、value=メッセージ 読み込む度にキャッシュしていく。
MILLISECONDS_19000101 - クラス のstatic変数com.github.mygreen.cellformatter.lang.ExcelDateUtils
1900-01-01 00:00:00.000の時間(単位はミリ秒)。
MILLISECONDS_19000301 - クラス のstatic変数com.github.mygreen.cellformatter.lang.ExcelDateUtils
1900-03-01の時間(単位はミリ秒)。
MILLISECONDS_19040101 - クラス のstatic変数com.github.mygreen.cellformatter.lang.ExcelDateUtils
1904-01-01 00:00:00.000の時間(単位はミリ秒)。
minute(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
m - 分の場合の処理
MinuteTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.MinuteTerm
 
month(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
m - 月の場合の処理
MonthTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.MonthTerm
 
MSColor - com.github.mygreen.cellformatter.langのクラス
書式中の色を表現するクラス。
MSColor(short) - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.MSColor
インデックスを指定してインスタンスを作成する。
MSLocale - com.github.mygreen.cellformatter.langのクラス
Microsoftで使用しているロケールを表現するクラス。
MSLocale(int) - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.MSLocale
IDを指定してインスタンスを作成する。

N

NativeNumber - com.github.mygreen.cellformatter.numberのクラス
特別に何もしない。
NativeNumber(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.NativeNumber
 
nativeNumber() - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.NumberFactory
何も加工をしない数値のファクトリクラスの取得。
NEGATIVE - クラス のstatic変数com.github.mygreen.cellformatter.ConditionOperator
負の値に一致する条件(<0.0)
NoMatchConditionFormatterException - com.github.mygreen.cellformatterの例外
適切な条件に一致するフォーマットが見つからない場合にスローする例外
NoMatchConditionFormatterException(CommonCell, String) - 例外 のコンストラクタcom.github.mygreen.cellformatter.NoMatchConditionFormatterException
 
NON_LEAP_DAY - クラス のstatic変数com.github.mygreen.cellformatter.lang.ExcelDateUtils
1900年開始の場合、3月1日の経過日数。
NON_NEGATIVE - クラス のstatic変数com.github.mygreen.cellformatter.ConditionOperator
ゼロ以上の値に一致する条件(非負の数)(>= 0.0)
notEmpty(String, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ArgUtils
文字列が空 or nullでないかどうか検証する。
notEmpty(Object[], String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ArgUtils
配列のサイズが0または、nullでないかどうか検証する。
notEmpty(Collection<?>, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ArgUtils
Collection(リスト、セット)のサイズが0または、nullでないかどうか検証する。
notEmpty(Map<?, ?>, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ArgUtils
マップのサイズが0または、nullでないかどうか検証する。
NotEqual(double) - クラス のコンストラクタcom.github.mygreen.cellformatter.ConditionOperator.NotEqual
 
notMax(T, T, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ArgUtils
引数が 'arg' < 'max' の関係か検証する。
notMin(T, T, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ArgUtils
引数が 'arg' > 'min' の関係か検証する。
notNull(Object, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ArgUtils
値がnullでないかどうか検証する。
NULL_OBJECT - クラス のstatic変数com.github.mygreen.cellformatter.lang.MessageResource
存在しないメッセージソースを示すクラス。
NumberCell<T extends Number> - com.github.mygreen.cellformatterのクラス
数値型の値を直接扱うための仮想的なセル。
NumberCell(T, short) - クラス のコンストラクタcom.github.mygreen.cellformatter.NumberCell
値と書式のインデックス番号を指定するコンストラクタ。
NumberCell(T, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.NumberCell
値とその書式を指定するコンストラクタ。
NumberCell(T, short, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.NumberCell
値と、書式のインデックス番号、書式を指定するコンストラクタ。
NumberCell(T, short, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.NumberCell
値と書式のインデックス番号を指定するコンストラクタ。
NumberCell(T, String, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.NumberCell
値とその書式を指定するコンストラクタ。
NumberCell(T, short, String, boolean) - クラス のコンストラクタcom.github.mygreen.cellformatter.NumberCell
値と、書式のインデックス番号、書式を指定するコンストラクタ。
NumberFactory - com.github.mygreen.cellformatter.numberのクラス
数値オブジェクトのファクトリクラス。
NumberFactory() - クラス のコンストラクタcom.github.mygreen.cellformatter.number.NumberFactory
 
NumberFactory.DecimalNumberFactory - com.github.mygreen.cellformatter.numberのクラス
整数、小数の数値として作成するクラス。
NumberFactory.ExponentNumberFactory - com.github.mygreen.cellformatter.numberのクラス
指数として数値を作成するクラス。
NumberFactory.FractionNumberFactory - com.github.mygreen.cellformatter.numberのクラス
分数として数値を作成するクラス
NumberFactory.PercentNumberFactory - com.github.mygreen.cellformatter.numberのクラス
パーセントとして数値を作成するクラス。
NumberPartType - com.github.mygreen.cellformatter.numberの列挙
数値の部分を表現するクラス。
NumberTerm - com.github.mygreen.cellformatter.termのクラス
数値の書式の項
NumberTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm
 
NumberTerm.DigitsTerm - com.github.mygreen.cellformatter.termのクラス
 
NumberTerm.ExponentTerm - com.github.mygreen.cellformatter.termのクラス
フォーマットの書式の指数"E"を表現する項。
NumberTerm.FormattedTerm - com.github.mygreen.cellformatter.termのクラス
数値のフォーマット部分の項を表す抽象クラス。
NumberTerm.GeneralTerm - com.github.mygreen.cellformatter.termのクラス
フォーマットの書式"General"を表現する項
NumberTerm.QuestionTerm - com.github.mygreen.cellformatter.termのクラス
フォーマットの書式"?"
NumberTerm.SeparatorTerm - com.github.mygreen.cellformatter.termのクラス
桁区切り文字の処理 ・区切り文字の挿入は、数値の出力時の行う。
NumberTerm.SharpTerm - com.github.mygreen.cellformatter.termのクラス
フォーマットの書式"#"の記号。
NumberTerm.SymbolTerm - com.github.mygreen.cellformatter.termのクラス
記号の処理
NumberTerm.ZeroTerm - com.github.mygreen.cellformatter.termのクラス
フォーマットの書式"0"の記号。
numMap - クラス の変数com.github.mygreen.cellformatter.callback.KansujiConverter
0~9の数字のマップ

O

ObjectCell<T> - com.github.mygreen.cellformatterのクラス
Javaのオブジェクトを直接フォーマットするための抽象クラス。
ObjectCell(T, short) - クラス のコンストラクタcom.github.mygreen.cellformatter.ObjectCell
値と書式のインデックス番号を指定するコンストラクタ。
ObjectCell(T, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.ObjectCell
値とその書式を指定するコンストラクタ。
ObjectCell(T, short, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.ObjectCell
値と、書式のインデックス番号、書式を指定するコンストラクタ。
ObjectCellFormatter - com.github.mygreen.cellformatterのクラス
Javaのオブジェクト型を直接フォーマットするクラス。
ObjectCellFormatter() - クラス のコンストラクタcom.github.mygreen.cellformatter.ObjectCellFormatter
 
OFFSET_DAYS_1900 - クラス のstatic変数com.github.mygreen.cellformatter.lang.ExcelDateUtils
Javaの基準日(=0)である1970年1月1日に対するExcelの基準日1900年1月0日の日のオフセット(単位は日)。
OFFSET_DAYS_1904 - クラス のstatic変数com.github.mygreen.cellformatter.lang.ExcelDateUtils
Javaの基準日(=0)である1970年1月1日に対するExcelの基準日1904年1月1日の日のオフセット(単位は日)。
operator - クラス の変数com.github.mygreen.cellformatter.ConditionFormatter
一致する条件
OTHER_CHARS - クラス のstatic変数com.github.mygreen.cellformatter.ConditionNumberFormatterFactory
 
OtherTerm<T> - com.github.mygreen.cellformatter.termのクラス
 
OtherTerm(Token) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.OtherTerm
 
outSepearator - クラス の変数com.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
桁の区切り文字を出力するかどうか

P

parse(String) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.CustomFormatTokenizer
書式をトークンに分割する。
parseDate(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.ExcelDateUtils
文字列を日時形式をyyyy-MM-dd HH:mm:ss.SSSのパースする。
partType - クラス の変数com.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
書式の部分
partType(NumberPartType) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
pattern - クラス の変数com.github.mygreen.cellformatter.ConditionFormatter
元の書式のパターン
PATTERN_NUM - クラス のstatic変数com.github.mygreen.cellformatter.callback.KansujiConverter
整数部分の切り出し用正規表現
percentNumber(int, boolean, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.number.NumberFactory
パーセントのファクトリクラスの取得
PercentNumber - com.github.mygreen.cellformatter.numberのクラス
百分率の数値を表現するクラス。
PercentNumber(double, int, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.PercentNumber
 
PercentNumber(double, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.PercentNumber
 
PercentNumberFactory(int, boolean, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.NumberFactory.PercentNumberFactory
 
permilles - クラス の変数com.github.mygreen.cellformatter.number.DecimalNumber
千分率(パーミル)の次数。
POICell - com.github.mygreen.cellformatterのクラス
POIのセルのラッパークラス。
POICell(Cell) - クラス のコンストラクタcom.github.mygreen.cellformatter.POICell
セルを渡してインスタンスを作成する。
POICellFormatter - com.github.mygreen.cellformatterのクラス
Apache POIのセルの値を文字列として取得するためのクラス。
POICellFormatter() - クラス のコンストラクタcom.github.mygreen.cellformatter.POICellFormatter
 
POIEvaluatedCell - com.github.mygreen.cellformatterのクラス
POI用の数式の値を評価したセルのラッパークラス。
POIEvaluatedCell(Cell, CellValue) - クラス のコンストラクタcom.github.mygreen.cellformatter.POIEvaluatedCell
セルと評価した結果を
popup(LinkedList<String>) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.StackUtils
スタックから先頭の値を取り出す。
popupAndConcat(LinkedList<String>) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.StackUtils
スタックの値を取り出し、文字列として結合する。
POSITIVE - クラス のstatic変数com.github.mygreen.cellformatter.ConditionOperator
正の値に一致する条件。
PRC - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
中国語(中華人民共和国)

Q

quater(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
q - 四半期の場合の処理(OpenOffice用)
QuaterTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.QuaterTerm
 
question() - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 
QuestionTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.QuestionTerm
 

R

RED - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 赤
register(CellFormatter, Locale...) - クラス のメソッドcom.github.mygreen.cellformatter.LocaleSwitchFormatter
ローケールとフォーマッタを登録する。
registerDefaultFormat() - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
キャッシュに初期値データを登録する。
registerFormatter(short, CellFormatter) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
書式インデックス番号を指定してフォーマッタをキャッシュに登録する。
registerFormatter(String, CellFormatter) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
書式パターンを指定してフォーマッタをキャッシュに登録する。
replace4Digits(String) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNum1.ChineseConverter
 
replace4Digits(String) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNum1.KoreanConverter
 
replace4Digits(String) - クラス のメソッドcom.github.mygreen.cellformatter.callback.DBNum2.JapaneseConverter
 
replace4Digits(String) - クラス のメソッドcom.github.mygreen.cellformatter.callback.KansujiConverter
4桁以下の数字を、漢数字に変換する。
replaceDisits(String) - クラス のメソッドcom.github.mygreen.cellformatter.callback.KansujiConverter
数字を桁数に合わせて変換する。
replaceSimple(String) - クラス のメソッドcom.github.mygreen.cellformatter.callback.KansujiConverter
数字を単純に変換する。
reverse(String[]) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
辞書の逆順で並び替える

S

scale - クラス の変数com.github.mygreen.cellformatter.number.DecimalNumber
精度(小数の精度) ・小数を持たない場合は、ゼロを設定する。
second(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
s - 秒の場合の処理
SECONDS_IN_DAYS - クラス のstatic変数com.github.mygreen.cellformatter.lang.ExcelDateUtils
24時間の秒数。
SecondTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.SecondTerm
 
separator(Token.Symbol) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 
SeparatorTerm(Token.Symbol) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.SeparatorTerm
 
setCache(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
パースしたフォーマッタをキャッシュするかどうか設定する。
setCache(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
パースしたフォーマッタをキャッシュするかどうか設定する。
setCache(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
パースしたフォーマッタをキャッシュするかどうか設定する。
setCellType(FormatCellType) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
セルの種類を設定する。
setColor(MSColor) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
色を設定する。
setConsiderMergedCell(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
結合されたセルを考慮するかどうか。
setCustomFormatterFactory(CustomFormatterFactory) - クラス のメソッドcom.github.mygreen.cellformatter.FormatterResolver
書式パターンを解析して、CellFormatterのインスタンスを作成するクラスの設定。
setDigits10Map(String[]) - クラス のメソッドcom.github.mygreen.cellformatter.callback.KansujiConverter
10^4ごとの桁単位のマップ
setDigits4Map(String[]) - クラス のメソッドcom.github.mygreen.cellformatter.callback.KansujiConverter
4桁の桁単位のマップ
setErrorCellAsEmpty(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
エラーセルの値を空文字として取得するかどうか設定する。
setErrorCellAsEmpty(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
エラーセルの値を空文字として取得するかどうか設定する。
setFormatterResolver(FormatterResolver) - クラス のメソッドcom.github.mygreen.cellformatter.JXLCellFormatter
FormatterResolverを設定する。
setFormatterResolver(FormatterResolver) - クラス のメソッドcom.github.mygreen.cellformatter.ObjectCellFormatter
FormatterResolverを設定する。
setFormatterResolver(FormatterResolver) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
FormatterResolverを設定する。
setIndex(int) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
setLastPart(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
setLocale(MSLocale) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
ロケールを設定する。
setNumberFactory(NumberFactory) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionNumberFormatter
 
setNumMap(String[]) - クラス のメソッドcom.github.mygreen.cellformatter.callback.KansujiConverter
0~9の数字のマップを設定する
setNumMap(String[]) - クラス のメソッドcom.github.mygreen.cellformatter.callback.ZenkakuNumberConverter
数字の変換マップを設定する。
setOperator(ConditionOperator) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatter
一致条件を設定する。
setOutSepearator(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
setPart(NumberPartType) - クラス のメソッドcom.github.mygreen.cellformatter.term.NumberTerm.FormattedTerm
 
setSectionPattern(String) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマットの際、一致した書式内のセクションの書式を設定する
setText(String) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマットした文字列を設定する
setTextColor(MSColor) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
書式の文字色を設定する。
setThrowFailEvaluateFormula(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.POICellFormatter
式を評価する際に失敗したときに、例外FormulaEvaluateExceptionをスローするかどうか設定する。
setupConditionColor(ConditionFormatter, Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[Red]'などの色の条件の組み立てる。
setupConditionDbNum(ConditionFormatter, Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[DBNum1]'などの組み込み処理の条件を組み立てる。
setupConditionLocale(ConditionFormatter, Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[$-403]'などのロケールの条件を組み立てる
setupConditionLocaleSymbol(ConditionFormatter, Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[$€-403]'などの記号付きロケールの条件を組み立てる
setupConditionOperator(ConditionFormatter, Token.Condition) - クラス のメソッドcom.github.mygreen.cellformatter.ConditionFormatterFactory
'[<=1000]'などの数値の条件を組み立てる
setupIntegerAndDecimalPart(String) - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
文字列形式の数値を整数部と小数部に分割し、各フィールドに設定する
setUseSeparator(boolean) - クラス のメソッドcom.github.mygreen.cellformatter.number.FormattedNumber
桁の区切を利用するかどうか設定する。
setValue(Object) - クラス のメソッドcom.github.mygreen.cellformatter.CellFormatResult
フォーマット対象の値を設定する。
sharp() - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 
SharpTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.SharpTerm
 
SimpleFraction - com.github.mygreen.cellformatter.numberのクラス
簡易的な分数を表現するクラス。
SimpleFraction(int, int) - クラス のコンストラクタcom.github.mygreen.cellformatter.number.SimpleFraction
分子と分母を指定してインスタンスを作成する。
split(Token.Symbol) - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
記号でトークンを分割する。
StackUtils - com.github.mygreen.cellformatter.tokenizerのクラス
LinkedListに対するユーティリティクラス。
StackUtils() - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.StackUtils
 
startsWithIgnoreCase(String, String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
大文字・小文字を無視して指定した文字から始まるかチェックする。
startsWithIgnoreCase(String, String, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
開始位置を指定し、
STR_ESCAPE_BACKSPACE - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
エスケープ文字(バックスペース\\)
STR_ESCAPE_QUESTION - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
エスケープ文字(クエスチョン!)
STR_ESCAPES - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
エスケープ文字の配列
supplyZero(String, int) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.Utils
指定した桁分、ゼロサプライ(ゼロ埋め)する。
symbol(Token.Symbol) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 
Symbol(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Symbol
 
SYMBOL_AT_MARK - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
テキストのマーカー'@'用の記号。
SYMBOL_CHARS - クラス のstatic変数com.github.mygreen.cellformatter.ConditionNumberFormatterFactory
 
SYMBOL_COLON - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
数値の桁数の区切り文字','の記号
SYMBOL_DOT - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
小数の区切り'.'
SYMBOL_PERCENT - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
数値の百分率'%'の記号
SYMBOL_SEMI_COLON - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
書式の区切り文字';'用の記号。
SYMBOL_SLASH - クラス のstatic変数com.github.mygreen.cellformatter.tokenizer.Token
数値の分数'/'の記号
SymbolTerm(Token.Symbol) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.SymbolTerm
 

T

TAIWAN - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
中国語(台湾)
Term<T> - com.github.mygreen.cellformatter.termのインタフェース
フォーマッタ中の項を表現するインタフェース。
TextCell - com.github.mygreen.cellformatterのクラス
文字列型の値を直接扱うための仮想的なセル。
TextCell(String, short) - クラス のコンストラクタcom.github.mygreen.cellformatter.TextCell
値と書式のインデックス番号を指定するコンストラクタ。
TextCell(String, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.TextCell
値とその書式を指定するコンストラクタ。
TextCell(String, short, String) - クラス のコンストラクタcom.github.mygreen.cellformatter.TextCell
値と、書式のインデックス番号、書式を指定するコンストラクタ。
TextTerm - com.github.mygreen.cellformatter.termのクラス
テキスト用の書式用の特別な項
TextTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.TextTerm
 
TextTerm.AtMarkTerm - com.github.mygreen.cellformatter.termのクラス
記号'@'の項
Token - com.github.mygreen.cellformatter.tokenizerのクラス
Excelのセルの書式の基本的な構成要素を表現するトークン。
Token(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token
 
Token.Asterisk - com.github.mygreen.cellformatter.tokenizerのクラス
アスタリスク'*'とそれに続く次の文字。
Token.Condition - com.github.mygreen.cellformatter.tokenizerのクラス
括弧で囲まれた条件の書式'[condition]'。
Token.Digits - com.github.mygreen.cellformatter.tokenizerのクラス
整数の数値 ・各書式ごとに解析して、Token.Factorをさらに分解したもの。
Token.EscapedChar - com.github.mygreen.cellformatter.tokenizerのクラス
エスケープされた文字。
Token.Factor - com.github.mygreen.cellformatter.tokenizerのクラス
書式の因子となるものを構成するもの。
Token.Formatter - com.github.mygreen.cellformatter.tokenizerのクラス
書式のフォーマットの最小単位。
Token.Symbol - com.github.mygreen.cellformatter.tokenizerのクラス
書式用の記号。
Token.Underscore - com.github.mygreen.cellformatter.tokenizerのクラス
アンダースコア'_'とそれに続く次の文字。
Token.Word - com.github.mygreen.cellformatter.tokenizerのクラス
ダブルクウォート'"'で囲まれた文字列。
TokenStore - com.github.mygreen.cellformatter.tokenizerのクラス
Tokenを保持するクラス。
TokenStore() - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.TokenStore
 
toString() - クラス のメソッドcom.github.mygreen.cellformatter.lang.EraPeriod
 
toString() - クラス のメソッドcom.github.mygreen.cellformatter.number.DecimalNumber
 
toString() - クラス のメソッドcom.github.mygreen.cellformatter.number.ExponentNumber
 
toString() - クラス のメソッドcom.github.mygreen.cellformatter.number.FractionNumber
 
toString() - クラス のメソッドcom.github.mygreen.cellformatter.number.PercentNumber
 
toString() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
toString() - クラス のメソッドcom.github.mygreen.cellformatter.tokenizer.TokenStore
 

U

UK - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
英語 (英国)
underscore(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
Underscore(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Underscore
 
UnderscoreTerm<T> - com.github.mygreen.cellformatter.termのクラス
フォーマットの書式'_'の記号を表現する項。
UnderscoreTerm(Token.Underscore) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.UnderscoreTerm
 
UNKNOWN_ERA - クラス のstatic変数com.github.mygreen.cellformatter.lang.Era
不明な時代情報の場合 ロケールに対して時代情報が存在しない場合に使用する。
UNKNOWN_PERIOD - クラス のstatic変数com.github.mygreen.cellformatter.lang.EraPeriod
不明な時代の期間を示すクラス。
US - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSLocale
英語 (米国)
useSeparator - クラス の変数com.github.mygreen.cellformatter.number.FormattedNumber
桁の区切を利用するかどうか。
Utils - com.github.mygreen.cellformatter.langのクラス
ライブラリのユーティリティクラス。
Utils() - クラス のコンストラクタcom.github.mygreen.cellformatter.lang.Utils
 

V

value - クラス の変数com.github.mygreen.cellformatter.number.FormattedNumber
元の数値。
value - クラス の変数com.github.mygreen.cellformatter.ObjectCell
valueOf(String) - 列挙 のstaticメソッドcom.github.mygreen.cellformatter.FormatCellType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.github.mygreen.cellformatter.FormatterType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.github.mygreen.cellformatter.number.NumberPartType
指定した名前を持つこの型の列挙型定数を返します。
valueOfIndexColor(short) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.MSColor
インデックス番号を指定して色を作成する。
valueOfKnownColor(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.lang.MSColor
既知の名前付きの色かどうか。
values() - 列挙 のstaticメソッドcom.github.mygreen.cellformatter.FormatCellType
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.github.mygreen.cellformatter.FormatterType
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.github.mygreen.cellformatter.number.NumberPartType
この列挙型の定数を含む配列を宣言されている順序で返します。

W

weekName(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
a - 曜日の名称場合の処理
WeekName(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.WeekName
 
weekNameForOO(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
n - 曜日の名称場合の処理(OpenOffice用)
WeekNameForOO(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.WeekNameForOO
 
weekNumber(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
ww - 年の週番号(OpenOffice用)
WeekNumberTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.WeekNumberTerm
 
WHITE - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 白
word(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.tokenizer.Token
 
Word(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.tokenizer.Token.Word
 
WordTerm<T> - com.github.mygreen.cellformatter.termのクラス
引用符'"'で囲まれた文字列の項
WordTerm(Token.Word) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.WordTerm
 

Y

year(String) - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.DateTerm
y - 年の場合の処理
YearTerm(String) - クラス のコンストラクタcom.github.mygreen.cellformatter.term.DateTerm.YearTerm
 
YELLOW - クラス のstatic変数com.github.mygreen.cellformatter.lang.MSColor
名前付きの色 - 黄

Z

ZenkakuNumberConverter - com.github.mygreen.cellformatter.callbackのクラス
半角数字を全角数字に変換する
ZenkakuNumberConverter() - クラス のコンストラクタcom.github.mygreen.cellformatter.callback.ZenkakuNumberConverter
 
ZERO - クラス のstatic変数com.github.mygreen.cellformatter.ConditionOperator
ゼロの値に一致する条件(=0.0)
zero() - クラス のstaticメソッドcom.github.mygreen.cellformatter.term.NumberTerm
 
ZeroTerm() - クラス のコンストラクタcom.github.mygreen.cellformatter.term.NumberTerm.ZeroTerm
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
ナビゲーション・リンクをスキップ
Excel-CellFormatter 0.12

Copyright © 2021 mygreen. All rights reserved.