|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.jface.ControlComponent
org.seasar.uruma.component.jface.SliderComponent
public class SliderComponent
Slider
を表すコンポーネントです。
コンストラクタの概要 | |
---|---|
SliderComponent()
|
メソッドの概要 | |
---|---|
String |
getIncrement()
増分値を取得します。 |
String |
getMaximum()
最大値を取得します。 |
String |
getMinimum()
最小値を取得します。 |
String |
getPageIncrement()
ページ増分値を取得します。 |
String |
getSelection()
現在値を取得します。 |
String |
getThumb()
サムのサイズを取得します。 |
void |
setIncrement(String increment)
増分値を設定します。 |
void |
setMaximum(String maximum)
最大値を設定します。 |
void |
setMinimum(String minimum)
最小値を設定します。 |
void |
setPageIncrement(String pageIncrement)
ページ増分値を設定します。 |
void |
setSelection(String selection)
現在値を設定します。 |
void |
setThumb(String thumb)
サムのサイズを設定します。 |
クラス 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, toString |
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド |
---|
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 |
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド |
---|
accept |
コンストラクタの詳細 |
---|
public SliderComponent()
メソッドの詳細 |
---|
public String getMaximum()
public void setMaximum(String maximum)
maximum
- 最大値public String getMinimum()
public void setMinimum(String minimum)
minimum
- 最小値public String getSelection()
public void setSelection(String selection)
selection
- 現在値public String getIncrement()
public void setIncrement(String increment)
increment
- 増分値public String getPageIncrement()
public void setPageIncrement(String pageIncrement)
pageIncrement
- ページ増分値public String getThumb()
public void setThumb(String thumb)
thumb
- サムのサイズ
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |