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

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

public class PartComponent
extends AbstractUIElement

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

作成者:
y-komori

フィールドの概要
 String position
          パースペクティブ内の配置位置を表します。
 String ratio
          パースペクティブ内に占める割合(%)を表します。
 String ref
          配置する viewParteditorPart の ID を表します。
 
コンストラクタの概要
PartComponent()
           
 
メソッドの概要
 
クラス 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
 

フィールドの詳細

ref

public String ref
配置する viewParteditorPart の ID を表します。


position

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


ratio

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

コンストラクタの詳細

PartComponent

public PartComponent()


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