Package org.simbrain.world.dataworld

The simbrain.world.dataworld package contains the simplest world type, a "dataworld" which is simply a spreadsheet which sends data to worlds in the form of rows on a simple table.

See:
          Description

Class Summary
ButtonEditor The ButtonEditor class provides an editor for buttons that allows you to change their names.
ButtonRenderer ButtonRenderer is necessary to keep the print buttons of the table rendered correctly.
DataWorld DataWorld creates a table and then adds it to the viewport.
DataWorldFrame DataWorldFrame is a "spreadsheet world" used to send rows of raw data to input nodes.
DataWorldPreferences Preferences for the data world package.
TableModel TableModel extends DefaultTableModel so that the addRow and addColumn commands are available.
 

Package org.simbrain.world.dataworld Description

The simbrain.world.dataworld package contains the simplest world type, a "dataworld" which is simply a spreadsheet which sends data to worlds in the form of rows on a simple table.