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

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

public class PartComponent
extends AbstractConfigurationElement

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

作成者:
y-komori

フィールドの概要
 String position
          パースペクティブ内の配置位置を表します。
 String ratio
          パースペクティブ内に占める割合(%)を表します。
 String ref
          配置する viewParteditorPart の ID を表します。
 
コンストラクタの概要
PartComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.rcp.configuration.impl.AbstractConfigurationElement から継承されたメソッド
addChild, getElements, getRcpId, setConfigurationWriter, setRcpId, writeConfiguration
 
クラス org.seasar.uruma.component.base.AbstractUIElementContainer から継承されたメソッド
getChildren
 
クラス 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.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

フィールドの詳細

ref

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


position

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


ratio

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

コンストラクタの詳細

PartComponent

public PartComponent()


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