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

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

public class RowLayoutInfo
extends AbstractUIElement
implements LayoutInfo<RowDataInfo>

作成者:
y-komori

コンストラクタの概要
RowLayoutInfo()
           
 
メソッドの概要
 RowDataInfo getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 String getFill()
           
 String getJustify()
           
 String getMarginBottom()
           
 String getMarginHeight()
           
 String getMarginLeft()
           
 String getMarginRight()
           
 String getMarginTop()
           
 String getMarginWidth()
           
 String getPack()
           
 String getSpacing()
           
 String getType()
           
 String getWrap()
           
 void setCommonLayoutDataInfo(RowDataInfo layoutDataInfo)
          引き継ぎ用の LayoutDataInfo を設定します。
 void setFill(String fill)
           
 void setJustify(String justify)
           
 void setMarginBottom(String marginBottom)
           
 void setMarginHeight(String marginHeight)
           
 void setMarginLeft(String marginLeft)
           
 void setMarginRight(String marginRight)
           
 void setMarginTop(String marginTop)
           
 void setMarginWidth(String marginWidth)
           
 void setPack(String pack)
           
 void setSpacing(String spacing)
           
 void setType(String type)
           
 void setWrap(String wrap)
           
 
クラス 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
 

コンストラクタの詳細

RowLayoutInfo

public RowLayoutInfo()
メソッドの詳細

getFill

public String getFill()

setFill

public void setFill(String fill)

getJustify

public String getJustify()

setJustify

public void setJustify(String justify)

getMarginBottom

public String getMarginBottom()

setMarginBottom

public void setMarginBottom(String marginBottom)

getMarginHeight

public String getMarginHeight()

setMarginHeight

public void setMarginHeight(String marginHeight)

getMarginLeft

public String getMarginLeft()

setMarginLeft

public void setMarginLeft(String marginLeft)

getMarginRight

public String getMarginRight()

setMarginRight

public void setMarginRight(String marginRight)

getMarginTop

public String getMarginTop()

setMarginTop

public void setMarginTop(String marginTop)

getMarginWidth

public String getMarginWidth()

setMarginWidth

public void setMarginWidth(String marginWidth)

getPack

public String getPack()

setPack

public void setPack(String pack)

getSpacing

public String getSpacing()

setSpacing

public void setSpacing(String spacing)

getType

public String getType()

setType

public void setType(String type)

getWrap

public String getWrap()

setWrap

public void setWrap(String wrap)

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