org.seasar.jface.component.impl
クラス WindowComponent

java.lang.Object
  上位を拡張 org.seasar.jface.component.impl.AbstractUIElement
      上位を拡張 org.seasar.jface.component.impl.AbstractUIComponent
          上位を拡張 org.seasar.jface.component.impl.ControlComponent
              上位を拡張 org.seasar.jface.component.impl.CompositeComponent
                  上位を拡張 org.seasar.jface.component.impl.WindowComponent
すべての実装されたインタフェース:
EnabledDependable, UIComponent, UICompositeComponent, UIContainer, UIControlComponent, UIElement

public class WindowComponent
extends CompositeComponent

Window のコンポーネント情報を保持するためのクラスです。

作成者:
y-komori

コンストラクタの概要
WindowComponent()
           
 
メソッドの概要
 String getDefaultButtonId()
           
 String getDefaultFocusId()
           
 String getHeight()
           
 String getImage()
           
 String getMinimumHeight()
           
 String getMinimumWidth()
           
 String getTitle()
           
 String getWidth()
           
 String getX()
           
 String getY()
           
 void render(Widget parent, WindowContext context)
          設定されたレンダラを利用して、レンダリングを行います。
 void setDefaultButtonId(String defaultButtonId)
           
 void setDefaultFocusId(String defaultFocusId)
           
 void setHeight(String height)
           
 void setImage(String image)
           
 void setMinimumHeight(String minimumHeight)
           
 void setMinimumWidth(String minimumWidth)
           
 void setTitle(String title)
           
 void setWidth(String width)
           
 void setX(String x)
           
 void setY(String y)
           
 
クラス org.seasar.jface.component.impl.CompositeComponent から継承されたメソッド
addChild, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.jface.component.impl.ControlComponent から継承されたメソッド
getBackground, getBackgroundImage, getEnabled, getEnabledDependId, getEnabledDependType, getFontHeight, getFontName, getFontStyle, getForeground, getLayoutDataInfo, getToolTipText, getVisible, setBackground, setBackgroundImage, setEnabled, setEnabledDependId, setEnabledDependType, setFontHeight, setFontName, setFontStyle, setForeground, setLayoutDataInfo, setToolTipText, setVisible
 
クラス org.seasar.jface.component.impl.AbstractUIComponent から継承されたメソッド
getId, getMenu, getParent, getRenderer, getReplace, getStyle, getWidget, renderMenu, setId, setMenu, setParent, setRenderer, setReplace, setStyle, setWidget
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.jface.component.UIComponent から継承されたメソッド
getId, getMenu, getParent, getRenderer, getStyle, getWidget, setId, setMenu, setParent, setRenderer, setStyle, setWidget
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

WindowComponent

public WindowComponent()
メソッドの詳細

render

public void render(Widget parent,
                   WindowContext context)
インタフェース UIComponent の記述:
設定されたレンダラを利用して、レンダリングを行います。

本メソッドは JFace の ApplicationWindow#createContents() メソッド内で呼び出されます。

定義:
インタフェース UIComponent 内の render
オーバーライド:
クラス AbstractUIComponent 内の render
パラメータ:
parent - 親となる Widget オブジェクト
context - WindowContext オブジェクト
関連項目:
WindowContext

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getMinimumHeight

public String getMinimumHeight()

setMinimumHeight

public void setMinimumHeight(String minimumHeight)

getMinimumWidth

public String getMinimumWidth()

setMinimumWidth

public void setMinimumWidth(String minimumWidth)

getHeight

public String getHeight()
オーバーライド:
クラス ControlComponent 内の getHeight

setHeight

public void setHeight(String height)
オーバーライド:
クラス ControlComponent 内の setHeight

getImage

public String getImage()

setImage

public void setImage(String image)

getWidth

public String getWidth()
オーバーライド:
クラス ControlComponent 内の getWidth

setWidth

public void setWidth(String width)
オーバーライド:
クラス ControlComponent 内の setWidth

getX

public String getX()
オーバーライド:
クラス ControlComponent 内の getX

setX

public void setX(String x)
オーバーライド:
クラス ControlComponent 内の setX

getY

public String getY()
オーバーライド:
クラス ControlComponent 内の getY

setY

public void setY(String y)
オーバーライド:
クラス ControlComponent 内の setY

getDefaultButtonId

public String getDefaultButtonId()

setDefaultButtonId

public void setDefaultButtonId(String defaultButtonId)

getDefaultFocusId

public String getDefaultFocusId()

setDefaultFocusId

public void setDefaultFocusId(String defaultFocusId)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.