Interface NetView
-
- All Known Implementing Classes:
NetViewModelImpl
public interface NetView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationPanelgetConfigurationPanel()InfoDatagetInfoData()ModelDecorationDatagetModelDecorationData()voidupdateData()Called on a background thread whenever the input data changed.voidupdateUI()Called on the EDT thread after the data has been updated
-
-
-
Method Detail
-
updateData
void updateData() throws NetVisualizationExceptionCalled on a background thread whenever the input data changed. For example, the alignment changed, the current filter changed, etc.- Throws:
NetVisualizationException
-
getModelDecorationData
ModelDecorationData getModelDecorationData()
-
getInfoData
InfoData getInfoData()
-
updateUI
void updateUI()
Called on the EDT thread after the data has been updated
-
getConfigurationPanel
ConfigurationPanel getConfigurationPanel()
-
-