Package repast.simphony.userpanel.ui
Class UserPanelControllerActionIO
java.lang.Object
repast.simphony.scenario.AbstractControllerActionIO<T>
repast.simphony.scenario.AbstractDescriptorControllerActionIO<DefaultUserPanelDescriptorAction,DefaultUserPanelDescriptor>
repast.simphony.userpanel.ui.UserPanelControllerActionIO
- All Implemented Interfaces:
ControllerActionIO
public class UserPanelControllerActionIO
extends AbstractDescriptorControllerActionIO<DefaultUserPanelDescriptorAction,DefaultUserPanelDescriptor>
-
Nested Class Summary
-
Field Summary
Fields inherited from class repast.simphony.scenario.AbstractControllerActionIO
actionClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActionLoader
(File actionFile, Object contextID) Gets the ActionLoader used to load the saved action.Methods inherited from class repast.simphony.scenario.AbstractDescriptorControllerActionIO
getActionSaver
Methods inherited from class repast.simphony.scenario.AbstractControllerActionIO
getActionClass, getSerializationID
-
Constructor Details
-
UserPanelControllerActionIO
public UserPanelControllerActionIO()
-
-
Method Details
-
getActionLoader
Description copied from interface:ControllerActionIO
Gets the ActionLoader used to load the saved action.- Parameters:
actionFile
- the File containing the serialized datacontextID
- the context the context to load the action into- Returns:
- the ActionLoader used to load the saved action.
-