|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
org.seasar.uruma.rcp.configuration.elements.PerspectiveElement
public class PerspectiveElement
perspective 要素のための ConfigurationElement です。
| フィールドの概要 | |
|---|---|
String |
clazz
IPerspectiveFactory を実装したクラスのフルネームです。 |
static String |
ELEMENT_NAME
要素名です。 |
boolean |
fixed
true の場合、パースペクティブのレイアウトを固定します。 |
String |
icon
アイコンのパスです。 |
String |
id
ID です。 |
String |
name
パースペクティブの名称です。 |
| クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド |
|---|
configurationWriter, level |
| コンストラクタの概要 | |
|---|---|
PerspectiveElement()
PerspectiveElement を構築します。 |
|
PerspectiveElement(PerspectiveComponent component)
PerspectiveComponent を元にして PerspectiveElement を構築します。 |
|
| メソッドの概要 |
|---|
| クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたメソッド |
|---|
createRcpId, getPluginId, setConfigurationWriter, setLevel, writeConfiguration |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String ELEMENT_NAME
public String id
public String name
public String clazz
IPerspectiveFactory を実装したクラスのフルネームです。
public String icon
public boolean fixed
true の場合、パースペクティブのレイアウトを固定します。
| コンストラクタの詳細 |
|---|
public PerspectiveElement()
PerspectiveElement を構築します。
public PerspectiveElement(PerspectiveComponent component)
PerspectiveComponent を元にして PerspectiveElement を構築します。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||