クラス
org.boxed_economy.besp.container.BESPContainer の使用

BESPContainer を使用しているパッケージ
org.boxed_economy.besp.container   
org.boxed_economy.besp.container.command   
org.boxed_economy.besp.model   
org.boxed_economy.besp.presentation   
org.boxed_economy.besp.presentation.bface.menu   
org.boxed_economy.components.boxlf5   
org.boxed_economy.components.control   
org.boxed_economy.components.file   
org.boxed_economy.components.help   
org.boxed_economy.components.language   
org.boxed_economy.components.profiler   
org.boxed_economy.components.property   
org.boxed_economy.components.realclock   
org.boxed_economy.components.runsetting   
org.boxed_economy.components.speedselect   
org.boxed_economy.components.stepclock   
org.boxed_economy.components.worldinitializer   
 

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

BESPContainer として宣言されている org.boxed_economy.besp.container のフィールド
static BESPContainer BESP.container
          BESPに設定されているcontainerです。
 

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

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

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

BESPContainer 型のパラメータを持つ org.boxed_economy.besp.container.command のコンストラクタ
StopCommand(BESPContainer container)
           
RunCommand(BESPContainer container)
          コンストラクタ
ResetCommand(BESPContainer container)
          コンストラクタ
LimitedTimeRunCommand(BESPContainer container)
          コンストラクタです
ImportWorldCommand(BESPContainer container, java.lang.String className)
          FQCNで初期化するコンストラクタです。
ImportWorldCommand(BESPContainer container, java.lang.Class clazz)
          クラスで初期化するコンストラクタです。
FileSaveCommand(BESPContainer container)
          コンストラクタです。
FileSaveAsCommand(BESPContainer container, java.io.File file)
          デフォルトコンストラクタです。
FileOpenCommand(BESPContainer container, java.io.File file)
          コンストラクタです。
Command(BESPContainer container)
          コンストラクタです。
 

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

BESPContainer を返す org.boxed_economy.besp.model のメソッド
 BESPContainer ModelContainer.getContainer()
          container関連
 

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

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

BESPContainer を返す org.boxed_economy.besp.presentation のメソッド
 BESPContainer PresentationContainer.getContainer()
           
 

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

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

BESPContainer を返す org.boxed_economy.besp.presentation.bface.menu のメソッド
 BESPContainer MenuElement.getContainer()
          BESPContainerを取得します
 

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

BESPContainer 型のパラメータを持つ org.boxed_economy.components.boxlf5 のメソッド
static void BoxLF5Plugin.initializePlugin(BESPContainer container)
           
 

org.boxed_economy.components.control での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.control のメソッド
static void ControlManagerPlugin.initializePlugin(BESPContainer container)
          プラグイン関連
 

org.boxed_economy.components.file での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.file のメソッド
static void FileManagerPlugin.initializePlugin(BESPContainer container)
           
 

org.boxed_economy.components.help での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.help のメソッド
static void HelpManagerPlugin.initializePlugin(BESPContainer container)
           
 

org.boxed_economy.components.language での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.language のメソッド
static void LanguageSelectionPlugin.initializePlugin(BESPContainer container)
           
 

org.boxed_economy.components.profiler での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.profiler のメソッド
static void ProfilerPlugin.initializePlugin(BESPContainer container)
          このPluginが提供するClockとLimitedTimeRunSetting、及び設定用のパネルを プラグインとしてインストールします。
 

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

BESPContainer を返す org.boxed_economy.components.property のメソッド
 BESPContainer PropertyPanel.getContainer()
          Returns the container.
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.property のメソッド
 void PropertyPanel.setContainer(BESPContainer container)
          Sets the container.
static void PropertyManagerPlugin.initializePlugin(BESPContainer container)
           
 

org.boxed_economy.components.realclock での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.realclock のメソッド
static void RealClockPlugin.initializePlugin(BESPContainer container)
          このPluginが提供するClockとLimitedTimeRunSetting、及び設定用のパネルを プラグインとしてインストールします。
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.realclock のコンストラクタ
SetTimeForStepCommand(BESPContainer container, Time time)
           
SetStepNumByTimeCommand(BESPContainer container, int newhourNum, java.lang.String newunit)
           
SetStepNumByEndTimeOfDayCommand(BESPContainer container, TimeOfDay newendTimeOfDay)
           
 

org.boxed_economy.components.runsetting での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.runsetting のメソッド
static void RunSettingManagerPlugin.initializePlugin(BESPContainer container)
          プラグイン関連
 void AbstractCompositeRunSettingPanel.setContainer(BESPContainer container)
           
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.runsetting のコンストラクタ
RunSettingDialog(RunSettingManager manager, BESPContainer container)
          コンストラクタ
 

org.boxed_economy.components.speedselect での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.speedselect のメソッド
static void SpeedSelectPlugin.initializePlugin(BESPContainer container)
          Plugin
 

org.boxed_economy.components.stepclock での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.stepclock のメソッド
static void StepClockPlugin.initializePlugin(BESPContainer container)
          このPluginが提供するClockとLimitedTimeRunSetting、及び設定用のパネルを プラグインとしてインストールします。
 

org.boxed_economy.components.worldinitializer での BESPContainer の使用
 

BESPContainer 型のパラメータを持つ org.boxed_economy.components.worldinitializer のメソッド
static void WorldInitializerComponent.initializePlugin(BESPContainer container)