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

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

public class GridLayoutInfo
extends AbstractUIElement
implements LayoutInfo<GridDataInfo>

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

作成者:
y-komori

フィールドの概要
 String horizontalSpacing
           
 String makeColumnsEqualWidth
           
 String marginBottom
           
 String marginHeight
           
 String marginLeft
           
 String marginRight
           
 String marginTop
           
 String marginWidth
           
 String numColumns
           
 String verticalSpacing
           
 
コンストラクタの概要
GridLayoutInfo()
           
 
メソッドの概要
 GridDataInfo getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 void setCommonLayoutDataInfo(GridDataInfo 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
 

フィールドの詳細

horizontalSpacing

public String horizontalSpacing

makeColumnsEqualWidth

public String makeColumnsEqualWidth

marginBottom

public String marginBottom

marginHeight

public String marginHeight

marginLeft

public String marginLeft

marginRight

public String marginRight

marginTop

public String marginTop

marginWidth

public String marginWidth

numColumns

public String numColumns

verticalSpacing

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

GridLayoutInfo

public GridLayoutInfo()
メソッドの詳細

getCommonLayoutDataInfo

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

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

setCommonLayoutDataInfo

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

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

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


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