CharLine

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

Attributes

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

Members list

Value members

Concrete methods

def format(v: Char): String

Attributes

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

Attributes

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

Attributes

Source
WidgetReader.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product