TextActions

org.nlogo.swing.TextActions
object TextActions

Attributes

Source
TextActions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class CorrectBackwardAction(comp: JTextComponent) extends TextAction

Attributes

Source
TextActions.scala
Supertypes
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class CorrectDeleteNextWordAction(comp: JTextComponent) extends TextAction

Attributes

Source
TextActions.scala
Supertypes
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class CorrectDeletePrevWordAction(comp: JTextComponent) extends TextAction

Attributes

Source
TextActions.scala
Supertypes
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class CorrectForwardAction(comp: JTextComponent) extends TextAction

Attributes

Source
TextActions.scala
Supertypes
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class CorrectNextWordAction(comp: JTextComponent, select: Boolean) extends TextAction

Attributes

Source
TextActions.scala
Supertypes
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class CorrectPreviousWordAction(comp: JTextComponent, select: Boolean) extends TextAction

Attributes

Source
TextActions.scala
Supertypes
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class CorrectSelectWordAction(comp: JTextComponent) extends TextAction

Attributes

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

Value members

Concrete methods

def applyToComponent(comp: JTextComponent): Unit

Attributes

Source
TextActions.scala