jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics
クラス PFProgressMonitor

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFProgressMonitor

public class PFProgressMonitor
extends java.lang.Object

プログレスモニタークラス


コンストラクタの概要
PFProgressMonitor(java.awt.Component parentComponent, java.lang.Object message, java.lang.String note, int min, int max)
          コンストラクタ
 
メソッドの概要
 void close()
          プログレスモニターをクローズ
 void setCurrent(int current)
          現在値を設定
 void setCurrent(int current, java.lang.String note)
          現在値を設定
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFProgressMonitor

public PFProgressMonitor(java.awt.Component parentComponent,
                         java.lang.Object message,
                         java.lang.String note,
                         int min,
                         int max)
コンストラクタ

パラメータ:
parentComponent - 親コンポーネント
message - メッセージ
note - 注記
min - 最小値
max - 最大値
メソッドの詳細

setCurrent

public void setCurrent(int current)
現在値を設定

パラメータ:
current - 現在値

setCurrent

public void setCurrent(int current,
                       java.lang.String note)
現在値を設定

パラメータ:
current - 現在値
note - 注記

close

public void close()
プログレスモニターをクローズ