org.seasar.uruma.component.jface
クラス ProgressBarComponent

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.jface.ControlComponent
              上位を拡張 org.seasar.uruma.component.jface.ProgressBarComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIControlComponent, UIElement

public class ProgressBarComponent
extends ControlComponent

ProgressBar に対応するコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
ProgressBarComponent()
           
 
メソッドの概要
 String getMaximum()
          最大値を取得します。
 String getMinimum()
          最小値を取得します。
 String getSelection()
          現在値を取得します。
 void setMaximum(String maximum)
          最大値を設定します。
 void setMinimum(String minimum)
          最小値を設定します。
 void setSelection(String selection)
          現在値を設定します。
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getMenu, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setMenu, setToolTipText, setVisible, setWidth, setX, setY
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, doRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

ProgressBarComponent

public ProgressBarComponent()
メソッドの詳細

getMaximum

public String getMaximum()
最大値を取得します。

戻り値:
最大値

setMaximum

public void setMaximum(String maximum)
最大値を設定します。

パラメータ:
maximum - 最大値

getMinimum

public String getMinimum()
最小値を取得します。

戻り値:
最小値

setMinimum

public void setMinimum(String minimum)
最小値を設定します。

パラメータ:
minimum - 最小値

getSelection

public String getSelection()
現在値を取得します。

戻り値:
現在値

setSelection

public void setSelection(String selection)
現在値を設定します。

パラメータ:
selection - 現在値


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.