Package dataMap
Interface DataMapControlGUI
- All Known Implementing Classes:
 DataMapGUIFX
public interface DataMapControlGUI
Interface for additional functions of the datamap GUI.
- Author:
 - Jamie Macaulay
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidCalled whenever new data sources have been added to the datamap.void 
- 
Method Details
- 
createDataGraphs
void createDataGraphs() - 
newDataSources
void newDataSources()Called whenever new data sources have been added to the datamap. - 
repaintAll
void repaintAll() 
 -