Basic

trait Basic
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def editor: EditorPane
protected def fonts: List
protected def initialText: String
protected def mimeType: String
protected def tabSize: Int

Concrete methods

final def abortFlash(): Unit
final def activeRange: Option[Range]
final def activeText: Option[String]
final def activeToken: Option[Token]
final def clearUndoHistory(): Unit
def component: Component
final def currentLineRange: Option[Range]
final def currentTextLine: Option[String]
final def docOption: Option[SyntaxDocument]
final def flash(range: Range): Unit
final def getTextSlice(range: Range): String
final def init(): Basic
final def installAutoCompletion(interpreter: Interpreter): Unit
final def redoAction: Action
protected def scroll: ScrollPane
final def selectedRange: Option[Range]
final def selectedText: Option[String]
final def undoAction: Action