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

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

public class RowLayoutInfo
extends AbstractUIElement
implements LayoutInfo<RowDataInfo>

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

作成者:
y-komori

フィールドの概要
 String conversionType
           
 String fill
           
 String justify
           
 String marginBottom
           
 String marginHeight
           
 String marginLeft
           
 String marginRight
           
 String marginTop
           
 String marginWidth
           
 String pack
           
 String spacing
           
 String type
           
 String wrap
           
 
コンストラクタの概要
RowLayoutInfo()
           
 
メソッドの概要
 RowDataInfo getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 RowDataInfo getCommonRowDataInfo()
          commonRowDataInfo を取得します。
 void setCommonLayoutDataInfo(RowDataInfo layoutDataInfo)
          引き継ぎ用の LayoutDataInfo を設定します。
 void setCommonRowDataInfo(RowDataInfo commonRowDataInfo)
          commonRowDataInfo を設定します。
 
クラス 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
 

フィールドの詳細

fill

public String fill

justify

public String justify

marginBottom

public String marginBottom

marginHeight

public String marginHeight

marginLeft

public String marginLeft

marginRight

public String marginRight

marginTop

public String marginTop

marginWidth

public String marginWidth

pack

public String pack

spacing

public String spacing

conversionType

public String conversionType

type

public String type

wrap

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

RowLayoutInfo

public RowLayoutInfo()
メソッドの詳細

getCommonRowDataInfo

public RowDataInfo getCommonRowDataInfo()
commonRowDataInfo を取得します。

戻り値:
commonRowDataInfo

setCommonRowDataInfo

public void setCommonRowDataInfo(RowDataInfo commonRowDataInfo)
commonRowDataInfo を設定します。

パラメータ:
commonRowDataInfo - commonRowDataInfo オブジェクト

getCommonLayoutDataInfo

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

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

setCommonLayoutDataInfo

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

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

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


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