FocusedOnlyAction

org.nlogo.ide.FocusedOnlyAction
trait FocusedOnlyAction extends InstallableAction, FocusListener

Attributes

Source
FocusedOnlyAction.scala
Graph
Supertypes
trait FocusListener
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
Known subtypes
class Left
class LeftTab
class Right
Show all

Members list

Value members

Concrete methods

def focusGained(fe: FocusEvent): Unit

Attributes

Source
FocusedOnlyAction.scala
def focusLost(fe: FocusEvent): Unit

Attributes

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

Attributes

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