norsys.netica.gui
Interface DataDisplayer

All Known Implementing Classes:
LinkGraphic, NetPanel, NodePanel, NodePanel_BeliefBarsRow, NodePanel_BeliefBarRow

public interface DataDisplayer

An interface that any object that displays Netica data should implement. The one method of this interface, refreshDataDisplayed()refreshDataDisplayed, causes the GUI component to refresh itself with the latest Netica data from the Netica objects it represents.

Since:
3.0
Version:
5.04 - January 21, 2012

Method Summary
 void refreshDataDisplayed()

Refresh all the data in this graphical Component, so that it correctly represents the current state of the Netica object it represents.

 

Method Detail

public void refreshDataDisplayed ( ) throws NeticaException
Refresh all the data in this graphical Component, so that it correctly represents the current state of the Netica object it represents.

If this is a Container object, then it should arrange to invoke the refreshDataDisplayed method of all the DataDisplayer objects it contains.

Version:

Versions 3.0 and later have this method.