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

java.lang.Object
  上位を拡張 org.seasar.jface.component.impl.AbstractUIElement
      上位を拡張 org.seasar.jface.component.impl.FillLayoutInfo
すべての実装されたインタフェース:
LayoutInfo, UIElement

public class FillLayoutInfo
extends AbstractUIElement
implements LayoutInfo

FillLayout に関する情報を保持するクラスです。

作成者:
y-komori

コンストラクタの概要
FillLayoutInfo()
           
 
メソッドの概要
 LayoutDataInfo getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 String getMarginHeight()
           
 String getMarginWidth()
           
 String getSpacing()
           
 String getType()
           
 void setCommonLayoutDataInfo(LayoutDataInfo layoutDataInfo)
          引き継ぎ用の LayoutDataInfo を設定します。
 void setMarginHeight(String marginHeight)
           
 void setMarginWidth(String marginWidth)
           
 void setSpacing(String spacing)
           
 void setType(String type)
           
 
クラス 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.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

FillLayoutInfo

public FillLayoutInfo()
メソッドの詳細

getMarginHeight

public String getMarginHeight()

setMarginHeight

public void setMarginHeight(String marginHeight)

getMarginWidth

public String getMarginWidth()

setMarginWidth

public void setMarginWidth(String marginWidth)

getSpacing

public String getSpacing()

setSpacing

public void setSpacing(String spacing)

getType

public String getType()

setType

public void setType(String type)

getCommonLayoutDataInfo

public LayoutDataInfo getCommonLayoutDataInfo()
インタフェース LayoutInfo の記述:
引き継ぎ用の LayoutDataInfo を取得します。

定義:
インタフェース LayoutInfo 内の getCommonLayoutDataInfo
戻り値:
LayoutDataInfo オブジェクト

setCommonLayoutDataInfo

public void setCommonLayoutDataInfo(LayoutDataInfo layoutDataInfo)
インタフェース LayoutInfo の記述:
引き継ぎ用の LayoutDataInfo を設定します。

引き継ぎ用の LayoutDataInfo とは、本 LayoutInfo を設定した Composite の子に対して自動的に設定される LayoutDataInfo のことを表します。

定義:
インタフェース LayoutInfo 内の setCommonLayoutDataInfo
パラメータ:
layoutDataInfo - LayoutDataInfo オブジェクト


Copyright © 2006 The Seasar Foundation. All Rights Reserved.