クラス
org.boxed_economy.besp.presentation.PresentationContainer の使用

PresentationContainer を使用しているパッケージ
org.boxed_economy.besp.container   
org.boxed_economy.besp.container.command   
org.boxed_economy.besp.model   
org.boxed_economy.besp.model.fmfw   
org.boxed_economy.besp.presentation   
org.boxed_economy.besp.presentation.bface.menu   
org.boxed_economy.besp.presentation.guifw   
org.boxed_economy.components.boxlf5   
org.boxed_economy.components.property   
 

org.boxed_economy.besp.container での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.besp.container のメソッド
 PresentationContainer BESPContainer.getPresentationContainer()
          PresentationContainerを返します。
 

org.boxed_economy.besp.container.command での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.besp.container.command のメソッド
protected  PresentationContainer Command.getPresentationContainer()
           
 

org.boxed_economy.besp.model での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.besp.model のメソッド
 PresentationContainer ModelContainer.getPresentationContainer()
           
 

org.boxed_economy.besp.model.fmfw での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.besp.model.fmfw のメソッド
 PresentationContainer World.getPresentationContainer()
           
 

org.boxed_economy.besp.presentation での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.besp.presentation のメソッド
 PresentationContainer PresentationComponent.getPresentationContainer()
          presentationContainerを取得します。
 PresentationContainer AbstractPresentationComponent.getPresentationContainer()
          設定されているPresentationContainerを返します。
 

PresentationContainer 型のパラメータを持つ org.boxed_economy.besp.presentation のメソッド
 void PresentationComponent.setPresentationContainer(PresentationContainer presentationContainer)
          presentationContainerを設定します。
 void AbstractPresentationComponent.setPresentationContainer(PresentationContainer container)
          PresentationContainerを設定します。
 

PresentationContainer 型のパラメータを持つ org.boxed_economy.besp.presentation のコンストラクタ
PresentationComponentManager(PresentationContainer container)
          Constructor for PresentationComponentManager.
 

org.boxed_economy.besp.presentation.bface.menu での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.besp.presentation.bface.menu のメソッド
 PresentationContainer MenuElement.getPresentationContainer()
          プレゼンテーションコンテナを取得します
 

PresentationContainer 型のパラメータを持つ org.boxed_economy.besp.presentation.bface.menu のメソッド
protected  void MenuElementGroup.setPresentationContainer(PresentationContainer container)
          ツリー配下の全ての要素に設定します (少しパフォーマンスは落ちますが、ツリーをツリーに足すことが考えられるので、このコードは確実です)
protected  void MenuElement.setPresentationContainer(PresentationContainer container)
          プレゼンテーションコンテナを設定します ツリーに加えられると自動設定されるようにしているため、protectedになっています
 void MenuBar.setPresentationContainer(PresentationContainer container)
          トップレベルだけは設定できるよう、publicでオーバーライドします
 

org.boxed_economy.besp.presentation.guifw での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.besp.presentation.guifw のメソッド
 PresentationContainer AbstractInternalFrameComponent.getPresentationContainer()
          presentationContainerを返します。
 PresentationContainer AbstractFrameComponent.getPresentationContainer()
          presentationContainerを返します。
 

PresentationContainer 型のパラメータを持つ org.boxed_economy.besp.presentation.guifw のメソッド
 void AbstractInternalFrameComponent.setPresentationContainer(PresentationContainer newPresentationContainer)
          presentationContainerを設定します。
 void AbstractFrameComponent.setPresentationContainer(PresentationContainer newPresentationContainer)
          presentationContainerを設定します。
 

PresentationContainer 型のパラメータを持つ org.boxed_economy.besp.presentation.guifw のコンストラクタ
GUIComponentManagementDialog(PresentationContainer presentationContainer, java.awt.Frame parent)
          コンストラクタです。
 

org.boxed_economy.components.boxlf5 での PresentationContainer の使用
 

PresentationContainer 型のパラメータを持つ org.boxed_economy.components.boxlf5 のメソッド
 void BoxLF5LogBrokerMonitor.setContainer(PresentationContainer container)
           
 

org.boxed_economy.components.property での PresentationContainer の使用
 

PresentationContainer を返す org.boxed_economy.components.property のメソッド
protected  PresentationContainer PropertyPanel.getPresentationContainer()
          Returns the PresentationContainer.
 

PresentationContainer 型のパラメータを持つ org.boxed_economy.components.property のコンストラクタ
PropertyDialog(java.awt.Frame owner, PresentationContainer presentationContainer)
          コンストラクタです。