EditorAwareAction

org.nlogo.editor.EditorAwareAction
trait EditorAwareAction extends InstallableAction, MouseListener

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
EditorAwareAction.scala
def install(editorArea: AbstractEditorArea): Unit

Attributes

Source
EditorAwareAction.scala
def location: Point

Attributes

Source
EditorAwareAction.scala
def mouseClicked(me: MouseEvent): Unit

Attributes

Source
EditorAwareAction.scala
def mouseEntered(me: MouseEvent): Unit

Attributes

Source
EditorAwareAction.scala
def mouseExited(me: MouseEvent): Unit

Attributes

Source
EditorAwareAction.scala
def mousePressed(me: MouseEvent): Unit

Attributes

Source
EditorAwareAction.scala
def mouseReleased(me: MouseEvent): Unit

Attributes

Source
EditorAwareAction.scala
def updateEditorInfo(editor: AbstractEditorArea, mouseLocation: Point, documentOffset: Int): Unit

Attributes

Source
EditorAwareAction.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

Concrete fields

val DocumentOffsetKey: String

Attributes

Source
EditorAwareAction.scala
val EditorKey: String

Attributes

Source
EditorAwareAction.scala
val LocationKey: String

Attributes

Source
EditorAwareAction.scala