Uses of Class
org.simbrain.world.dataworld.DataWorld

Packages that use DataWorld
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. 
 

Uses of DataWorld in org.simbrain.world.dataworld
 

Methods in org.simbrain.world.dataworld that return DataWorld
 DataWorld DataWorldFrame.getWorld()
           
 

Methods in org.simbrain.world.dataworld with parameters of type DataWorld
 void DataWorldFrame.addMenuBar(DataWorld table)
          Creates the Menu Bar and adds it to the frame.
 

Constructors in org.simbrain.world.dataworld with parameters of type DataWorld
ButtonEditor(DataWorld dataWorld)
          Create a new button editor for the specified data world.
TableModel(DataWorld dataWorld)
          Create a new table model for the specified data world.