Uses of Package
org.simbrain.util

Packages that use org.simbrain.util
org.simbrain.gauge.graphics The simbrain.gauge.graphics package contains the code which graphically represents gauges. 
org.simbrain.network.dialog The simbrain.network.dialog package contains all the dialog classes for graphical networks. 
org.simbrain.network.dialog.network The simbrain.network.dialog.network package contains dialog classes that manage the creation and editing of network-level dialog boxes. 
org.simbrain.network.dialog.network.layout The simbrain.network.dialog.network.layout package contains the different neuron layouts for creating networks. 
org.simbrain.network.dialog.neuron The simbrain.network.dialog.neuron package contains dialog classes that manage the creation and editing of neuron-level dialog boxes. 
org.simbrain.network.dialog.synapse The simbrain.network.dialog.synapse package contains dialog classes that manage the creation and editing of synapse-level dialog boxes. 
org.simbrain.world.odorworld The simbrain.world.odorworld package describes a world in which an agent can move around and smell objects, which are coded as vectors of values which diminish in various ways as the agent is closer or farther from the agent. 
org.simbrain.world.textworld The simbrain.world.textworld package describes a world in which strings of text are converted into vectors. 
 

Classes in org.simbrain.util used by org.simbrain.gauge.graphics
StandardDialog
          StandardDialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.
 

Classes in org.simbrain.util used by org.simbrain.network.dialog
LabelledItemPanel
          LabelledItemPanel provides a panel for laying out labelled elements neatly with all the labels and elements aligned down the screen.
StandardDialog
          StandardDialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.
TristateDropDown
          TristateDropDown ceates a combo box that has three states; True, false and null.
 

Classes in org.simbrain.util used by org.simbrain.network.dialog.network
StandardDialog
          StandardDialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.
 

Classes in org.simbrain.util used by org.simbrain.network.dialog.network.layout
LabelledItemPanel
          LabelledItemPanel provides a panel for laying out labelled elements neatly with all the labels and elements aligned down the screen.
 

Classes in org.simbrain.util used by org.simbrain.network.dialog.neuron
LabelledItemPanel
          LabelledItemPanel provides a panel for laying out labelled elements neatly with all the labels and elements aligned down the screen.
StandardDialog
          StandardDialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.
 

Classes in org.simbrain.util used by org.simbrain.network.dialog.synapse
LabelledItemPanel
          LabelledItemPanel provides a panel for laying out labelled elements neatly with all the labels and elements aligned down the screen.
StandardDialog
          StandardDialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.
 

Classes in org.simbrain.util used by org.simbrain.world.odorworld
LabelledItemPanel
          LabelledItemPanel provides a panel for laying out labelled elements neatly with all the labels and elements aligned down the screen.
StandardDialog
          StandardDialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.
 

Classes in org.simbrain.util used by org.simbrain.world.textworld
StandardDialog
          StandardDialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.