IntLine

org.nlogo.core.model.IntLine
case class IntLine(default: Option[Int]) extends WidgetLine[Int]

Attributes

Source
WidgetReader.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WidgetLine[Int]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def format(v: Int): String

Attributes

Source
WidgetReader.scala
def parse(line: String): Int

Attributes

Source
WidgetReader.scala
def valid(v: String): Boolean

Attributes

Source
WidgetReader.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product