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

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.PerspectiveComponent
すべての実装されたインタフェース:
UIElement, UIElementContainer, ConfigurationElement

public class PerspectiveComponent
extends AbstractConfigurationElement

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

作成者:
y-komori

フィールドの概要
 String fixed
          パートの配置を固定するかどうかのフラグです。
 String icon
          アイコンのパスです。
 String id
          パースペクティブのIDです。
 String name
          パースペクティブの名称です。
 String perspectiveClass
          IPerspectiveFactory のクラス名です。
 
コンストラクタの概要
PerspectiveComponent()
           
 
メソッドの概要
 
クラス 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
 

フィールドの詳細

id

public String id
パースペクティブのIDです。


name

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


icon

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


fixed

public String fixed
パートの配置を固定するかどうかのフラグです。


perspectiveClass

public String perspectiveClass
IPerspectiveFactory のクラス名です。

コンストラクタの詳細

PerspectiveComponent

public PerspectiveComponent()


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