Class DummyContextActionBuilder
java.lang.Object
repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
- All Implemented Interfaces:
ContextActionBuilder
Dummy placeholder for gui context creator items that have not been implemented yet.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets an action that will create a context when run.getLabel()
void
setDescriptor
(Object descriptor) Sets the descriptor for this DataLoader.
-
Constructor Details
-
DummyContextActionBuilder
-
-
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.
-
getLabel
-
setDescriptor
Sets the descriptor for this DataLoader. The descriptor is any object that contains the data necessary to build the context. Exactly what that will be depends on the particular data loader.- Parameters:
descriptor
- the data necessary to build a context
-