org.nlogo.workspace
Class InputBoxType
java.lang.Object
org.nlogo.workspace.InputBoxType
- All Implemented Interfaces:
- InputBoxConstraint.InputBoxTypeInterface
public class InputBoxType
- extends Object
- implements InputBoxConstraint.InputBoxTypeInterface
InputBoxType
public InputBoxType(String type,
AbstractWorkspace workspace)
setType
public void setType(String type)
- Specified by:
setType
in interface InputBoxConstraint.InputBoxTypeInterface
toString
public String toString()
- Overrides:
toString
in class Object
type
public String type()
getValue
public Object getValue(Object obj)
throws CompilerException
- Specified by:
getValue
in interface InputBoxConstraint.InputBoxTypeInterface
- Throws:
CompilerException