org.seasar.jface.component.impl
クラス FillLayoutInfo
java.lang.Object
org.seasar.jface.component.impl.AbstractUIElement
org.seasar.jface.component.impl.FillLayoutInfo
- すべての実装されたインタフェース:
- LayoutInfo, UIElement
public class FillLayoutInfo
- extends AbstractUIElement
- implements LayoutInfo
FillLayout
に関する情報を保持するクラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillLayoutInfo
public FillLayoutInfo()
getMarginHeight
public String getMarginHeight()
setMarginHeight
public void setMarginHeight(String marginHeight)
getMarginWidth
public String getMarginWidth()
setMarginWidth
public void setMarginWidth(String marginWidth)
getSpacing
public String getSpacing()
setSpacing
public void setSpacing(String spacing)
getType
public String getType()
setType
public void setType(String type)
getCommonLayoutDataInfo
public LayoutDataInfo getCommonLayoutDataInfo()
- インタフェース
LayoutInfo
の記述:
- 引き継ぎ用の
LayoutDataInfo
を取得します。
- 定義:
- インタフェース
LayoutInfo
内の getCommonLayoutDataInfo
- 戻り値:
LayoutDataInfo
オブジェクト
setCommonLayoutDataInfo
public void setCommonLayoutDataInfo(LayoutDataInfo layoutDataInfo)
- インタフェース
LayoutInfo
の記述:
- 引き継ぎ用の
LayoutDataInfo
を設定します。
引き継ぎ用の LayoutDataInfo
とは、本 LayoutInfo
を設定した
Composite
の子に対して自動的に設定される LayoutDataInfo
のことを表します。
- 定義:
- インタフェース
LayoutInfo
内の setCommonLayoutDataInfo
- パラメータ:
layoutDataInfo
- LayoutDataInfo
オブジェクト
Copyright © 2006 The Seasar Foundation. All Rights Reserved.