InstallableAction

org.nlogo.editor.InstallableAction
trait InstallableAction extends Action

Attributes

Source
InstallableAction.scala
Graph
Supertypes
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def install(editorArea: AbstractEditorArea): Unit

Attributes

Source
InstallableAction.scala

Inherited methods

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

Attributes

Inherited from:
Action

Inherited and Abstract methods

def actionPerformed(x$0: ActionEvent): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
Action

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Action