NetLogoCutAction

org.nlogo.editor.Actions.NetLogoCutAction
class NetLogoCutAction extends CutAction

Attributes

Source
Actions.scala
Graph
Supertypes
class CutAction
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Action
def actionPerformed(x$0: ActionEvent): Unit

Attributes

Inherited from:
CutAction
def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
AbstractAction
def getKeys(): Array[<FromJavaObject>]

Attributes

Inherited from:
AbstractAction
def getPropertyChangeListeners(): Array[PropertyChangeListener]

Attributes

Inherited from:
AbstractAction
def getValue(x$0: String): <FromJavaObject>

Attributes

Inherited from:
AbstractAction

Attributes

Inherited from:
AbstractAction
def putValue(x$0: String, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
AbstractAction
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
AbstractAction
def setEnabled(x$0: Boolean): Unit

Attributes

Inherited from:
AbstractAction