Picker

org.nlogo.gl.view.Picker
class Picker(view: View) extends PickListener, ActionListener

Attributes

Source
Picker.scala
Graph
Supertypes
trait ActionListener
trait EventListener
trait PickListener
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

sealed trait AgentAction

Attributes

Source
Picker.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Follow
object Inspect
object Ride
object Watch
case object Follow extends AgentAction

Attributes

Source
Picker.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AgentAction
class Object
trait Matchable
class Any
Show all
Self type
Follow.type
case object Inspect extends AgentAction

Attributes

Source
Picker.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AgentAction
class Object
trait Matchable
class Any
Show all
Self type
Inspect.type
case object Ride extends AgentAction

Attributes

Source
Picker.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AgentAction
class Object
trait Matchable
class Any
Show all
Self type
Ride.type
case object Watch extends AgentAction

Attributes

Source
Picker.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AgentAction
class Object
trait Matchable
class Any
Show all
Self type
Watch.type

Value members

Concrete methods

def actionPerformed(e: ActionEvent): Unit

Attributes

Source
Picker.scala
def htmlString(agent: Agent, caption: String): String

Attributes

Source
Picker.scala
def pick(mousePt: Point, agents: List[Agent]): Unit

Attributes

Source
Picker.scala