クラス
org.boxed_economy.besp.presentation.guifw.AbstractInternalFrameComponent の使用

AbstractInternalFrameComponent を使用しているパッケージ
org.boxed_economy.components.boxlf5   
org.boxed_economy.components.consecutiveexecuter   
org.boxed_economy.components.control   
org.boxed_economy.components.profiler   
org.boxed_economy.components.worldinitializer   
 

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

org.boxed_economy.components.boxlf5 での AbstractInternalFrameComponent のサブクラス
 class BoxLF5InternalFrameComponent
          LogのためのGUIコンポーネントのInternalFrame実装版です
 

org.boxed_economy.components.consecutiveexecuter での AbstractInternalFrameComponent の使用
 

org.boxed_economy.components.consecutiveexecuter での AbstractInternalFrameComponent のサブクラス
 class ConsecutiveExecuteComponent
           
 

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

org.boxed_economy.components.control での AbstractInternalFrameComponent のサブクラス
 class ControlPanel
          ModelThreadの状態をパネルで表現し、またModelThreadを制御するパネルです。
 

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

org.boxed_economy.components.profiler での AbstractInternalFrameComponent のサブクラス
 class ProfilerComponent
           
 

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

org.boxed_economy.components.worldinitializer での AbstractInternalFrameComponent のサブクラス
 class WorldInitializerComponent
          世界が持つ初期値を設定するプレゼンテーションコンポーネントです このコンポーネントは現在設定されているWorldが持つpropertyのうち 条件を満たすものを設定することができます 1,publicなJavaの命名規則に従ったgetter、setter(*)がWorldに定義されている 2,getterの返り値と、setterの引数の型が同じである 3,getterの返り値と、setterの引数の型がプリミティブ型(**)である また、propertyの名前が"value"であったとき、WorldにgetValueComment()という メソッドが定義されていれば、そのメソッドが返す値をコメントとして読み込むことができます。