|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sonohara.framework.katana.swt.Shell
ISwtFrame実装Shellクラス。 $Log: Shell.java,v $ Revision 1.1 2004/05/31 05:24:15 sonohara Ver0.0.3_0 2004/06/05 ・SWT用Javadoc記載
コンストラクタの概要 | |
Shell(ISwtActionMain isamMain)
コンストラクタ。 |
|
Shell(ISwtActionMain isamMain,
ISwtFrame isfParent)
コンストラクタ。 |
|
Shell(ISwtActionMain isamMain,
org.eclipse.swt.widgets.Shell sShell)
コンストラクタ。 |
メソッドの概要 | |
ISwtActionMain |
getMain()
メイン取得。 |
org.eclipse.swt.widgets.Shell |
getShell()
Shell取得。 |
void |
hide()
非表示。 |
void |
initFrame()
フレームの初期化。 |
void |
show()
表示。 |
void |
showHelpText(java.lang.String sText)
ヒントの表示。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public Shell(ISwtActionMain isamMain)
isamMain
- 指定するメイン。public Shell(ISwtActionMain isamMain, ISwtFrame isfParent)
isamMain
- 指定するメイン。isfParent
- 指定する親。public Shell(ISwtActionMain isamMain, org.eclipse.swt.widgets.Shell sShell)
isamMain
- 指定するメイン。sShell
- 指定するシェル。メソッドの詳細 |
public void initFrame() throws MainException
IFrame
内の initFrame
MainException
- 例外発生時。public org.eclipse.swt.widgets.Shell getShell()
ISwtFrame
内の getShell
public ISwtActionMain getMain()
ISwtFrame
内の getMain
public void showHelpText(java.lang.String sText)
IFrame
内の showHelpText
sText
- 表示する文字列。public void show()
IFrame
内の show
public void hide()
IFrame
内の hide
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |