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 TypeMethodDescriptionvoid
void
Called 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()
-