|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.window.ApplicationWindow
cvj2.app.gui.window.main.MainWindow
public class MainWindow
アプリケーションのメイン画面
入れ子のクラスの概要 | |
---|---|
static class |
MainWindow.MyAction
Command に結びついた Action のサブクラス |
static class |
MainWindow.SortAction
ツールバーのソートメニュー |
クラス org.eclipse.jface.window.Window から継承された入れ子のクラス/インタフェース |
---|
Window.IExceptionHandler |
フィールドの概要 |
---|
クラス org.eclipse.jface.window.ApplicationWindow から継承されたフィールド |
---|
seperator1 |
クラス org.eclipse.jface.window.Window から継承されたフィールド |
---|
CANCEL, OK |
コンストラクタの概要 | |
---|---|
MainWindow()
コンストラクタ |
メソッドの概要 | |
---|---|
protected boolean |
canHandleShellCloseEvent()
アプリ終了前処理 |
protected void |
configureShell(Shell newShell)
Configure the shell. |
protected Control |
createContents(Composite parent)
Create contents of the application window. |
protected MenuManager |
createMenuManager()
Create the menu manager. |
protected StatusLineManager |
createStatusLineManager()
Create the status line manager. |
protected ToolBarManager |
createToolBarManager(int style)
Create the toolbar manager. |
protected Point |
getInitialSize()
Return the initial size of the window. |
CTabFolder |
getTabFolder()
タブ取得 |
void |
resetMenu()
メニューの再設定 |
void |
setFont(Font font)
フォントセット |
void |
setStatus(java.lang.String message,
boolean isTemporary)
ステータスバーのメッセージ |
void |
setStatusFileMessage(java.lang.String s)
ファイルステータスバーのメッセージ |
void |
shutdownMainWindow()
メイン画面を閉じる前の準備 |
void |
updateMenuState(boolean thumbnailMode,
FileListSortElement sort)
メニュー状態を更新する |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース cvj2.app.gui.window.CommonApplicationWindow から継承されたメソッド |
---|
getShell |
コンストラクタの詳細 |
---|
public MainWindow()
メソッドの詳細 |
---|
public void shutdownMainWindow()
public void resetMenu()
public void setFont(Font font)
protected boolean canHandleShellCloseEvent()
ApplicationWindow
内の canHandleShellCloseEvent
public void setStatus(java.lang.String message, boolean isTemporary)
CommonApplicationWindow
内の setStatus
public void setStatusFileMessage(java.lang.String s)
CommonApplicationWindow
内の setStatusFileMessage
public CTabFolder getTabFolder()
CommonApplicationWindow
内の getTabFolder
public void updateMenuState(boolean thumbnailMode, FileListSortElement sort)
CommonApplicationWindow
内の updateMenuState
thumbnailMode
- 現在の画面がサムネイルモードかsort
- 画面のソート状態protected Control createContents(Composite parent)
Window
内の createContents
parent
- protected MenuManager createMenuManager()
ApplicationWindow
内の createMenuManager
protected ToolBarManager createToolBarManager(int style)
ApplicationWindow
内の createToolBarManager
protected StatusLineManager createStatusLineManager()
ApplicationWindow
内の createStatusLineManager
protected void configureShell(Shell newShell)
ApplicationWindow
内の configureShell
newShell
- protected Point getInitialSize()
Window
内の getInitialSize
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |