WrappedPasteAction

org.nlogo.window.TextMenuActions.WrappedPasteAction
class WrappedPasteAction(base: Action) extends WrappedAction, Refreshable

Attributes

Source
TextMenuActions.scala
Graph
Supertypes
trait Refreshable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def refresh(): Unit

Attributes

Source
TextMenuActions.scala

Inherited methods

def accept(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
Action
override def actionPerformed(e: ActionEvent): Unit

Attributes

Definition Classes
WrappedAction -> ActionListener
Inherited from:
WrappedAction
Source
WrappedAction.scala
override def addPropertyChangeListener(listener: PropertyChangeListener): Unit

Attributes

Definition Classes
WrappedAction -> Action
Inherited from:
WrappedAction
Source
WrappedAction.scala
override def getValue(k: String): AnyRef

Attributes

Definition Classes
WrappedAction -> Action
Inherited from:
WrappedAction
Source
WrappedAction.scala
override def isEnabled: Boolean

Attributes

Definition Classes
WrappedAction -> Action
Inherited from:
WrappedAction
Source
WrappedAction.scala
override def putValue(k: String, v: AnyRef): Unit

Attributes

Definition Classes
WrappedAction -> Action
Inherited from:
WrappedAction
Source
WrappedAction.scala
def removePropertyChangeListener(listener: PropertyChangeListener): Unit

Attributes

Inherited from:
WrappedAction
Source
WrappedAction.scala
def setEnabled(isEnabled: Boolean): Unit

Attributes

Inherited from:
WrappedAction
Source
WrappedAction.scala

Inherited fields

val wrappedValues: Map[String, AnyRef]

Attributes

Inherited from:
WrappedAction
Source
WrappedAction.scala