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

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

public class FillLayoutInfo
extends AbstractUIElement
implements LayoutInfo<LayoutDataInfo>

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

作成者:
y-komori

フィールドの概要
 String marginHeight
           
 String marginWidth
           
 String spacing
           
 String type
           
 
コンストラクタの概要
FillLayoutInfo()
           
 
メソッドの概要
 LayoutDataInfo getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 void setCommonLayoutDataInfo(LayoutDataInfo layoutDataInfo)
          引き継ぎ用の LayoutDataInfo を設定します。
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

フィールドの詳細

marginHeight

public String marginHeight

marginWidth

public String marginWidth

spacing

public String spacing

type

public String type
コンストラクタの詳細

FillLayoutInfo

public FillLayoutInfo()
メソッドの詳細

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-2008 The Seasar Foundation. All Rights Reserved.