|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.boxed_economy.besp.presentation.AbstractPresentationComponent
org.boxed_economy.components.property.PropertyManager
プロパティを管理するクラス
フィールドの概要 | |
ActionGroup |
propertyActionGroup
|
Menu |
propertyMenu
メニュー関連 |
static java.util.ResourceBundle |
resource
|
ShowDialogAction |
showPropertyDialogAction
|
コンストラクタの概要 | |
PropertyManager()
Constructor for PropertyManager. |
メソッドの概要 | |
void |
initialize()
このコンポーネントの初期化処理を記述するメソッドです。 |
void |
installPropertyPanel(PropertyPanel panel)
|
void |
simulationStarted(SimulationStateEvent ev)
シミュレーションが開始されたことを通知します |
void |
simulationStopped(SimulationStateEvent ev)
シミュレーションが停止されたことを通知します |
void |
simulationStopping(SimulationStateEvent ev)
シミュレーションが停止処理にはいったことを通知します |
void |
terminate()
このプレゼンテーションコンポーネントを終了します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static java.util.ResourceBundle resource
public Menu propertyMenu
public ActionGroup propertyActionGroup
public ShowDialogAction showPropertyDialogAction
コンストラクタの詳細 |
public PropertyManager()
メソッドの詳細 |
public void initialize()
PresentationComponent
の記述:
PresentationComponent
内の initialize
PresentationComponent.initialize()
public void terminate()
PresentationComponent
の記述:
PresentationComponent
内の terminate
PresentationComponent.terminate()
public void installPropertyPanel(PropertyPanel panel)
PresentationComponent.terminate()
public void simulationStarted(SimulationStateEvent ev)
SimulationStateListener
の記述:
SimulationStateListener
内の simulationStarted
SimulationStateListener.simulationStarted(SimulationStateEvent)
public void simulationStopped(SimulationStateEvent ev)
SimulationStateListener
の記述:
SimulationStateListener
内の simulationStopped
SimulationStateListener.simulationStopped(SimulationStateEvent)
public void simulationStopping(SimulationStateEvent ev)
SimulationStateListener
の記述:
SimulationStateListener
内の simulationStopping
SimulationStateListener.simulationStopping(SimulationStateEvent)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |