org.seasar.uruma.rcp.configuration.elements
クラス PerspectiveElement

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
      上位を拡張 org.seasar.uruma.rcp.configuration.elements.PerspectiveElement
すべての実装されたインタフェース:
ConfigurationElement

public class PerspectiveElement
extends AbstractConfigurationElement

perspective 要素のための ConfigurationElement です。

作成者:
y-komori
関連項目:
perspective

フィールドの概要
 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
 

フィールドの詳細

ELEMENT_NAME

public static final String ELEMENT_NAME
要素名です。

関連項目:
定数フィールド値

id

public String id
ID です。


name

public String name
パースペクティブの名称です。


clazz

public String clazz
IPerspectiveFactory を実装したクラスのフルネームです。


icon

public String icon
アイコンのパスです。


fixed

public boolean fixed
true の場合、パースペクティブのレイアウトを固定します。

コンストラクタの詳細

PerspectiveElement

public PerspectiveElement()
PerspectiveElement を構築します。


PerspectiveElement

public PerspectiveElement(PerspectiveComponent component)
PerspectiveComponent を元にして PerspectiveElement を構築します。



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