jp.sonohara.framework.katana.swt
インタフェース ISwtMain

すべてのスーパーインタフェース:
IMain
既知のサブインタフェースの一覧:
ISwtActionMain
既知の実装クラスの一覧:
AbstractSwtMain

public interface ISwtMain
extends IMain

 SWTメインインターフェイス。

 $Log: ISwtMain.java,v $
 Revision 1.2  2004/05/31 05:24:14  sonohara
 Ver0.0.3_0 2004/06/05
 ・SWT用Javadoc記載

 

導入されたバージョン:
$Revision: 1.2 $
バージョン:
$Revision: 1.2 $ $Date: 2004/05/31 05:24:14 $

フィールドの概要
static java.lang.String PREFERENCES_NODE_SWT
          プリファレンスSWT定義値。
 
インタフェース jp.sonohara.framework.katana.IMain から継承したフィールド
EXECUTE_RESILT_ERROR_PARAM, EXECUTE_RESILT_OK
 
メソッドの概要
 ISwtFrame getMainFrame()
          メインフレーム取得。
 java.util.prefs.Preferences getSwtPreferences()
          SWTプリファレンス取得。
 
インタフェース jp.sonohara.framework.katana.IMain から継承したメソッド
destory, exception, execute, exit, getArgs, getBuildVersion, getCopyright, getDescription, getLogger, getPreferences, getResourceBundle, getTitle, getVendor, getVersion, getVersionDetail, init, isCanUseResourceBundle, isExit, perform, printHelp, printParams, printVersion, uninstall
 

フィールドの詳細

PREFERENCES_NODE_SWT

public static final java.lang.String PREFERENCES_NODE_SWT
プリファレンスSWT定義値。

関連項目:
定数フィールド値
メソッドの詳細

getMainFrame

public ISwtFrame getMainFrame()
メインフレーム取得。

戻り値:
取得した値。

getSwtPreferences

public java.util.prefs.Preferences getSwtPreferences()
SWTプリファレンス取得。

戻り値:
取得した値。