|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.base.AbstractUIContainer
org.seasar.uruma.component.rcp.WorkbenchComponent
public class WorkbenchComponent
ワークベンチのためのコンポーネントです。
フィールドの概要 | |
---|---|
String |
image
ワークベンチウィンドウに表示するアイコンのイメージパスです。 |
String |
initHeight
ワークベンチウィンドウの初期ウィンドウ高さです。 |
String |
initialPerspectiveId
最初に表示するパースペクティブの ID です。 |
String |
initWidth
ワークベンチウィンドウの初期ウィンドウ幅です。 |
String |
menu
ワークベンチのメニューバーに表示する menu 要素の ID です。 |
String |
statusLine
ステータスラインを表示/非表示を指定します。 |
String |
style
ワークベンチウィンドウのスタイルです。 |
String |
title
ワークベンチウィンドウのタイトルです。 |
クラス org.seasar.uruma.component.base.AbstractUIContainer から継承されたフィールド |
---|
children |
コンストラクタの概要 | |
---|---|
WorkbenchComponent()
|
メソッドの概要 | |
---|---|
PerspectiveComponent |
findPerspective(String rowId)
指定された ID を持つ PerspectiveComponent を検索して返します。 |
List<PerspectiveComponent> |
getPerspectives()
WorkbenchComponent が保持する PerspectiveComponent のリストを返します。 |
クラス org.seasar.uruma.component.base.AbstractUIContainer から継承されたメソッド |
---|
addChild, doPreRender, doRender, getChildren |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
---|
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle |
クラス 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.UIComponent から継承されたメソッド |
---|
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
フィールドの詳細 |
---|
public String title
public String image
public String style
SWT
public String initWidth
public String initHeight
public String menu
menu
要素の ID です。
public String statusLine
public String initialPerspectiveId
コンストラクタの詳細 |
---|
public WorkbenchComponent()
メソッドの詳細 |
---|
public PerspectiveComponent findPerspective(String rowId)
PerspectiveComponent
を検索して返します。
rowId
- ID (画面定義 XML 上の ID)
PerspectiveComponent
オブジェクトpublic List<PerspectiveComponent> getPerspectives()
WorkbenchComponent
が保持する PerspectiveComponent
のリストを返します。
PerspectiveComponent
のリスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |