DumbIndenter

org.nlogo.editor.DumbIndenter
class DumbIndenter(code: JTextComponent) extends Indenter

Attributes

Source
DumbIndenter.scala
Graph
Supertypes
trait Indenter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Attributes

Source
DumbIndenter.scala
def handleEnter(): Unit

Attributes

Source
DumbIndenter.scala

Attributes

Source
DumbIndenter.scala
def handleTab(): Unit

Attributes

Source
DumbIndenter.scala

Inherited methods

def addActions(configuration: EditorConfiguration, inputMap: InputMap): Unit

Attributes

Inherited from:
Indenter
Source
Indenter.scala
def closeBracketAction: TextAction

Attributes

Inherited from:
Indenter
Source
Indenter.scala
def enterAction: TextAction

Attributes

Inherited from:
Indenter
Source
Indenter.scala
def indentAction: TextAction

Attributes

Inherited from:
Indenter
Source
Indenter.scala