public interface ProcessorConfigurator
| Modifier and Type | Method and Description | 
|---|---|
void | 
cleanup()
Remove any GUI resources currently in use. 
 | 
PropertyMap | 
getSettings()
Provide a PropertyMap fully encapsulating the settings needed to set up
 a new DataProcessor. 
 | 
void | 
showGUI()
Display any GUI needed for performing configuration. 
 | 
void showGUI()
void cleanup()
PropertyMap getSettings()