|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sonohara.framework.katana.AbstractMain
jp.sonohara.framework.katana.action.AbstractActionMain
jp.sonohara.framework.katana.swt.AbstractSwtMain
SWTアクション基本メインクラス。 $Log: AbstractSwtMain.java,v $ Revision 1.2 2004/05/31 05:24:14 sonohara Ver0.0.3_0 2004/06/05 ・SWT用Javadoc記載
フィールドの概要 | |
static java.lang.Class |
ACTION_CHECK
チェックアクション定義値。 |
static java.lang.String |
PREFERENCES_NAME_SWT_MAINFRAME
|
static java.lang.String |
PREFERENCES_NAME_SWT_MAINFRAME_HEIGHT
|
static java.lang.String |
PREFERENCES_NAME_SWT_MAINFRAME_WIDTH
|
static java.lang.String |
PREFERENCES_NAME_SWT_MAINFRAME_X
|
static java.lang.String |
PREFERENCES_NAME_SWT_MAINFRAME_Y
|
クラス jp.sonohara.framework.katana.AbstractMain から継承したフィールド |
iResult, oExitLock, PARAM_HELP, PARAM_UNINSTALL, PARAM_VERSION, tShutdownHook |
インタフェース jp.sonohara.framework.katana.swt.ISwtMain から継承したフィールド |
PREFERENCES_NODE_SWT |
インタフェース jp.sonohara.framework.katana.IMain から継承したフィールド |
EXECUTE_RESILT_ERROR_PARAM, EXECUTE_RESILT_OK |
コンストラクタの概要 | |
AbstractSwtMain(java.lang.String[] saArgs)
コンストラクタ。 |
メソッドの概要 | |
protected void |
destoryUI()
UI解放。 |
int |
execute()
実行。 |
ISwtFrame |
getMainFrame()
メインフレーム取得。 |
java.util.prefs.Preferences |
getSwtPreferences()
SWTプリファレンス取得。 |
protected void |
initUI()
UI初期化。 |
protected ISwtFrame |
newMainFrame()
メインフレーム生成。 |
void |
saveUI()
UI情報保存。 |
protected void |
setMainFrame(ISwtFrame isfValue)
メインフレーム設定。 |
void |
showHelpText(java.lang.String sText)
ヒントの表示。 |
クラス jp.sonohara.framework.katana.action.AbstractActionMain から継承したメソッド |
getAction, getActionMap, initAction, initAction, initActions, initEnvironment |
クラス jp.sonohara.framework.katana.AbstractMain から継承したメソッド |
destory, destoryEnvironment, destoryPreferences, destoryResource, exception, exit, getArgs, getBuildVersion, getCopyright, getDescription, getLogElement, getLogger, getPreferences, getResourceBundle, getTitle, getVendor, getVersion, getVersionDetail, init, initLicense, initLogger, initParam, initParamOther, initParams, initPreferences, initResource, isCanUseResourceBundle, isExit, newXMLResourceBundle, perform, printHelp, printParams, printVersion, toString, uninstall |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース jp.sonohara.framework.katana.IMain から継承したメソッド |
destory, exception, exit, getArgs, getBuildVersion, getCopyright, getDescription, getLogger, getPreferences, getResourceBundle, getTitle, getVendor, getVersion, getVersionDetail, init, isCanUseResourceBundle, isExit, perform, printHelp, printParams, printVersion, uninstall |
インタフェース jp.sonohara.framework.katana.action.IActionMain から継承したメソッド |
getAction, getActionMap |
インタフェース jp.sonohara.common.action.IActionFrame から継承したメソッド |
exception |
フィールドの詳細 |
public static final java.lang.Class ACTION_CHECK
public static final java.lang.String PREFERENCES_NAME_SWT_MAINFRAME
public static final java.lang.String PREFERENCES_NAME_SWT_MAINFRAME_X
public static final java.lang.String PREFERENCES_NAME_SWT_MAINFRAME_Y
public static final java.lang.String PREFERENCES_NAME_SWT_MAINFRAME_WIDTH
public static final java.lang.String PREFERENCES_NAME_SWT_MAINFRAME_HEIGHT
コンストラクタの詳細 |
public AbstractSwtMain(java.lang.String[] saArgs)
saArgs
- プログラム引数。メソッドの詳細 |
protected void initUI() throws MainException
AbstractMain
内の initUI
MainException
- 例外発生時。protected ISwtFrame newMainFrame()
protected void setMainFrame(ISwtFrame isfValue)
isfValue
- 設定する値。public ISwtFrame getMainFrame()
ISwtMain
内の getMainFrame
protected void destoryUI() throws MainException
AbstractMain
内の destoryUI
MainException
- 例外発生時。public void saveUI() throws MainException
MainException
- 例外発生時。public java.util.prefs.Preferences getSwtPreferences()
ISwtMain
内の getSwtPreferences
public void showHelpText(java.lang.String sText)
jp.sonohara.common.action.IActionFrame
内の showHelpText
AbstractMain
内の showHelpText
sText
- 表示する文字列。public int execute() throws MainException
IMain
内の execute
AbstractMain
内の execute
MainException
- 例外発生時。
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |