Class ClassContextActionBuilder
java.lang.Object
repast.simphony.dataLoader.ui.wizard.ClassContextActionBuilder
- All Implemented Interfaces:
ContextActionBuilder
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets an action that will create a context when run.void
setDataLoader
(Object loader) Sets the DataLoader to be used to load the data.
-
Constructor Details
-
ClassContextActionBuilder
public ClassContextActionBuilder()
-
-
Method Details
-
getAction
Description copied from interface:ContextActionBuilder
Gets an action that will create a context when run.- Specified by:
getAction
in interfaceContextActionBuilder
- Returns:
- an action that will create a context when run.
-
setDataLoader
Sets the DataLoader to be used to load the data.- Parameters:
loader
- a data loader
-