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

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

public class FillLayoutInfo
extends AbstractUIElement
implements LayoutInfo<LayoutDataInfo>

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.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.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

FillLayoutInfo

public FillLayoutInfo()
メソッドの詳細

getMarginHeight

public String getMarginHeight()
縦方向マージンを取得します。

戻り値:
縦方向マージン

setMarginHeight

public void setMarginHeight(String marginHeight)
縦方向マージンを設定します。

パラメータ:
marginHeight - 縦方向マージン

getMarginWidth

public String getMarginWidth()
横方向マージンを取得します。

戻り値:
横方向マージン

setMarginWidth

public void setMarginWidth(String marginWidth)
横方向マージンを設定します。

パラメータ:
marginWidth - 横方向マージン

getSpacing

public String getSpacing()
スペーシングを取得します。

戻り値:
スペーシング

setSpacing

public void setSpacing(String spacing)
スペーシングを設定します。

パラメータ:
spacing - スペーシング

getType

public String getType()
種別を取得します。

戻り値:
種別

setType

public void setType(String type)
種別を設定します。

パラメータ:
type - 種別

getCommonLayoutDataInfo

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

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

setCommonLayoutDataInfo

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

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

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


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