|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.window.ApplicationWindow
org.seasar.uruma.ui.UrumaApplicationWindow
public class UrumaApplicationWindow
Template
オブジェクトを元にして画面描画を行う、ApplicationWindow
です。
入れ子のクラスの概要 |
---|
クラス org.eclipse.jface.window.Window から継承された入れ子のクラス/インタフェース |
---|
Window.IExceptionHandler |
フィールドの概要 |
---|
クラス org.eclipse.jface.window.ApplicationWindow から継承されたフィールド |
---|
seperator1 |
クラス org.eclipse.jface.window.Window から継承されたフィールド |
---|
CANCEL, OK |
コンストラクタの概要 | |
---|---|
UrumaApplicationWindow(UrumaWindowManager manager)
UrumaApplicationWindow を構築します。 |
|
UrumaApplicationWindow(UrumaWindowManager manager,
WindowContext context,
WindowComponent component,
boolean modal)
UrumaApplicationWindow を構築します。 |
メソッドの概要 | |
---|---|
protected Control |
createContents(Composite parent)
|
protected MenuManager |
createMenuManager()
|
Object |
getPartActionComponent()
パートアクションコンポーネントを取得します。 |
String |
getWindowId()
ウィンドウIDを返します。 |
void |
init(WindowContext context,
WindowComponent component,
boolean modal)
UrumaApplicationWindow を初期化します。 |
void |
initActionComponent()
アクションコンポーネントの初期化メソッドを呼び出します。 |
protected void |
injectFormToAction()
パートアクションオブジェクトにフォームオブジェクトのプロパティが存在する場合、 PartContext
が保持するフォームオブジェクトをインジェクションする。 |
protected void |
setupActionComponent()
|
protected void |
setupFormComponent()
|
protected void |
setupMenuBar()
|
protected void |
setupShellStyle(WindowComponent component,
boolean modal)
|
protected void |
setupStatusLine()
|
void |
shellActivated(ShellEvent e)
|
void |
shellClosed(ShellEvent e)
|
void |
shellDeactivated(ShellEvent e)
|
void |
shellDeiconified(ShellEvent e)
|
void |
shellIconified(ShellEvent e)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public UrumaApplicationWindow(UrumaWindowManager manager)
UrumaApplicationWindow
を構築します。
public UrumaApplicationWindow(UrumaWindowManager manager, WindowContext context, WindowComponent component, boolean modal)
UrumaApplicationWindow
を構築します。
context
- WindowContext
オブジェクトcomponent
- WindowComponent
オブジェクトmodal
- true
の場合、モーダルウィンドウとして開く。false
の場合、モーダレスウィンドウとして開く。メソッドの詳細 |
---|
public void init(WindowContext context, WindowComponent component, boolean modal)
UrumaApplicationWindow
を初期化します。デフォルトコンストラクタを使用して本クラスを生成した場合は、必ず本メソッドを呼び出してから利用してください。
context
- ApplicationContext
オブジェクトcomponent
- WindowComponent
オブジェクトmodal
- true
の場合、モーダルウィンドウとして開くprotected void setupActionComponent()
protected void setupFormComponent()
protected void injectFormToAction()
PartContext
が保持するフォームオブジェクトをインジェクションする。
protected void setupShellStyle(WindowComponent component, boolean modal)
protected void setupMenuBar()
protected MenuManager createMenuManager()
ApplicationWindow
内の createMenuManager
protected void setupStatusLine()
protected Control createContents(Composite parent)
Window
内の createContents
public void initActionComponent()
public Object getPartActionComponent()
public String getWindowId()
public void shellActivated(ShellEvent e)
ShellListener
内の shellActivated
public void shellClosed(ShellEvent e)
ShellListener
内の shellClosed
public void shellDeactivated(ShellEvent e)
ShellListener
内の shellDeactivated
public void shellDeiconified(ShellEvent e)
ShellListener
内の shellDeiconified
public void shellIconified(ShellEvent e)
ShellListener
内の shellIconified
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |