|
commons-wpoi b2007062401 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.phosphoresce.commons.wpoi.util.PoiProgressMonitor
POIラッピングフレームワークの処理進捗をフックする抽象クラス
動的値設定時に状況を抽出する場合等に使用することが想定されます。
任意のシステムにおいて当クラスを継承し、setterメソッド等をオーバーライドして
固有の進捗フックモニタクラスとして実装します。
コンストラクタの概要 | |
PoiProgressMonitor()
|
メソッドの概要 | |
int |
getCount()
処理カウントを取得します。 |
java.lang.String |
getMessage()
処理メッセージを取得します。 |
int |
getTotalCount()
処理トータルカウントを取得します。 |
void |
setCount(int count)
処理カウントを設定します。 |
void |
setMessage(java.lang.String message)
処理メッセージを設定します。 |
void |
setTotalCount(int totalCount)
処理トータルカウントを設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public PoiProgressMonitor()
メソッドの詳細 |
public int getCount()
public void setCount(int count)
count
- 処理カウントpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- 処理メッセージpublic int getTotalCount()
public void setTotalCount(int totalCount)
totalCount
- 処理トータルカウント
|
commons-wpoi b2007062401 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |