NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.agent.InputBoxConstraint.InputBoxTypeInterface

Packages that use InputBoxConstraint.InputBoxTypeInterface
org.nlogo.agent   
org.nlogo.workspace   
 

Uses of InputBoxConstraint.InputBoxTypeInterface in org.nlogo.agent
 

Constructors in org.nlogo.agent with parameters of type InputBoxConstraint.InputBoxTypeInterface
InputBoxConstraint(InputBoxConstraint.InputBoxTypeInterface type)
           
InputBoxConstraint(Object defaultValue, InputBoxConstraint.InputBoxTypeInterface type)
           
 

Uses of InputBoxConstraint.InputBoxTypeInterface in org.nlogo.workspace
 

Classes in org.nlogo.workspace that implement InputBoxConstraint.InputBoxTypeInterface
 class InputBoxType
           
 


NetLogo API
version 4.0.1