org.seasar.uruma.component.rcp
クラス PartFolderComponent

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIElementContainer
          上位を拡張 org.seasar.uruma.component.rcp.PartFolderComponent
すべての実装されたインタフェース:
UIElement, UIElementContainer, UIElementVisitorAcceptor

public class PartFolderComponent
extends AbstractUIElementContainer

partFolder 要素を表すコンポーネントです。

作成者:
y-komori

フィールドの概要
 String id
          フォルダの ID を表します。
 String position
          パースペクティブ内の配置位置を表します。
 String ratio
          パースペクティブ内に占める割合(%)を表します。
 
コンストラクタの概要
PartFolderComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.base.AbstractUIElementContainer から継承されたメソッド
accept, addChild, getChildren
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
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
 

フィールドの詳細

id

public String id
フォルダの ID を表します。


position

public String position
パースペクティブ内の配置位置を表します。


ratio

public String ratio
パースペクティブ内に占める割合(%)を表します。

コンストラクタの詳細

PartFolderComponent

public PartFolderComponent()


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