|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.boxed_economy.besp.presentation.AbstractPresentationComponent
org.boxed_economy.besp.presentation.guifw.GUIContainer
GUIコンテナの主な責任 ○GUIコンポーネントの管理 ○MainFrameの管理 ○MenuManagerの管理 ○SplashWindowの管理 ○Toolsメニューの管理 ○Showメニューの管理 責任外のもの △ファイルメニューの管理、操作 △コントロールメニューの管理、操作 △プロパティーの管理 △ヘルプの管理 また、guiパッケージは、GUIで利用するutililityが含まれています
| フィールドの概要 | |
static java.lang.String |
DEFAULT_ICON_IMAGE_PATH
|
static java.util.ResourceBundle |
resource
|
MenuElementGroup |
showDefaultGroup
|
MenuElementGroup |
showFirstGroup
|
MenuElementGroup |
showGeneralGroup
|
ShowDialogAction |
showGuiComponentManagementAction
|
MenuElementGroup |
showLastGroup
|
Menu |
showMenu
|
static java.lang.String |
TITLE_IMAGE_PATH
|
MenuElementGroup |
toolsDefaultGroup
|
MenuElementGroup |
toolsFirstGroup
|
MenuElementGroup |
toolsLastGroup
|
Menu |
toolsMenu
メニュー関連 |
| コンストラクタの概要 | |
GUIContainer()
Constructor for GUIContainer. |
|
| メソッドの概要 | |
void |
addMenuElementToShowMenu(MenuElement element)
新規メニューをShowメニューに追加します defalutグループに追加されます |
void |
addMenuElementToToolsMenu(MenuElement element)
新規メニューをToolsメニューに追加します defalutグループに追加されます |
java.util.List |
getGUIComponents()
Returns the guiComponents. |
MainFrame |
getMainFrame()
MainFrameを取得します |
MenuManager |
getMenuManager()
MenuManagerを取得します |
BoxSplashWindow |
getSplashWindow()
SplashWindowを取得します |
void |
initialize()
このコンポーネントの初期化処理を記述するメソッドです。 |
void |
presentationComponentAdded(PresentationContainerEvent ev)
プレゼンテーションコンポーネントが追加されたことを通知します |
void |
presentationComponentRemoved(PresentationContainerEvent ev)
プレゼンテーションコンポーネントが削除されたことを通知します |
void |
terminate()
このプレゼンテーションコンポーネントを終了します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static java.util.ResourceBundle resource
public static final java.lang.String DEFAULT_ICON_IMAGE_PATH
public static final java.lang.String TITLE_IMAGE_PATH
public Menu toolsMenu
public MenuElementGroup toolsFirstGroup
public MenuElementGroup toolsDefaultGroup
public MenuElementGroup toolsLastGroup
public Menu showMenu
public MenuElementGroup showFirstGroup
public MenuElementGroup showGeneralGroup
public MenuElementGroup showDefaultGroup
public MenuElementGroup showLastGroup
public ShowDialogAction showGuiComponentManagementAction
| コンストラクタの詳細 |
public GUIContainer()
| メソッドの詳細 |
public void initialize()
PresentationComponent の記述:
PresentationComponent 内の initializeorg.boxed_economy.besp.presentation.fw.PresentationComponent#initialize()public void terminate()
PresentationComponent の記述:
PresentationComponent 内の terminateorg.boxed_economy.besp.presentation.fw.PresentationComponent#terminate()public MainFrame getMainFrame()
public MenuManager getMenuManager()
public BoxSplashWindow getSplashWindow()
public void addMenuElementToShowMenu(MenuElement element)
public void addMenuElementToToolsMenu(MenuElement element)
public void presentationComponentAdded(PresentationContainerEvent ev)
PresentationContainerListener の記述:
PresentationContainerListener 内の presentationComponentAddedPresentationContainerListener.presentationComponentAdded(PresentationContainerEvent)public void presentationComponentRemoved(PresentationContainerEvent ev)
PresentationContainerListener の記述:
PresentationContainerListener 内の presentationComponentRemovedPresentationContainerListener.presentationComponentRemoved(PresentationContainerEvent)public java.util.List getGUIComponents()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||