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

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

public class PerspectiveComponent
extends AbstractUIElementContainer

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

作成者:
y-komori

フィールドの概要
 String clazz
          IPerspectiveFactory を実装したクラスのフルネームです。
 String fixed
          パートの配置を固定するかどうかのフラグです。
 String icon
          アイコンのパスです。
 String id
          パースペクティブのIDです。
 String name
          パースペクティブの名称です。
 
コンストラクタの概要
PerspectiveComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.base.AbstractUIElementContainer から継承されたメソッド
accept, addChild, getChildren
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
パートの配置を固定するかどうかのフラグです。


clazz

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

コンストラクタの詳細

PerspectiveComponent

public PerspectiveComponent()


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