OptionalEscapedStringLine

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

Attributes

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

Members list

Value members

Concrete methods

def format(v: String): String

Attributes

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

Attributes

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

Attributes

Source
WidgetReader.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product