Package repast.simphony.userpanel.ui
Class UserPanelControllerActionIO.UserPanelActionLoader
java.lang.Object
repast.simphony.scenario.AbstractActionLoader
repast.simphony.scenario.ObjectActionLoader<T>
repast.simphony.scenario.DescriptorActionLoader<UserPanelDescriptor>
repast.simphony.userpanel.ui.UserPanelControllerActionIO.UserPanelActionLoader
- All Implemented Interfaces:
ActionLoader
- Enclosing class:
- UserPanelControllerActionIO
public static class UserPanelControllerActionIO.UserPanelActionLoader
extends DescriptorActionLoader<UserPanelDescriptor>
-
Field Summary
Fields inherited from class repast.simphony.scenario.ObjectActionLoader
actionRoot, dataClass
Fields inherited from class repast.simphony.scenario.AbstractActionLoader
contextID, file
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ControllerAction
createAction
(UserPanelDescriptor descriptor, Scenario scenario) protected ClassLoader
Methods inherited from class repast.simphony.scenario.ObjectActionLoader
performLoad, prepare
Methods inherited from class repast.simphony.scenario.AbstractActionLoader
loadAction
-
Constructor Details
-
UserPanelActionLoader
-
-
Method Details
-
createAction
- Specified by:
createAction
in classObjectActionLoader<UserPanelDescriptor>
-
getClassLoader
- Specified by:
getClassLoader
in classObjectActionLoader<UserPanelDescriptor>
-