|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIElementContainer
org.seasar.uruma.rcp.configuration.impl.AbstractConfigurationElement
org.seasar.uruma.component.rcp.PartComponent
public class PartComponent
part
要素を表すコンポーネントです。
フィールドの概要 | |
---|---|
String |
position
パースペクティブ内の配置位置を表します。 |
String |
ratio
パースペクティブ内に占める割合(%)を表します。 |
String |
ref
配置する viewPart や editorPart の 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 |
フィールドの詳細 |
---|
public String ref
viewPart
や editorPart
の ID を表します。
public String position
public String ratio
コンストラクタの詳細 |
---|
public PartComponent()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |