org.seasar.uruma.component.jface
クラス SashFormComponent
java.lang.Object
org.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.jface.ControlComponent
org.seasar.uruma.component.jface.CompositeComponent
org.seasar.uruma.component.jface.SashFormComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor
public class SashFormComponent
- extends CompositeComponent
SashForm
を表すコンポーネントです。
- 作成者:
- bskuroneko
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド |
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo |
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド |
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getMenu, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setMenu, setToolTipText, setVisible, setWidth, setX, setY |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString |
SashFormComponent
public SashFormComponent()
getMaximizedControlId
public String getMaximizedControlId()
- 最大化されているコントロールを取得します。
- 戻り値:
- 最大化されているコントロール
setMaximizedControlId
public void setMaximizedControlId(String maximizedControlId)
- 最大化されているコントロールを設定します。
- パラメータ:
maximizedControlId
- 最大化されているコントロール
getOrientation
public String getOrientation()
- 分割方向を取得します。
- 戻り値:
- 分割方向
setOrientation
public void setOrientation(String orientation)
- 分割方向を設定します。
- パラメータ:
orientation
- 分割方向
getWeights
public String getWeights()
- 内部に保持するウィジットを取得します。
- 戻り値:
- 内部に保持するウィジット
setWeights
public void setWeights(String weights)
- 内部に保持するウィジットを設定します。
- パラメータ:
weights
- 内部に保持するウィジット
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.