|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.CompositeComponent
org.seasar.uruma.component.jface.WindowComponent
public class WindowComponent
Window
のコンポーネント情報を保持するためのクラスです。
コンストラクタの概要 | |
---|---|
WindowComponent()
WindowComponent を構築します。 |
メソッドの概要 | |
---|---|
String |
getDefaultButtonId()
デフォルトボタンIDを取得します。 |
String |
getDefaultFocusId()
デフォルトフォーカスIDを取得します。 |
String |
getHeight()
高さを取得します。 |
String |
getImage()
イメージパスを取得します。 |
String |
getMinimumHeight()
最小高さを取得します。 |
String |
getMinimumWidth()
最小幅を取得します。 |
String |
getStatusLine()
ステータスラインの有無を取得します。 |
String |
getTitle()
ウィンドウタイトルを取得します。 |
String |
getWidth()
幅を取得します。 |
String |
getX()
X 座標を取得します。 |
String |
getY()
Y 座標を取得します。 |
void |
setDefaultButtonId(String defaultButtonId)
デフォルトボタンIDを設定します。 |
void |
setDefaultFocusId(String defaultFocusId)
デフォルトフォーカスIDを設定します。 |
void |
setHeight(String height)
高さを設定します。 |
void |
setImage(String image)
イメージパスを設定します。 |
void |
setMinimumHeight(String minimumHeight)
最小高さを設定します。 |
void |
setMinimumWidth(String minimumWidth)
最小幅を設定します。 |
void |
setStatusLine(String statusLine)
ステータスラインの有無を設定します。 |
void |
setTitle(String title)
ウィンドウタイトルを設定します。 |
void |
setWidth(String width)
幅を設定します。 |
void |
setX(String x)
X 座標を設定します。 |
void |
setY(String y)
Y 座標を設定します。 |
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド |
---|
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo |
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド |
---|
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getLayoutDataInfo, getMenu, getToolTipText, getVisible, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setLayoutDataInfo, setMenu, setToolTipText, setVisible |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
---|
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 |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
コンストラクタの詳細 |
---|
public WindowComponent()
WindowComponent
を構築します。
メソッドの詳細 |
---|
public String getTitle()
public void setTitle(String title)
title
- ウィンドウタイトルpublic String getMinimumHeight()
public void setMinimumHeight(String minimumHeight)
minimumHeight
- 最小高さpublic String getMinimumWidth()
public void setMinimumWidth(String minimumWidth)
minimumWidth
- 最小幅public String getHeight()
ControlComponent
の記述:
ControlComponent
内の getHeight
public void setHeight(String height)
ControlComponent
の記述:
ControlComponent
内の setHeight
height
- 高さpublic String getImage()
public void setImage(String image)
image
- イメージパスpublic String getWidth()
ControlComponent
の記述:
ControlComponent
内の getWidth
public void setWidth(String width)
ControlComponent
の記述:
ControlComponent
内の setWidth
width
- 幅public String getX()
ControlComponent
の記述:
ControlComponent
内の getX
public void setX(String x)
ControlComponent
の記述:
ControlComponent
内の setX
x
- X 座標public String getY()
ControlComponent
の記述:
ControlComponent
内の getY
public void setY(String y)
ControlComponent
の記述:
ControlComponent
内の setY
y
- Y座標public String getDefaultButtonId()
public void setDefaultButtonId(String defaultButtonId)
defaultButtonId
- デフォルトボタンIDpublic String getDefaultFocusId()
public void setDefaultFocusId(String defaultFocusId)
defaultFocusId
- デフォルトフォーカスIDpublic String getStatusLine()
public void setStatusLine(String statusLine)
statusLine
- ステータスラインの有無
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |