Uses of Class
ix.iface.util.ValueComboBox

Packages that use ValueComboBox
ix.iface.util Interface utilities. 
ix.ispace Information about other agents and agent-relationships. 
ix.util.ipc Interprocess communication utilities. 
 

Uses of ValueComboBox in ix.iface.util
 

Fields in ix.iface.util declared as ValueComboBox
(package private)  ValueComboBox SelectionPanel.Row.valChoice
           
 

Methods in ix.iface.util that return ValueComboBox
protected abstract  ValueComboBox SelectionPanel.makeValueComboBox()
           
 

Constructors in ix.iface.util with parameters of type ValueComboBox
SelectionPanel.Row(javax.swing.JTextField nt, ValueComboBox vc)
           
 

Uses of ValueComboBox in ix.ispace
 

Subclasses of ValueComboBox in ix.ispace
(package private) static class ISpaceTool.RelationComboBox
          A combo-box for selecting AgentRelationships.
 

Methods in ix.ispace that return ValueComboBox
protected  ValueComboBox ISpaceTool.RelationPanel.makeValueComboBox()
           
 

Uses of ValueComboBox in ix.util.ipc
 

Subclasses of ValueComboBox in ix.util.ipc
(package private)  class DispatchingStrategy.StrategyComboBox
          A combo-box for selecting communication strategies
 

Methods in ix.util.ipc that return ValueComboBox
protected  ValueComboBox DispatchingStrategy.StrategyPanel.makeValueComboBox()