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

public class SashFormComponent
extends CompositeComponent

SashForm を表すコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
SashFormComponent()
           
 
メソッドの概要
 String getMaximizedControlId()
          最大化されているコントロールを取得します。
 String getOrientation()
          分割方向を取得します。
 String getWeights()
          内部に保持するウィジットを取得します。
 void setMaximizedControlId(String maximizedControlId)
          最大化されているコントロールを設定します。
 void setOrientation(String orientation)
          分割方向を設定します。
 void setWeights(String weights)
          内部に保持するウィジットを設定します。
 
クラス 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
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

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